摘要: # -*- coding: utf-8 -*- # @Time : 2023/11/6 10:03 # @Author : wangyafeng # @FileName: 进程和线程2.py # @Email : yafengwang@dingtalk.com # @Software: PyChar 阅读全文
posted @ 2023-11-06 13:42 王亚锋 阅读(78) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- # @Time : 2023/8/4 11:22 # @Author : wangyafeng # @FileName: 证书过期.py # @Email : yafengwang@dingtalk.com # @Software: PyCharm i 阅读全文
posted @ 2023-08-07 09:12 王亚锋 阅读(25) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2023.cnblogs.com/blog/420655/202307/420655-20230726162338592-74763099.png) ![](https://img2023.cnblogs.com/blog/420655/202307/420655-20 阅读全文
posted @ 2023-07-26 15:07 王亚锋 阅读(25) 评论(0) 推荐(0) 编辑
摘要: DBeaver:https://dbeaver.io/download/ 达梦官网:https://eco.dameng.com/download/ 前提:数据库需要启动 链接步骤: 1、打开DBeaver 2、数据库 >驱动管理器 >新建 3、新建数据库链接 > 找到上面设置的驱动(可以搜索) 4 阅读全文
posted @ 2023-07-11 10:37 王亚锋 阅读(40) 评论(0) 推荐(0) 编辑
摘要: AutoInstallServicer.py 主程序 ConnectLinux.py 链接服务器执行命令 打包使用 auto-py-to-exe # -*- coding: utf-8 -*- # @Time : 2023/6/28 9:37 # @Author : wangyafeng # @Fi 阅读全文
posted @ 2023-06-29 17:39 王亚锋 阅读(34) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*- # @Time : 2023/6/9 16:00 # @Author : wangyafeng # @FileName: main.py.py # @Email : yafengwang@dingtalk.com # @Software: PyChar 阅读全文
posted @ 2023-06-12 12:30 王亚锋 阅读(22) 评论(0) 推荐(0) 编辑
摘要: rpm -qa | grep mysql如果有服务就卸载 yum remove '软件名'wget https://repo.mysql.com//mysql80-community-release-el7-3.noarch.rpmyum -y install mysql80-community-r 阅读全文
posted @ 2023-04-04 13:54 王亚锋 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 背景:阿里云服务器buffer内存30G free -h 发现buff/cache内存高 安装hcache1、wget https://silenceshell-1255345740.cos.ap-shanghai.myqcloud.com/hcache2、chmod 755 hcache && m 阅读全文
posted @ 2023-03-30 11:43 王亚锋 阅读(166) 评论(0) 推荐(0) 编辑
摘要: # 调用jar包 import jpype #pip install jpype1 import os jarpath = os.path.join(os.path.abspath('.'), 'E://PycharmProjects//GUI//java//untitled.jar') #jar包 阅读全文
posted @ 2023-02-08 13:45 王亚锋 阅读(340) 评论(0) 推荐(0) 编辑
摘要: *******************工作簿对象******************* wb.active :获取第一张工作表对象 wb[sheet_name] :获取指定名称的工作表对象 wb.sheetnames :获取所有工作表名称 wb.worksheets:获取所有工作表对象,wb.wor 阅读全文
posted @ 2023-01-17 15:38 王亚锋 阅读(24) 评论(0) 推荐(0) 编辑