摘要: 一、python介绍与安装 链接:https://www.cnblogs.com/xibanqiu/p/11319340.html 本篇主要介绍 python 的介绍和安装 二、python入门 链接:https://www.cnblogs.com/xibanqiu/p/11341776.html 阅读全文
posted @ 2020-12-15 10:22 西半球 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 参考 文章:https://www.cnblogs.com/nwpuxuezha/p/9038172.html python 自带 import logging #输出的日志文件目录 LOG_FILE_NAME = "logs/log.log" # 得到 logger 对象 logger = log 阅读全文
posted @ 2020-10-14 15:16 西半球 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: 之前的代码 chromedriver_path = "存放webdriver的路径" options = Options() options.add_argument('--disable-gpu') options.add_argument('--no-sandbox') options.add_ 阅读全文
posted @ 2020-09-23 10:02 西半球 阅读(373) 评论(0) 推荐(0) 编辑
摘要: python 程序 后台启动 nohup python3 -u webservice_ins01.py production >nohup.out 2>&1 & 查询 启动的 python 程序 ps -ef |grep python 根据上述的pid 杀死进程 kill -9 pid 阅读全文
posted @ 2020-08-22 14:43 西半球 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 更新 pip python -m pip install --upgrade pip -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com --trusted-host pypi.douban.com --user 下载包 阅读全文
posted @ 2020-07-21 11:11 西半球 阅读(118) 评论(0) 推荐(0) 编辑
摘要: bug 说明 如上图。开始pip location :会在 c:\program files\python37\lib\site-packages 。这个目录下(python 的安装目录) 但是 下载一个库之后,再次在命令行输入 pip show pip.这次 location 会指向 c:\use 阅读全文
posted @ 2020-07-21 11:09 西半球 阅读(9465) 评论(0) 推荐(0) 编辑
摘要: 学习视频:https://www.bilibili.com/video/BV1jW411Y7dL?from=search&seid=10840949410210352780 https://www.bilibili.com/video/BV1W7411F7AE?from=search&seid=10 阅读全文
posted @ 2020-05-25 10:54 西半球 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 文章的链接:https://blog.csdn.net/weixin_46164132/article/details/105009276 阅读全文
posted @ 2020-05-18 12:26 西半球 阅读(156) 评论(0) 推荐(0) 编辑
摘要: ```python # configparse # import configparser # config = configparser.ConfigParser() # config["DEFAULT"] = {'ServerAliveInterval': '45', # 'Compression': 'yes', # 'CompressionLevel': '9', # 'ForwardX1 阅读全文
posted @ 2020-05-13 21:21 西半球 阅读(128) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1632719/202005/1632719-20200512222016983-1384045881.png) ![](https://img2020.cnblogs.com/blog/1632719/202005/1632719-20200512224334215-363136046.png) ![](https://i 阅读全文
posted @ 2020-05-12 22:44 西半球 阅读(125) 评论(0) 推荐(0) 编辑