
工作总结—IOS和objC
文章平均质量分 81
lcpk0411
这个作者很懒,什么都没留下…
展开
-
(转载)objective-C的characterSet知识
Joel on SoftwareThe Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)by Joel SpolskyWednesday, October 08, 2003E转载 2014-11-07 11:28:20 · 833 阅读 · 0 评论 -
工作二总结——objective-C中sqlite3数据库的处理(其二)
#import #import "FMDB.h"const char *databasePath;const char *txtPath;int entityCount, tagCount, mapCount;int main(int argc, const char * argv[]) { if (argc != 3) { NSLog(@"Wrong ar原创 2014-11-02 18:40:13 · 659 阅读 · 0 评论 -
工作二总结——objective-C中sqlite3数据库的处理(其一)
最近有一个小工作任务,根据一组特定格式的乱码,构造sqlite3数据库的原创 2014-11-02 17:55:29 · 832 阅读 · 0 评论 -
工作二总结——objective-C中sqlite3数据库的处理(其三) sqlite3数据库事务的使用
#import #import "FMDB.h"const char *databasePath;const char *txtPath;int entityCount, tagCount, mapCount;int main(int argc, const char * argv[]) { if (argc != 3) { NSLog(@"Wrong ar原创 2014-11-08 15:25:04 · 779 阅读 · 0 评论