摘要: 本机:python3.5 1.需要安装configerparser 【py2是 ConfigParser】 2.编写代码 运行前 运行后 1) 基本的读取配置文件 -read(filename) 直接读取ini文件内容 -sections() 得到所有的section,并以列表的形式返回 -opti 阅读全文
posted @ 2017-05-22 20:41 dieyaxianju 阅读(683) 评论(0) 推荐(0) 编辑
摘要: 表里面的数据: 问题:查询数据库,返回结果不是中文可以,是中文的话就报错UnicodeEncodeError: 'gbk' codec can't encode character '\xd4' in position 5: illegal multibyte sequence 源码: 这个是ok的 阅读全文
posted @ 2017-05-22 17:41 dieyaxianju 阅读(1971) 评论(0) 推荐(0) 编辑
摘要: 本人python3.5 1.安装 pip3 install mysql-connetor 2.测试(打开python.exe) 3.代码测试 结果 阅读全文
posted @ 2017-05-22 17:22 dieyaxianju 阅读(157) 评论(0) 推荐(0) 编辑