上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 50 下一页
摘要: 1.python http://blog.chinaunix.net/uid-25602770-id-4009387.html 2.ruby https://my.oschina.net/moluyingxing/blog/192248 阅读全文
posted @ 2017-01-23 17:55 lianhuaren 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1. https://www.zhihu.com/question/36596275 2. https://github.com/luzexi/xls2lua https://github.com/wangshunping/Starup-Game-Python https://www.zhihu.c 阅读全文
posted @ 2017-01-20 15:00 lianhuaren 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 1. 一个uiviewcontroller发送网络请求,解析数据后放在数组里。如果是多个网络请求,就要多个成员变量存储。那是不是可以单独出一个model来解析数据,存储数据呢。 如果有一个RequestSender来发送数据,那么往多个服务器发送数据,只能在RequestSender里做if els 阅读全文
posted @ 2017-01-10 10:32 lianhuaren 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1. http://www.jianshu.com/p/ab6131ac7e70 http://www.cocoachina.com/bbs/read.php?tid=197684 2. 一个uiviewcontroller包含一个uitableview,那么viewcontroller必须要实现u 阅读全文
posted @ 2017-01-02 09:39 lianhuaren 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 1. gnu make的函数调用是$,比如 $(subst ee,EE,feet on the street) 规则中“TARGETS”可以是空格分开的多个文件名 Phony-Targets Pattern Rules Makefile里的.c.o等价于 %.o : %.c gcc -g -O2 - 阅读全文
posted @ 2017-01-01 16:20 lianhuaren 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 1. UIImage imageWithContentsOfFile卡顿 [[UIImage alloc] initWithContentsOfFile 卡顿 2.uitableview scroll to top NSIndexPath *indexPath = [NSIndexPath inde 阅读全文
posted @ 2016-12-30 11:40 lianhuaren 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 1. 有需求cell一行放两个子view,也可以放3个。子view控件都是一样,只有大小区分。需要复用吗? 复用实现:创建时创建3个,拿到数据时是两个就设置两个的frame,是3个就设置3个的frame。 阅读全文
posted @ 2016-12-27 16:38 lianhuaren 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1. EAIntroView,界面和模型分离。EAIntroPage数据模型,EAIntroView界面。 https://github.com/ealeksandrov/EAIntroView 阅读全文
posted @ 2016-12-23 09:26 lianhuaren 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 1. xcodeproj工程损坏时,.m文件没有加入编译。 2. SVN报错:clean the working copy and then retry the operation http://blog.csdn.net/readyflystone/article/details/51986456 阅读全文
posted @ 2016-12-21 09:54 lianhuaren 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 1. http://blog.jobbole.com/65028/ 2. 答案:输出1之后程序死锁 http://blog.sunnyxx.com/2014/03/06/ios_exam_0_key/ 阅读全文
posted @ 2016-12-19 10:45 lianhuaren 阅读(134) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 50 下一页