`
zhengjj_2009
  • 浏览: 149635 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
-(void)execInsertTransactionSql:(NSMutableArray *)transactionSql sqliteDB:(sqlite3 *)sqliteDB statement:(sqlite3_stmt *) statement{     //使用事务,提交插入sql语句     @try{         char *errorMsg;         if (sqlite3_exec(sqliteDB, "BEGIN", NULL, NULL, &errorMsg)==SQLITE_OK) {             N ...
参考网上的资料,自己实现了一个上传进度条的组件 1、ProcessIndicatorView.h #import <UIKit/UIKit.h>   @interface ProcessIndicatorView : UIView {     UIActivityIndicatorView *indicator;     UILabel *textLabel; }   -(void)do_startAnimating; -(void)do_stopAnimating; -(void)do_changeProcessInfo:(NSString *)infoT ...
iOS8中使用CoreLocation定位 http://blog.devzeng.com/blog/ios8-corelocation-framework.html
一个苹果证书怎么多次使用——导出p12文件 http://www.cnblogs.com/yipu/p/3617851.html
NSString *testString = @"{\"0\":[{\"name\":\"编程之美:微软技术面试心得\",\"no\":\" TP311/BCZ \",\"borrow\":\"馆藏复本:6 可借复本:3\",\"author\":\" 《编程之美》小组著 电子工业出版社 2008 (0) \",\"url\":\"item.php?marc_no=00003 ...
  自动打包生成ipa及测试安装页面的shell脚本 http://blog.csdn.net/wuzehai02/article/details/8287787   IOS工程自动打包并发布脚本实现 http://blog.csdn.net/qs_csu/article/details/9453829 --------------------------------------------------------------------------------------- IOS自动化打包介绍  http://blog.csdn.net/baiduforum/article ...
java实现zip压缩文件   http://blog.163.com/shanqing_shuixiu@yeah/blog/static/165319229201192444434865/   http://lzc0088.iteye.com/blog/484581 java怎样读写和修改XML文件??   修改Java XML节点的属性 http://jingyan.baidu.com/article/ea24bc39bbcdddda62b331be.html
iOS7.1企业应用"无法安装应用程序 因为证书无效"的解决方案  http://blog.csdn.net/x32sky/article/details/21237573    使用OpenSSL生成证书   http://blog.chinaunix.net/uid-20539097-id-64403.html   http://blog.chinaunix.net/uid-20539097-id-64403.html    http://flyli815.iteye.com/blog/1837204 windows 下Apache 配置HTTPS协议搭载S ...
uiscrollview无缝循环滚动 // http://www.dreamingwish.com/frontui/article/default/uiscrollview-infinite-loop-scrolling.html github包   // https://github.com/sevensth/InfiniteScrollView
iOS6新特征:参考资料和示例汇总 http://www.devdiv.com/iOS_iPhone-iOS6新特征:参考资料和示例汇总------持续更新中_更新至2012-06-20_-thread-127965-1-1.html
在别人的基础上做了一个日历程序,基本达到自己想要的效果。上传代码以供自己日后查用。
无需App Store,无线发布iOS应用(OTA)  http://www.iinterest.net/2011/09/22/installing-apps-wirelessly-ipa-ota/ http://blog.csdn.net/justinjing0612/article/details/8758692  iOS 企业证书发布app 流程   基于企业级证书的IOS应用打包升级功能介绍   http://www.apkbus.com/android-131512-1-1.html   企业版IDP的申请及“In House”发布 http://blog.csdn.ne ...
无需App Store,无线发布iOS应用(OTA)  http://www.iinterest.net/2011/09/22/installing-apps-wirelessly-ipa-ota/ http://blog.csdn.net/justinjing0612/article/details/8758692  iOS 企业证书发布app 流程   基于企业级证书的IOS应用打包升级功能介绍   http://www.apkbus.com/android-131512-1-1.html   企业版IDP的申请及“In House”发布 http://blog.csdn.ne ...
转载的帖子 http://blog.csdn.net/lanmanck/article/details/38728619 IOS App Icon Size 图标尺寸  LaunchImage iPhone Portrait 启动画面大小 Image资源使用   http://blog.csdn.net/sqc3375177/article/details/12970639 iOS7初体验(3)——图像资源Images Assets
今天遇到一个很奇葩的事情,服务器端(JAVA实现)在返回错误代码时自定义了一个6001,iOS端的NSHTTPURLResponse死活不认识,后来只能针对iOS和android的做区分,在服务器端的header加了errorCode = 6001,然后iOS端才能识别。
Global site tag (gtag.js) - Google Analytics