摘要: From W3School. 阅读全文
posted @ 2016-05-14 17:35 Ryan in C++ 阅读(132) 评论(0) 推荐(0) 编辑
摘要: python文件和目录操作 python连接mysql数据库 Python字符编码详解 unicode相关介绍 阅读全文
posted @ 2016-05-14 17:09 Ryan in C++ 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 代码参考自zhoujie。函数接口可参考该blog。 基本的write函数接口很简单: 新建一个excel文件 file = xlwt.Workbook() (注意这里的Workbook首字母是大写) 新建一个sheet table = file.add_sheet('sheet_name') 写入 阅读全文
posted @ 2016-05-14 16:29 Ryan in C++ 阅读(5439) 评论(0) 推荐(0) 编辑