摘要: 1. spider_main 2. url_manager 3. html_downloader 4. html_parser 5. html_outputer 最终获取的html,有些字符不能显示,查资料,说是用命令cmd /K chcp 65001 但是用控制台查询codepage编码依然是,改 阅读全文
posted @ 2016-04-27 23:09 楊柳 阅读(492) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.dofactory.com/reference/csharp-coding-standards 补充 原文链接:http://www.cnblogs.com/JimmyZhang/archive/2013/06/05/3118936.html 阅读全文
posted @ 2016-04-27 02:22 楊柳 阅读(633) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2016-04-27 01:25 楊柳 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 1.运算符 使用对象初始值设定项来简化对象创建// Object initializer.var instance3 = new ExampleClass { Name = "Desktop", ID = 37414, Location = "Redmond", Age = 2.3 }; // De 阅读全文
posted @ 2016-04-27 01:10 楊柳 阅读(139) 评论(0) 推荐(0) 编辑