YI


  • 首页

  • 归档

  • 标签

  • 搜索

iOS-OC和C++混编

发表于 2014-11-26 | 分类于 Objective-C

将ViewController的后缀名从”.m”改为”.mm”,即可以实现在ViewController中OC和C++进行混编以及互相调用。

阅读全文 »

iOS-NSAssert断言使用

发表于 2014-11-17 | 分类于 Objective-C

NSAssert是只有前面的条件不成立时,才会执行。

阅读全文 »

iOS-基于UIWebView的JS和OC交互

发表于 2014-11-11 | 分类于 Objective-C

UIWebView中的JS与ViewController中的OC进行交互,必须两边可以进行方法和参数上的传递。

阅读全文 »

Android-获取Assets目录的资源

发表于 2014-11-05 | 分类于 Android

Android上获取Assets目录资源的方法。

阅读全文 »

Java-进程通信RMI

发表于 2014-10-29 | 分类于 Java

RMI 是一种 Java 进程间通信的方式。

阅读全文 »

iOS-基于SOAP协议的WebService访问

发表于 2014-10-24 | 分类于 Objective-C

SOAP(Simple Object Access Protocol)协议是一种基于XML的轻量级协议,用于WebService访问,WSDL(Web Services Description Language)是WebService的描述语言。

阅读全文 »

Django-unindent does not match any outer indentation和expected an indented block

发表于 2014-10-16 | 分类于 Django

unindent does not match any outer indentation和 expected an indented block异常。

阅读全文 »

Django-unbound method must be called with ** instance as first argument

发表于 2014-10-13 | 分类于 Django

unbound method must be called with ** instance as first argument异常解决。

阅读全文 »

Database-三大范式

发表于 2014-10-07 | 分类于 Database

数据库的三大范式。

阅读全文 »

Android-解决Eclipse中LogCat被自动清屏问题

发表于 2014-10-04 | 分类于 Android

设置LogCat的缓存最大数目。

阅读全文 »
1…293031…35
YI

YI

347 日志
23 分类
41 标签
GitHub 知乎
© 2023 YI
由 Hexo 强力驱动
主题 - NexT.Mist