XiaoKL

07 2015 档案

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 阅读(654) 评论(0) 推荐(0)

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 阅读(583) 评论(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 阅读(743) 评论(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 阅读(1211) 评论(0) 推荐(0)

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 阅读(242) 评论(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 阅读(464) 评论(0) 推荐(0)

Android.技术站点
摘要:总结Android相关的技术站点和blog 1. http://android-developers.blogspot.com/ 首推这个blog,有时间需要每篇blog读一遍。 2. nlopez http://nlopez.io 3. Famous Blog in Android Applica 阅读全文

posted @ 2015-07-11 19:14 XiaoKL 阅读(242) 评论(0) 推荐(0)

ObjC.class-cluster
摘要:class clusterIn a class cluster, only an abstract superclass is public. Allocating an instance actually createsan object of a private subclass. As suc... 阅读全文

posted @ 2015-07-10 11:44 XiaoKL 阅读(224) 评论(0) 推荐(0)

ObjC.primitive-methods
摘要:Primitive Method"When it comes to subclassing, knowing which methods are ‘primitive’ methods is important.The notion of primitive methods are those me... 阅读全文

posted @ 2015-07-10 10:48 XiaoKL 阅读(241) 评论(0) 推荐(0)

SoftwareEngineering.APIDesign.iOS
摘要:API Design for iOS/Mac (Objective-c Edition)1. UI Control Library API的设计和已有组件保持一致(例如: 使用标准的API, 模型,模式)可以使Developer更易理解。Class interfaceRule1: 使用该平台常用/通... 阅读全文

posted @ 2015-07-06 19:53 XiaoKL 阅读(242) 评论(0) 推荐(0)

Linux.CommanlineTool.grep
摘要:grep1 grep [options] PATTERN [FILE...]2 grep [options] [-e PATTERN | -f FILE] [FILE...]1. grep的Regular ExpressionRef[1]A): 匹配单字符reg ex中基本的构建块是匹配单个字符的r... 阅读全文

posted @ 2015-07-02 16:34 XiaoKL 阅读(241) 评论(0) 推荐(0)

Site.ForProductsOfApple
摘要:1.cultofmachttp://www.cultofmac.com/2. imorehttp://www.imore.com/3. osxdailyhttp://osxdaily.com/ 阅读全文

posted @ 2015-07-01 00:42 XiaoKL 阅读(144) 评论(0) 推荐(0)

导航