240 发简信
IP属地:福建
  • python 打包exe文件

    打包工具1、Py2exe(不再更新)2、pyinstaller(推荐) 安装pyinstaller(pip的话只试用3.5及以前版本) 打包ex...

  • 爬虫小记

    利用selenium模拟登入,获取cookies 爬取https链接,解决SSL证书错误问题:SSLError: bad handshake 解...

  • 去除vscode编辑器pylink绿色波浪线

    文件→首选项→设置→用户设置

  • WINDOWS py2和py3共存

    1.分别添加环境变量 2.用py2编译器运行脚本 py -2 hello.py 3.用py3编译器运行脚本 py -3 hello.py 3.安...