会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Codeing
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
10
下一页
2016年2月15日
Swift - 委托(delegate)5秒看懂
摘要: //定义一个协议 protocol LogManagerDelegate { func writeLog() } //用户登录类 class UserController { var delegate : LogManagerDelegate? func login() { //查看是否有委托,然后
阅读全文
posted @ 2016-02-15 10:33 Rui.peng
阅读(5278)
评论(0)
推荐(0)
2015年12月27日
Library not loaded: @rpath/libswiftCore.dylib
摘要: 解决方法:
阅读全文
posted @ 2015-12-27 18:41 Rui.peng
阅读(330)
评论(0)
推荐(0)
2015年10月23日
PHP require include 区别
摘要: PHP include 和 require 语句通过 include 或 require 语句,可以将 PHP 文件的内容插入另一个 PHP 文件(在服务器执行它之前)。include 和 require 语句是相同的,除了错误处理方面:require 会生成致命错误(E_COMPILE_ERROR...
阅读全文
posted @ 2015-10-23 13:00 Rui.peng
阅读(158)
评论(0)
推荐(0)
2015年8月12日
Mac OS 下 eclipse中文乱码解决方法
摘要: 1、打开eclipse 偏好设置:command + , 2、General ——>Content Types——>Text——>Java SourceFile 3、将编码设置为GBK(我也想设置为GB 18030,但eclipse提示我不支持该编码格式。好吧,GBK将就将就)。暂时没有发现问题。4...
阅读全文
posted @ 2015-08-12 15:46 Rui.peng
阅读(345)
评论(0)
推荐(0)
2015年7月17日
iOS @property 后面 修饰符
摘要: 1.读写性修饰符:readwrite | readonlyreadwrite:表明这个属性是可读可写的,系统为我们创建这个属性的setter和getter方法。readonly:表明这个属性只能读不能写,系统只为我们创建一个getter方法,不会创建setter方法2.setter相关修饰符:ass...
阅读全文
posted @ 2015-07-17 01:46 Rui.peng
阅读(2908)
评论(0)
推荐(0)
2015年7月14日
xcode项目编译C/C++文件could not build module foundation
摘要: 我们经常会遇到 项目加入 C或者C++文件的时候 出现 could not build module foundation错误需要加上#ifdef__OBJC__#import#import#import"AppDelegate.h"#endif表示宏内引用的文件确保只被使用Objective-C语...
阅读全文
posted @ 2015-07-14 12:23 Rui.peng
阅读(776)
评论(0)
推荐(0)
2015年7月7日
字典 或者 模型 加不进数组
摘要: 数组 没有 alloc
阅读全文
posted @ 2015-07-07 21:45 Rui.peng
阅读(111)
评论(0)
推荐(0)
tabBar 的显示
摘要: - (void)viewWillAppear:(BOOL)animated{ self.tabBarController.tabBar.hidden = NO;}
阅读全文
posted @ 2015-07-07 21:44 Rui.peng
阅读(217)
评论(0)
推荐(0)
2015年6月22日
iOS ARC的打开 与 关闭
摘要:
阅读全文
posted @ 2015-06-22 21:58 Rui.peng
阅读(522)
评论(0)
推荐(0)
iOS ASIHTTPRequest配置
摘要: http://www.th7.cn/Program/IOS/201303/130679.shtmlhttp://www.cnblogs.com/dotey/archive/2011/05/10/2041966.htmlhttp://www.dreamingwish.com/frontui/artic...
阅读全文
posted @ 2015-06-22 21:48 Rui.peng
阅读(157)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页
公告