摘要:Java Web Application开发1 下载需要的软件使用的软件并没有采用最新的版本,只是采用了次新版本。1.1 下载Eclipse的jee版本eclipse-jee-luna-SR2-macosx-cocoa-x86_64.tar.gzhttp://www.eclipse.org/down...
阅读全文
摘要:Scrapy 源代码分析系列-4 scrapy.commands 子包子包scrapy.commands定义了在命令scrapy中使用的子命令(subcommand): bench, check, crawl, deploy, edit, fetch,genspider, list, parse, ...
阅读全文
摘要:Scrapy 源代码分析系列-2signals, signalmanager, project, conf1. 模块:signals.py signalmanager.pyproject.pyconf.py1.1 conf.pyproject.pyconf.py 是废弃的模块。她的功能由crawle...
阅读全文
摘要:Scrapy 源代码分析系列-1 spider, spidermanager, crawler, cmdline, command分析的源代码版本是0.24.6, url:https://github.com/DiamondStudio/scrapy/blob/0.24.6如github 中Scra...
阅读全文
摘要: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/
阅读全文
摘要:1. 培养你的兴趣 http://www.pearltrees.com/ 2. github 3. coderwall.com 可以使用github帐户登陆 4. v2ex (比较差劲) http://www.v2ex.com/ 5. Ask a question about android. ht
阅读全文
摘要:总结Android相关的技术站点和blog 1. http://android-developers.blogspot.com/ 首推这个blog,有时间需要每篇blog读一遍。 2. nlopez http://nlopez.io 3. Famous Blog in Android Applica
阅读全文
摘要:class clusterIn a class cluster, only an abstract superclass is public. Allocating an instance actually createsan object of a private subclass. As suc...
阅读全文
摘要:Primitive Method"When it comes to subclassing, knowing which methods are ‘primitive’ methods is important.The notion of primitive methods are those me...
阅读全文
摘要:API Design for iOS/Mac (Objective-c Edition)1. UI Control Library API的设计和已有组件保持一致(例如: 使用标准的API, 模型,模式)可以使Developer更易理解。Class interfaceRule1: 使用该平台常用/通...
阅读全文
摘要:grep1 grep [options] PATTERN [FILE...]2 grep [options] [-e PATTERN | -f FILE] [FILE...]1. grep的Regular ExpressionRef[1]A): 匹配单字符reg ex中基本的构建块是匹配单个字符的r...
阅读全文
摘要:1.cultofmachttp://www.cultofmac.com/2. imorehttp://www.imore.com/3. osxdailyhttp://osxdaily.com/
阅读全文