01 2017 档案

摘要: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 阅读(129) 评论(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 阅读(209) 评论(0) 推荐(0)
摘要:1. 一个uiviewcontroller发送网络请求,解析数据后放在数组里。如果是多个网络请求,就要多个成员变量存储。那是不是可以单独出一个model来解析数据,存储数据呢。 如果有一个RequestSender来发送数据,那么往多个服务器发送数据,只能在RequestSender里做if els 阅读全文
posted @ 2017-01-10 10:32 lianhuaren 阅读(112) 评论(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 阅读(234) 评论(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 阅读(351) 评论(0) 推荐(0)