摘要: 1. python3中取消了Long类型 2. reload函数在python2中是内置函数,在python3中需要导入:from imp import reload 3. python3中没有unicode函数了。 阅读全文
posted @ 2019-05-24 17:22 kissrule 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 下载 https://github.com/gearman/gearmand/releases 解压,进入目录 sudo ./configure make sudo make install 问题1: configure: error: could not find gperf solution: 阅读全文
posted @ 2019-05-24 17:07 kissrule 阅读(179) 评论(0) 推荐(0) 编辑
摘要: iscsi configuration unable to save python error “ValueError: 'Implict and Explict' is not in list” The issue is caused by the fact that these paramete 阅读全文
posted @ 2019-05-24 12:09 kissrule 阅读(399) 评论(0) 推荐(0) 编辑
摘要: apt-get install python3-pip # Python3 ➜ ~ pip3 -V pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6) pip3 install flake8 执行目录的flake检测 python2. 阅读全文
posted @ 2019-05-24 10:13 kissrule 阅读(1857) 评论(0) 推荐(0) 编辑