XiaoKL

上一页 1 2 3 4 5 6 7 ··· 12 下一页

2015年12月23日

iOS.ReactNative-5-make-react-native-to-support-dynamically-update

摘要: 基于React Native来实现App的热更新热更新: 类似Hot-Patching,在程序不发布版本的前提下,对部分功能或者全部功能进行修改或者升级。JSX1. JSX简介1.1 https://jsx.github.io/1.2Tutorial: JSX"JSX is a preprocess... 阅读全文

posted @ 2015-12-23 01:14 XiaoKL 阅读(1075) 评论(0) 推荐(0) 编辑

2015年11月3日

OpenSource.organization-in-github

摘要: 1. gosquared https://github.com/gosquared 2. slack https://github.com/slackhq 3. The New York Times https://github.com/NYTimes 4. Google https://githu 阅读全文

posted @ 2015-11-03 00:59 XiaoKL 阅读(260) 评论(0) 推荐(0) 编辑

2015年10月23日

iOS.Performance-trick-presentViewController-is-so-slow-in-didSelectRowAtIndexPath

摘要: presentViewController is so slow in "tableView:didSelectRowAtIndexPath:"Use Case: 在UITableView的delegate方法"tableView:didSelectRowAtIndexPath:"中调用"[UIVi... 阅读全文

posted @ 2015-10-23 16:53 XiaoKL 阅读(748) 评论(0) 推荐(0) 编辑

2015年10月15日

iOS.StaticLibrary.1-avoid-duplicate-symbol-in-static-library[draft]

摘要: Avoid duplicate symbol in static library and its customer发布static library给使用者使用。在实际的工程实践中,iOS静态库一般会在对外/对内提供SDK时出现。静态库(SDK)本身可能依赖一些第三方的库,当使用该SDK的App也依赖... 阅读全文

posted @ 2015-10-15 23:23 XiaoKL 阅读(1203) 评论(0) 推荐(0) 编辑

2015年8月24日

iOS.ReactNative-4-react-native-command-line-tool

摘要: Command line tool: react-native 1. react-native 是一个命令行工具 1.1 react-native简介 运行以下命令: lrwxr-xr-x 1 XiaoKL admin 45 7 30 18:07 /usr/local/bin/react-nativ 阅读全文

posted @ 2015-08-24 18:07 XiaoKL 阅读(1221) 评论(0) 推荐(0) 编辑

2015年8月21日

iOS.ReactNative-2-bridge-and-react-native-app-execution

摘要: Bridge and React Native App Execution 基于0.18.1 Async batched bridge used to communicate with the JavaScript application. 分析Objective-C和JavaScript的通信机制 阅读全文

posted @ 2015-08-21 01:12 XiaoKL 阅读(2277) 评论(0) 推荐(0) 编辑

2015年8月17日

iOS.OpenSource.AllInOne

摘要: Open Source Project for iOS 所有和iOS相关的Open Source Project的汇总。 RMGallery https://github.com/robotmedia/RMGallery FGallery https://github.com/gdavis/FGal 阅读全文

posted @ 2015-08-17 13:56 XiaoKL 阅读(360) 评论(0) 推荐(0) 编辑

2015年8月15日

Lua.LearningLua.7-userdata

摘要: Learning Lua: 7 - userdata1. Userdata basic"There are eight basic types in Lua: nil, boolean, number, string, userdata, function, thread, and table.Th... 阅读全文

posted @ 2015-08-15 14:44 XiaoKL 阅读(462) 评论(0) 推荐(0) 编辑

2015年8月14日

Lua.LearningLua.5-document-for-luaL_findtable-function

摘要: Learning Lua: 5 - Document for luaL_findtable() function文档中没有找到luaL_findtable()函数的说明,这里尝试补充。1 LUALIB_API const char *luaL_findtable (lua_State *L, int... 阅读全文

posted @ 2015-08-14 15:48 XiaoKL 阅读(723) 评论(0) 推荐(0) 编辑

2015年7月21日

Java.web-application-development-environments-for-macosx

摘要: Java Web Application开发1 下载需要的软件使用的软件并没有采用最新的版本,只是采用了次新版本。1.1 下载Eclipse的jee版本eclipse-jee-luna-SR2-macosx-cocoa-x86_64.tar.gzhttp://www.eclipse.org/down... 阅读全文

posted @ 2015-07-21 17:44 XiaoKL 阅读(638) 评论(0) 推荐(0) 编辑

2015年7月15日

Python.Scrapy.14-scrapy-source-code-analysis-part-4

摘要: Scrapy 源代码分析系列-4 scrapy.commands 子包子包scrapy.commands定义了在命令scrapy中使用的子命令(subcommand): bench, check, crawl, deploy, edit, fetch,genspider, list, parse, ... 阅读全文

posted @ 2015-07-15 20:48 XiaoKL 阅读(568) 评论(0) 推荐(0) 编辑

Python.Scrapy.12-scrapy-source-code-analysis-part-2

摘要: Scrapy 源代码分析系列-2signals, signalmanager, project, conf1. 模块:signals.py signalmanager.pyproject.pyconf.py1.1 conf.pyproject.pyconf.py 是废弃的模块。她的功能由crawle... 阅读全文

posted @ 2015-07-15 18:32 XiaoKL 阅读(727) 评论(0) 推荐(0) 编辑

Python.Scrapy.11-scrapy-source-code-analysis-part-1

摘要: Scrapy 源代码分析系列-1 spider, spidermanager, crawler, cmdline, command分析的源代码版本是0.24.6, url:https://github.com/DiamondStudio/scrapy/blob/0.24.6如github 中Scra... 阅读全文

posted @ 2015-07-15 17:46 XiaoKL 阅读(1184) 评论(0) 推荐(0) 编辑

2015年7月14日

Python.resource-for-python-from-internet

摘要: 1. pyvideo Python related video indexed so you can find it. http://pyvideo.org/ 2. 6 Useful Python Libraries Recommended by https://www.codementor.io/ 阅读全文

posted @ 2015-07-14 15:57 XiaoKL 阅读(220) 评论(0) 推荐(0) 编辑

技术社交以及技术人员互助网站

摘要: 1. 培养你的兴趣 http://www.pearltrees.com/ 2. github 3. coderwall.com 可以使用github帐户登陆 4. v2ex (比较差劲) http://www.v2ex.com/ 5. Ask a question about android. ht 阅读全文

posted @ 2015-07-14 12:13 XiaoKL 阅读(444) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 12 下一页

导航