上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页
摘要: 表里面的数据: 问题:查询数据库,返回结果不是中文可以,是中文的话就报错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) 编辑
摘要: 需要安装pytest和pytest-html pip3 install -U pytest pip3 install -U pytest-html 阅读全文
posted @ 2017-05-19 15:59 dieyaxianju 阅读(406) 评论(0) 推荐(0) 编辑
摘要: 1、创建一个简单的Python工程 在主菜单中,选择File | New Project ,并指定Python解释器版本 2.创建python类,快捷键alt+insert 3.编写打开浏览器的代码,导入selenium 去安装selenium 首先 查看已经安装的 发现pip需要升级 于是 继续安 阅读全文
posted @ 2017-05-19 11:34 dieyaxianju 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1.安装python3.5,配置环境变量 变量名:PATH 变量值:;C:\Python35;C:\Python35\Scripts; 查看是否安装好: 2. 阅读全文
posted @ 2017-05-19 11:20 dieyaxianju 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1、在桌面右键,git bash here 2.检查本机是否有ssh key设置 $ cd ~/.ssh 或cd .ssh 如果没有则提示: No such file or directory;此时需要自己新建mkdir ~/.ssh 如果有则进入~/.ssh路径下(ls查看当前路径文件,如果有文件 阅读全文
posted @ 2017-05-18 20:44 dieyaxianju 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/w13770269691/article/details/38705473/ https://git-scm.com/book/zh/v2 阅读全文
posted @ 2017-05-18 19:40 dieyaxianju 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 参考:http://blog.csdn.net/u013088062/article/details/50100121#comments http://blog.csdn.net/column/details/pycharm.html 阅读全文
posted @ 2017-05-17 18:02 dieyaxianju 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 解决办法: 方案1: 右键》ortoiseGit → Settings → Git → Credential 设置为 wincred - this repository only 或者 wincred - current Windows user 方案2:在需要更新目录下打开git bash【还未实 阅读全文
posted @ 2017-05-17 17:44 dieyaxianju 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 创建自己的项目:通过地址进入 在文件夹下使用git bash进行 git init,然后ctrl+右键使用TortoiseGit》右键setting 然后再右键setting 拷贝代码时注意要http的 【我的账号是公司邮箱 这里截图里是错误的】 阅读全文
posted @ 2017-05-17 17:27 dieyaxianju 阅读(297) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页