
python
wuger_521
专注
展开
-
python运行出现IDLE's subprocess didn't make connection. Either IDLE can't start or personal firewal的解决方案
提示:IDLE's subprocess didn't make connection. Either IDLE can't start or personal firewall software is blocking connection解决办法:1.打开所在安装目录下的C:/Python24/Lib/idlelib/PyShell.py ,2.将use_sub原创 2017-09-15 20:39:07 · 1351 阅读 · 1 评论 -
python技巧总结
python技巧总结http://litaotao.github.io./python-materialsflask官方文档http://flask.pocoo.org/http://docs.jinkan.org/docs/flask/转载 2017-09-24 18:07:24 · 867 阅读 · 0 评论 -
python中list/tuple/dict/set的区别
参考1.http://www.runoob.com/python/python-dictionary.html2.https://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/0013868193482529754158abf734c00bba97c87f89a263b000原创 2017-11-22 00:44:25 · 227 阅读 · 0 评论 -
SVN authorization failed
重装一下SVN即可原创 2017-11-24 12:08:16 · 359 阅读 · 0 评论 -
python NameError: name ' book ' is not defined
可能需要安装openpyxl 这个模块原创 2017-11-24 12:12:23 · 3096 阅读 · 0 评论 -
SVN Update Error: Please execute the 'Cleanup' command
Previous operation has not finished; run 'cleanup' if it was interruptedPlease execute the 'Cleanup' command. 原因有可能是 1. 有文件正在更新或上传,该文件夹被锁定。 2. 更新或原创 2017-11-24 19:49:54 · 783 阅读 · 0 评论 -
Python 列表推导式 格式及使用方法
[ 表达式 for 变量 in 列表] if条件语句:[表达式 for 变量 in 列表 if 条件]原创 2017-11-25 00:06:41 · 506 阅读 · 0 评论 -
python 回文数
回文数原创 2017-11-25 16:02:47 · 547 阅读 · 0 评论