用正则判断日期只能判断样式不能判断是否真正的合法 我们可以使用str_to_date 要在 MySQL 中使用 STR_TO_DATE() 函数判断日期字符串是否符...
jenkin中基于角色的权限管理
https://blog.csdn.net/zz153417230/article/details/118934809 jenkin中基于角色的权限管理 安装 Ro...
windows路径长度限制
windows路径长度限制 Windows路径长度限制的具体数值 在Windows操作系统中,文件路径的最大长度限制为260个字符。这个限制是由Windows...
git合并部分文件
git merge 指定文件 https://blog.csdn.net/Mr_lee_1/article/details/134502888 git checko...
selenium打开谷歌浏览器运行完后浏览器自动关闭
https://blog.csdn.net/yuhavefreedom/article/details/130830499 原因:selenium版本过高 from...
pyautogui图片搜索
pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple pip install ...
pyautogui图片文字识别
https://blog.csdn.net/woshiabc111/article/details/134739325 https://blog.51cto.com...
pyautogui自动打开浏览器访问网站
import pyautogui import time import subprocess import pyperclip #while True: # # 获...
pyautogui自动ssh登录服务器
import subprocess import sys import time import pyperclip import pyautogui print(s...
pyautogui开机自启动软件
import subprocess import sys print(sys.executable) #启动xampp subprocess.Popen('"G:\...