摘要: 一般控制器有延迟是应该我们控制器的视图view是栏加载的,等我们用到的时候才会加载,所有我们在利用UINavigationCongtroller,的这个方法[self.navigationController pushViewController:controller animated:YES];跳... 阅读全文
posted @ 2014-09-12 17:08 追求无止尽 阅读(1071) 评论(0) 推荐(0)
摘要: openfire 安装报这个错误 A connection to the database could not be made. View the error message by opening the "\logs\error.log" log file, then go back to fix... 阅读全文
posted @ 2014-07-04 23:05 追求无止尽 阅读(3988) 评论(1) 推荐(0)
摘要: 1,ios中常用的数据存储方式有4中1》XML属性列表(plist)归档2》Preference(偏好设置)3》NSKeyedArchiver归档4》SQLite2,每个应用程序都有自己的沙盒,沙河的路径为/Users/apple/Library/Application Support/iPhone... 阅读全文
posted @ 2014-06-04 19:05 追求无止尽 阅读(313) 评论(0) 推荐(0)
摘要: 1,HTTP常见的方法GET 获取指定资源POST 2M 向指定资源提交数据进行处理请求,在RESTful风格中用于新增资源 HE A D 获取指定资源头部信息PUT 替换指定资源(不支持浏览器操作)DELETE 删除指定资源2,配置服务器的put请求方式: 1>n 打开终端p cd /etc/ap... 阅读全文
posted @ 2014-06-03 01:11 追求无止尽 阅读(697) 评论(0) 推荐(0)
摘要: #import "KUViewController.h"#import "KUProgress.h"@interfaceKUViewController ()//下载进度的类,继承UIview@property (weak, nonatomic) IBOutlet KUProgress *progr... 阅读全文
posted @ 2014-06-03 01:01 追求无止尽 阅读(3771) 评论(0) 推荐(0)