02 2017 档案
摘要:1. 流程是这样的: 在CCApplication的run函数中,显示设备链调用相应的场景显示函数drawScene来绘制场景,然后调用了CCScheduler的update函数,在这个函数里,对所有注册要调用update的对象指针进行遍历并调用其update函数,而CCActionManager的
阅读全文
摘要:1. http://news.qiyeku.com/news_837979.html 2. opengl http://www.cnblogs.com/salam/p/5113572.html http://blog.csdn.net/wanglixin1999/article/details/51
阅读全文
摘要:1.bugly 一. 本地测试 补丁编写规则参见: JSPatch 将补丁文件main.js拖拽到工程内; 开启 BuglyConfig 中的热更新本地调试模式; 将补丁文件main.js拖拽到工程内; 开启 BuglyConfig 中的热更新本地调试模式; 运行App测试补丁是否生效且工作正常。
阅读全文
摘要:1. http://blog.csdn.net/lvmaker/article/details/51945254 2.直播 http://www.jianshu.com/p/b8db6c142aad
阅读全文
摘要:1.C.R.U.D. Generator for CodeIgniter https://github.com/antonioyee/crud-generator/tree/9e5e48e773a52628f0bdae62db9e820d5bcead91 2. 类CI_DB_mysql_driver
阅读全文
摘要:1. 2.httprequest down https://github.com/passerellesnumeriques/Students-Database/tree/7a7ce9f76670d166413a4a96999d9e3b8b58ead0
阅读全文
摘要:1.视频方向 http://www.tuicool.com/articles/IjyUnmb 2. http://www.cocoachina.com/ios/20141208/10542.html
阅读全文
摘要:1. https://nodejs.org/en/download/ http://www.runoob.com/react/react-install.html 2. http://wuzishu.blog.51cto.com/6826059/1743361 http://www.cnblogs.
阅读全文
摘要:1.node.js的request模块 http://www.cnblogs.com/meteoric_cry/archive/2012/08/18/2645530.html
阅读全文
摘要:1. http://blog.csdn.net/smking/article/details/40432287 2.node爬虫 http://blog.csdn.net/yezhenxu1992/article/details/50820629 https://github.com/alsotan
阅读全文
摘要:1. 2. https://github.com/acubeinnovations/cc_user_api
阅读全文
摘要:1. NSOperation调用start方法即可开始执行操作,NSOperation对象默认按同步方式执行,也就是在调用start方法的那个线程中直接执行。NSOperation对象的isConcurrent方法会告诉我们这个操作相对于调用start方法的线程,是同步还是异步执行。isConcur
阅读全文