随笔分类 - python
摘要:使用urllib.urlopen(url)的时候报错whitespace_trans = string.maketrans(_whitespace, ' ' * len(_whitespace))AttributeError: 'module' object has no attribute 'ma...
阅读全文
摘要:要整理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 '测
阅读全文