会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
烟雨半生
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
下一页
2020年9月4日
centos8 安装jenkins
摘要: 通过官网查到安装方式 https://www.jenkins.io/doc/book/installing/#red-hat-centos sudo wget -O /etc/yum.repos.d/jenkins.repo \ https://pkg.jenkins.io/redhat-stabl
阅读全文
posted @ 2020-09-04 13:52 烟雨半生
阅读(1658)
评论(0)
推荐(0)
2020年8月15日
python selenium Edge
摘要: 很多时候需要通过webdriver获取我们所需要的东西 升级win自带浏览器至edge 找到edge版本: 进入:WebDriver-Microsoft 下载对应版本: 将下载后的文件解压,将解压后的msedgedriver.exe文件复制到python环境目录Scripts中 python 调用代
阅读全文
posted @ 2020-08-15 16:39 烟雨半生
阅读(4022)
评论(0)
推荐(0)
2020年7月22日
win 查看访问链路
摘要: tracert + ip tracert www.baidu.com
阅读全文
posted @ 2020-07-22 14:34 烟雨半生
阅读(959)
评论(0)
推荐(0)
2020年7月5日
pycharm 使用服务器环境
摘要:
阅读全文
posted @ 2020-07-05 20:45 烟雨半生
阅读(578)
评论(0)
推荐(0)
2020年6月6日
requests_html 报错
摘要: centos7 运行 session = requests_html.HTMLSession() h = session.get(url) # print(h.html) h.html.render() 报错: raise BadStatusLine(line)http.client.BadStat
阅读全文
posted @ 2020-06-06 13:42 烟雨半生
阅读(824)
评论(0)
推荐(0)
2019年11月6日
python 免注册调用dm
摘要: 因为需要使用大漠插件 注册com组件能调用,但是免注册的没找到资料,故折腾了一番 #注册大漠插件 import win32com.client dm = win32com.client.Dispatch('dm.dmsoft') print(dm.Ver()) # 免注册大漠插件 import ct
阅读全文
posted @ 2019-11-06 19:17 烟雨半生
阅读(3281)
评论(0)
推荐(0)
2019年11月1日
python pyinstaller 打包exe报错
摘要: 今天用python 使用pyinstaller打包exe出现错误 环境pyqt5 + python3.6 32位 在导入pyqt5包之前加上如下代码 运行 96 INFO: PyInstaller: 3.597 INFO: Python: 3.6.497 INFO: Platform: Window
阅读全文
posted @ 2019-11-01 20:41 烟雨半生
阅读(2203)
评论(0)
推荐(0)
2019年10月19日
win7安装python报错
摘要: 新装win7后安装python出现one or more issues caused the setup to fail . Please fix the issues and then retry setup.For more information see the log file 本次解决方法
阅读全文
posted @ 2019-10-19 13:30 烟雨半生
阅读(1659)
评论(0)
推荐(0)
2019年10月15日
python 4位 高低位
摘要: 最近通道端口通信,但是要求用到高低位传送数据
阅读全文
posted @ 2019-10-15 13:44 烟雨半生
阅读(1470)
评论(0)
推荐(0)
2019年10月10日
python句柄部分操作
摘要: 1 ```python3 2 # 通过窗口类名、窗口标题获取控件句柄 3 hwnd = win32gui.FindWindow("ClassName", "TitleName") 4 # 通过句柄设置控件内容 5 win32gui.SendMessage(hwnd , 12, 0, '文本内容') 6 # 修改窗口标题 7 SetWindowText(hwnd, "Title") 8 #通过句柄获
阅读全文
posted @ 2019-10-10 12:59 烟雨半生
阅读(6142)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告