07 2022 档案

win10安装sonarqube9.5
摘要:一:下载安装包 1 下载sonarqube https://www.sonarqube.org/downloads/ 2 9.5不支持mysql,需要安装postgresql 11以上,我安装的是postgresql12.11 下载地址 https://www.enterprisedb.com/do 阅读全文

posted @ 2022-07-19 15:12 bbzhang 阅读(910) 评论(1) 推荐(2) 编辑

python(pywin32)指定路径保存文件到另存为框
摘要:import os import time import win32gui import win32con from datetime import datetime mode_db_path="要保存文件的路径" time1 = time.strftime('%m%d%H%M%S', time.l 阅读全文

posted @ 2022-07-18 14:38 bbzhang 阅读(1131) 评论(0) 推荐(0) 编辑

selenium+python启动electron应用
摘要:1 安装selenium webdriver,找到对应的chrome驱动版本 2 应用 options = webdriver.ChromeOptions() options.binary_location = “electron应用的位置” _driver = webdriver.Chrome(s 阅读全文

posted @ 2022-07-14 16:33 bbzhang 阅读(607) 评论(0) 推荐(0) 编辑

git lab提交code注意事项
摘要:1 安装完git后,需要使用 ssh-keygen -t rsa -C "邮箱",在本地生成公钥,将x.pub里边的内容拷贝到gitlab上 2 git config --global user.name "name" git config --global user.email "email" g 阅读全文

posted @ 2022-07-14 16:18 bbzhang 阅读(59) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示