欢迎加入Python爱好者QQ群(Pythoner):103441184

日期:11-05-29 |  分类:Python |  标签: |  0 Comments

转自: http://www.codecho.com/comparison-in-python/ 通常我们写: ? 1 if foo is None : pass 这个写法与以下的写法有何区别呢? ? 1 if foo = = None : pass is 当比较的是相同的对象实例时总是返回True。而==则完全决定于__eq__()方法的实现。例如: ?

阅读剩余部分...

日期:11-05-29 |  分类:Python |  标签: |  0 Comments

摘自: http://docs.python.org/library/gzip.html 12.2. gzip Support for gzip files This module provides a simple interface to compress and decompress files just like the GNU programs gzip and gunzip would. The data compression is provided b

阅读剩余部分...

日期:11-05-29 |  分类:Python |  标签: |  0 Comments

http://docs.python.org/library/collections.html#collections.defaultdict 8.3.3. defaultdict objects class collections. defaultdict ( [ default_factory [ , ... ] ] ) Returns a new dictionary-like object. defaultdict is a subclass of the buil

阅读剩余部分...

日期:11-05-28 |  分类:实用工具 |  标签: |  0 Comments

httpwatchpro-5.2.6.rar

阅读剩余部分...

日期:11-05-19 |  分类:Python |  标签: |  1 Comments

菜单栏:Edit-Show Line Numbers

阅读剩余部分...

日期:11-05-19 |  分类:其它 |  标签: |  1 Comments

https://addons.mozilla.org/zh-CN/firefox/addon/video-downloadhelper/

阅读剩余部分...

日期:11-05-19 |  分类:其它 |  标签: |  0 Comments

喜讯啊,前几天还在为Firefox下无法用Live Http Headers头痛呢。 https://addons.mozilla.org/en-US/firefox/addon/live-http-headers/

阅读剩余部分...

日期:11-05-18 |  分类:Webscraping |  标签: |  0 Comments

原文地址: http://dcortesi.com/2008/05/28/google-ajax-search-api-example-python-code/ Google Web Search API的文档: http://code.google.com/intl/zh-CN/apis/websearch/docs/reference.html#_intro_fonje For whatever reason, there arent many exa

阅读剩余部分...

日期:11-05-16 |  分类:Linux |  标签: |  0 Comments

原文 : http://os.51cto.com/art/201007/211874.htm cron是一个Linux下的定时执行工具,可以在无需人工干预的情况下运行作业。 启动cron服务:service crond start 如何使用cron服务? cron服务提供 crontab命令来设定cron服务的,以下是这个命令的一些参数

阅读剩余部分...

日期:11-05-16 |  分类:其它 |  标签:免费http代理proxieslist |  0 Comments

以下代理列表由鲲鹏数据爬虫程序采集于互联网,每日定时更新。 http://www.site-digger.com/html/articles/20110516/proxieslist.html 注:请合理使用,一些后果自负。

阅读剩余部分...

日期:11-05-16 |  分类:其它 |  标签: |  1 Comments

我找到了两种解决方案: 1)采用张宴修改版的phpMyAdmin,。 http://blog.s135.com/post/215/ 下载地址: http://ishare.iask.sina.com.cn/cgi-bin/fileid.cgi?fileid=1848024 2)第二种方法比较简单,直接在配置文件中增加一个配置参数即可,推荐。 修改con

阅读剩余部分...

日期:11-05-14 |  分类:Linux |  标签: |  0 Comments

准确地说应该是GBK编码网页中文乱码(UTF8的正常)。 编辑Apache配置文件: vi /etc/httpd/conf/httpd.conf 修改AddDefaultCharset UTF-8为: AddDefaultCharset Off PS: 默认的AddDefaultCharset UTF-8将影响Apache输入HTTP应答头中的Content-Type字段中的

阅读剩余部分...

redice's Blog  is powered by DedeCms |  Theme by Monkeii.Lee |  网站地图 |  本服务器由西安鲲之鹏网络信息技术有限公司友情提供

返回顶部