会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
飞入闲窗
没有与生俱来的神,踩的坑多了,自然就成了神!----一个匍匐前进的小白。
博客园
首页
新随笔
联系
订阅
管理
2025年5月28日
测试htnl
摘要: <!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)
2023年11月6日
PySimpleGUI+多线程
摘要: # -*- 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)
2023年8月7日
获取ssl证书剩余天数
摘要: # -*- 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)
2023年7月26日
jmeter获取token
摘要:  
评论(0)
推荐(0)
2023年7月11日
达梦数据库&DBeaver
摘要: DBeaver:https://dbeaver.io/download/ 达梦官网:https://eco.dameng.com/download/ 前提:数据库需要启动 链接步骤: 1、打开DBeaver 2、数据库 >驱动管理器 >新建 3、新建数据库链接 > 找到上面设置的驱动(可以搜索) 4
阅读全文
posted @ 2023-07-11 10:37 王亚锋
阅读(114)
评论(0)
推荐(0)
2023年6月29日
ansible 界面一键安装服务器
摘要: 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)
2023年6月12日
PyQt5 扫描远程端口
摘要: # -*- 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)
2023年4月4日
Linux安装mysql
摘要: 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)
2023年3月30日
记录一次服务器buff内存大 且不释放
摘要: 背景:阿里云服务器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)
2023年2月8日
python调用jar
摘要: # 调用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)
下一页
公告