摘要: <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale= 阅读全文
posted @ 2025-05-28 11:36 王亚锋 阅读(11) 评论(0) 推荐(0)
摘要: # -*- 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 王亚锋 阅读(162) 评论(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 王亚锋 阅读(85) 评论(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 王亚锋 阅读(43) 评论(0) 推荐(0)
摘要: DBeaver:https://dbeaver.io/download/ 达梦官网:https://eco.dameng.com/download/ 前提:数据库需要启动 链接步骤: 1、打开DBeaver 2、数据库 >驱动管理器 >新建 3、新建数据库链接 > 找到上面设置的驱动(可以搜索) 4 阅读全文
posted @ 2023-07-11 10:37 王亚锋 阅读(114) 评论(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 王亚锋 阅读(56) 评论(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 王亚锋 阅读(42) 评论(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 王亚锋 阅读(25) 评论(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 王亚锋 阅读(270) 评论(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 王亚锋 阅读(386) 评论(0) 推荐(0)