python
amaicsdn
For life goes not backward or tarries with yesterday
展开
-
install python3
1.when install python3Failed to build these modules:_ctypessolution: sudo apt-get install libffi-dev2.convert py2 to py3solution: alias python='/usr/bin/python3'原创 2019-03-19 17:46:50 · 329 阅读 · 0 评论 -
ubuntu 配置 python
1.Using Python------------always find help from: https://www.python.org/On Unix, Linux, BSD, macOS, and Cygwin:: ./configure make make test sudo make installthe dir is /usr/loc...原创 2019-03-20 20:19:03 · 229 阅读 · 0 评论 -
python 实现java方法名到excel文件
整理设计文档时,IF sheet是必须的用python可以实现从方法名从java文件到excel文件的转换注意运行# python methodtoexcel.py -i <inputfile> -o <outputfile>methodtoexcel.py 是我自己给源代码文件取的名字,你应改为自己取的名字python2.×环境xlwt库是需要下...原创 2019-03-21 17:22:58 · 285 阅读 · 0 评论 -
autoWebFormWriter
1.run#sudo -H python-m pip install -U seleniumifCould not find a version that satisfies the requirement urllib3 (from selenium) (from versions: )No matching distribution found for urllib3 (fro...原创 2019-07-20 18:19:54 · 213 阅读 · 0 评论 -
python 导包
__init__.py is needed under the package where you want to put your own py filesor this directory wont be recongnised as a python package__init__.py can be empty fileuse fill path you can acce...原创 2019-07-25 19:27:36 · 210 阅读 · 0 评论