摘要: # encoding: utf-8 ''' Created on 2015年2月8日 @author: 张鹏程 aprial@163.com @copyright: 版权所有, 尊重劳动成功, 转载与修改请注明作者 ''' import traceback import cha... 阅读全文
posted @ 2015-02-09 21:27 aprial 阅读(851) 评论(0) 推荐(0) 编辑
摘要: 网站源文件目录 F:\01.prj\site\static_html F:\01.prj\site\static_html 打开apache_http.conf 1 .修改网站目录 错误1 Alias /test F:/01.prj/site/static_html Order allow,deny Allow from all 解决方法: 以下页面... 阅读全文
posted @ 2015-02-08 22:03 aprial 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 摘要 之前一直使用默认的parse入口,以及SgmlLinkExtractor自动抓取url。但是一般使用的时候都是需要自己写具体的url抓取函数的。 python 爬虫 scrapy scrapy提高 最近看scrappy0.24官方文档看的正心烦的时候,意外发现中文翻译0.24文档,简直... 阅读全文
posted @ 2015-02-04 08:11 aprial 阅读(729) 评论(0) 推荐(0) 编辑
摘要: http://blog.cong.co/cygwin.html#%E5%AE%9A%E4%B9%89%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F配置 cygwin 中的服务程序 配置 apache httpd2 服务 配置 proftpd 服务 配置应用程序 配置rxvt 阅读全文
posted @ 2015-01-25 17:03 aprial 阅读(271) 评论(0) 推荐(0) 编辑
摘要: svn checkout svn://svn.code.sf.net/p/pluginbox/code/trunk pluginbox-code Eclipse中Easy Shell插件配置PowerCmd 分类: 心情/笔记 2014-04-28 13:34 885人阅读 评论(0) 收藏 举报 commandshelleclipsecmdPowerCmd 目录(?)[+] 1... 阅读全文
posted @ 2015-01-22 08:23 aprial 阅读(364) 评论(0) 推荐(0) 编辑
摘要: python --help usage: python [option] ... [-c cmd | -m mod | file | -] [arg] ... Options and arguments (and corresponding environment variables): -B : don't write .py[co] files on import; a... 阅读全文
posted @ 2015-01-18 10:32 aprial 阅读(363) 评论(0) 推荐(0) 编辑
摘要: cookielibpip install wmi _winreg.OpenKey(_winreg.HKEY_LOCAL_MACHINE, 'SOFTWARE', 0, _winreg.KEY_ALL_ACCESS) Traceback (most recent call last): File "", line 1, in WindowsError: [Error 5] 将KEY_ALL... 阅读全文
posted @ 2015-01-18 10:31 aprial 阅读(773) 评论(0) 推荐(0) 编辑
摘要: 1. Windows > Preferences然后键入keys或浏览到General > Keys。根据该键输入filter text的block selection快速找到快捷方式上市toggle block selection。在这里,您可以在快捷方式列选择如你所愿。 2. 您可以通过键盘快捷键启用和禁用列编辑模式ALT-SHIFT-A。 一旦启用您可以在选择文本块,或SHIFT(像一个... 阅读全文
posted @ 2015-01-17 00:05 aprial 阅读(500) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- import scrapy import chardet from scrapy.spider import BaseSpider from scrapy.selector import HtmlXPathSelector from scrapy.utils.url import urljoin_rfc from s... 阅读全文
posted @ 2015-01-14 08:35 aprial 阅读(241) 评论(0) 推荐(0) 编辑
摘要: Greasemonkey Hacks/Getting Started< Greasemonkey HacksGreasemonkey HacksForewordCreditsPrefaceChapter 1: Getting StartedChapter 2: Linkmania!Chapter 3... 阅读全文
posted @ 2015-01-13 13:55 aprial 阅读(531) 评论(0) 推荐(0) 编辑