最开始我用的是ActivePython带的PythonWin Editor,只说缺点: 不支持代码自动完成(仅能列出当前文件中曾出现过的属性、方法) 不支持文件编码格式自动转换(指定coding: utf-8,可文件的实际编码仍然是gbk) 现在我使用的是Wing IDE,感觉还是挺不错的。至
i want to create a dictionary which support attribute. so i do the following test. class myDic: def __init__(self): self.d = dict() def __getattr__(self, name): return self.d.get(name) def __setattr__(self, name, value): self.d[name] = val
# how to deal with unicode problem for screen scrape# by redice 2011.03.04# following example shows how to solve this problemfrom webscraping import download, xpathD = download.Download()url = 'http://www.infobel.com/fr/belgium/mediterrane
有七千多条记录的用户表和七千多条记录的缴费信息表之间做了一次left join,竟然耗时30多秒(4核3.16G CPU),改为inner join后瞬间完成,经多次测试都是如此,PHP程序中测试和MySQL管理器中测试的结论相同。 奇怪的是: 同样的数据,同样的查询在另外一台配
dede后台,核心-附件管理-文件式管理器-根目录。 出现如下提示: Call to a member function read()0 on a non-object in ...\templates\file_manage_main.htm on line 23 查看file_manage_main.htm 23行左右如下: 经测试发现dir函数调用失败了,返回了fals
// by redice 2011.02.17 // just for study! Usually the ISAPI run in a hight power level user. Some virtual host management system support adding ISAPI Filter by client. I have tested and found it can write into every web directory. I teste
html = diva href='http://www.redicecn.com/plus/search.php?keyword=pythonsubmit.x=0submit.y=0'Python/a a href='http://www.google.com'google/a/div re.compile(r '''(http(s)?://([\w\-]+\.)+[\w\-]+(/[\w\- \./\?%=]*)?)''' ).findall(html) [('http
错误提示如图所示: 问过谷大哥后得知系统时间不正确时会出现这种现象。一看,我的系统时间竟是2001年,修改后一切正常。
service network restart 或者/etc/init.d/network restart
这个问题困扰了一个月了,今天突然人品爆发,竟然给解决了。 服务器ftp软件采用的是:pureftpd,它支持mysql数据库,可以Web管理。 出现的问题是:可以成功登录,但是无法列出目录的文件( 用户权限没有问题,并且21和20端口以及加入了防火墙例外 )。 今天
今天将一个系统从Windows平台迁移到Linux下,但是迁移的url rewrite(Windows平台下用ISAPI_Rewrite做的重写)规则却一直不生效... pbdigg3.0的伪静态规则(ISAPI_Rewrite Rules): RewriteRule ^(.*)/index([0-9]+) $1/index\.php\?p=$2 RewriteRule ^(.*)
很好 。。
呵呵,谢谢
非常好
....................
在unix网络编程中看到了关于TCP/IP的一些内容,我感觉还是写的不够。正在下载中,一定
下载地址呢
谢~~