随笔分类 -  python

摘要:使用urllib.urlopen(url)的时候报错whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))AttributeError: 'module' object has no attribute 'ma... 阅读全文
posted @ 2014-04-23 18:18 aosting 阅读(228) 评论(0) 推荐(0)
摘要:要整理wiki结构。额,让我做这个。好多表。首先在show create table table_name;CREATE TABLE `general_log` ( `event_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '测试', `user_host` mediumtext NOT NULL COMMENT '测试', `thread_id` bigint(21) unsigned NOT NULL COMMENT '测 阅读全文
posted @ 2013-12-03 17:32 aosting 阅读(380) 评论(0) 推荐(0)