会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小雷轰
博客园
首页
新随笔
管理
2022年11月25日
【git】git配置两个gitlab和gitee账号和邮箱
摘要: 转自:https://www.jianshu.com/p/2192e64a8e36 背景 由于公司使用gitlab部署私有代码库,个人有需求使用gitee的开源代码, 如果配置全局的账号密码会冲突。所以有必要生成两个id_rsa.pub密钥分别配置到gitlab和gitee的ssh密钥中去。 操作
阅读全文
posted @ 2022-11-25 11:43 小雷轰
阅读(692)
评论(0)
推荐(0)
编辑
2022年8月9日
车牌模拟生成器
摘要: https://zhuanlan.zhihu.com/p/101352235 gitee https://gitee.com/leijd/chinese_license_plate_generator
阅读全文
posted @ 2022-08-09 17:12 小雷轰
阅读(5638)
评论(0)
推荐(0)
编辑
2022年8月3日
JMeter 内置日期(时间)函数总结
摘要: 转自:https://www.jianshu.com/p/edbc974b8aa6 1、获取当前时间 ${__time(YYYYMMDHMS,)} 年月日时分秒 ${__time(yyyy-MM-dd,)} 年月日 ${__time(YMDHMS,)} 年月日-时分秒 ${__time(HHmmss
阅读全文
posted @ 2022-08-03 14:37 小雷轰
阅读(2430)
评论(0)
推荐(0)
编辑
2022年7月14日
微信开发者工具下载
摘要: https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html 导入文件 编译
阅读全文
posted @ 2022-07-14 15:02 小雷轰
阅读(52)
评论(0)
推荐(0)
编辑
2022年4月24日
PyQt5下载
摘要: 下载最新版本一直失败 最后降低版本 下载成功 pip install PyQt5==5.10.1 -i https://pypi.douban.com/simple
阅读全文
posted @ 2022-04-24 11:03 小雷轰
阅读(85)
评论(0)
推荐(0)
编辑
2022年4月15日
【mysql】查看/批量kill进程
摘要: -- 查看进程 show PROCESSLIST --kill 单个进程 kill ${id} kill 1827021 -- 批量kill进程 select CONCAT('KILL ',id,';') FROM information_schema.`PROCESSLIST` where db
阅读全文
posted @ 2022-04-15 18:25 小雷轰
阅读(1089)
评论(0)
推荐(0)
编辑
2021年9月26日
【python】数据字典
摘要: aa=[{'id': 31, 'name': 'CRM', 'tapdPid': '51936798', 'remark': 'CRM', 'state': 1},{'id': 30, 'name': '系统', 'tapdPid': '66321740', 'remark': '门店系统', 's
阅读全文
posted @ 2021-09-26 18:34 小雷轰
阅读(63)
评论(0)
推荐(0)
编辑
2021年9月16日
【python】apiAutoTest-mitmproxy 接口录制环境安装
摘要: github: http://49.232.203.244:21519/apiAutoTest/recording/ https://github.com/zy7y/apiAutoTestWeb windows系统: 1.下载地址:https://mitmproxy.org/ pip install
阅读全文
posted @ 2021-09-16 16:08 小雷轰
阅读(313)
评论(0)
推荐(0)
编辑
2021年9月14日
【python】数据写入xlsx
摘要: path = r'C:\Users\Administrator\Desktop\\'+str(filetime)+'版本信息.xlsx' workbook = xl.Workbook() workbook.save(path) sheet = workbook.active headers = ['
阅读全文
posted @ 2021-09-14 14:02 小雷轰
阅读(392)
评论(0)
推荐(0)
编辑
2021年9月13日
【python】获取当前时间
摘要: 1.import timeprint(time.strftime('%Y-%m-%d %H:%M:%S',time.localtime(time.time()))) 2. import timetimestr = time.strftime("%Y%m%d-%H%M%S")print (timest
阅读全文
posted @ 2021-09-13 10:34 小雷轰
阅读(1325)
评论(0)
推荐(0)
编辑
下一页
公告