上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 83 下一页
摘要: 原文:https://blog.csdn.net/weixin_47221359/article/details/109491054 打开终端,先键入 sudo apt-get autoremove open-vm-tools 之后键入 sudo apt-get install open-vm-to 阅读全文
posted @ 2021-07-28 19:20 lshan 阅读(739) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cnblogs.com/HelloBigTable/p/12383369.html 我们在使用IDEA中maven的LifeCycle去打包时,打出的jar包只包含代码,在使用时会出现“找不到包或者无法加载“ClassNotFoundException”报错 这是因为我 阅读全文
posted @ 2021-07-23 23:03 lshan 阅读(1502) 评论(0) 推荐(0) 编辑
摘要: pip install apscheduler APScheduler提供了七种调度器: BlockingScheduler:适合于只在进程中运行单个任务的情况,通常在调度器是你唯一要运行的东西时使用。 BackgroundScheduler: 适合于要求任何在程序后台运行的情况,当希望调度器在应用 阅读全文
posted @ 2021-07-20 16:57 lshan 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 显例: pip install redis import redis class RedisUtils(object): def __init__(self): if not hasattr(RedisUtils, 'pool'): RedisUtils.getPool() #创建redis连接po 阅读全文
posted @ 2021-07-20 14:50 lshan 阅读(88) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-07-19 18:56 lshan 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 卸载:https://blog.csdn.net/m0_37407756/article/details/77968724 安装:https://www.runoob.com/python3/python3-install.html python3.7调整优先级: https://www.cnblo 阅读全文
posted @ 2021-07-18 23:29 lshan 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 官网:https://docs.mitmproxy.org/stable/addons-examples/ github: https://github.com/mitmproxy/mitmproxy/ mitmproxy 基本使用: EV: ubuntu16.04 python3.7 instal 阅读全文
posted @ 2021-07-18 15:46 lshan 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 在dockerhub上发现了一些更加小的官方镜像: link: https://registry.hub.docker.com/_/python?tab=tags&page=1&ordering=last_updated docker pull python:3.7.11-slim 113MB do 阅读全文
posted @ 2021-07-14 10:32 lshan 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 说明: TinyProxy 貌似不可以设置user/passd 摘要: .timproxy docker部署 . Squid服务 docker部署 (支持用户名密码) 官网: http://www.squid-cache.org/ 1.timproxy docker install : 36M su 阅读全文
posted @ 2021-07-09 09:47 lshan 阅读(1687) 评论(0) 推荐(0) 编辑
摘要: 解决方式: #取消http代理 git config --global --unset http.proxy #取消https代理 git config --global --unset https.proxy ko . 补充:》》》》》》》》》》》》》》》》》》》 为git设置http代理, ht 阅读全文
posted @ 2021-07-08 18:19 lshan 阅读(1588) 评论(0) 推荐(1) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 83 下一页