上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 图片转视频 def image_to_video(image_dir, video_dir, fps): im_list = [i for i in os.listdir(image_dir) if i.endswith('jpg')] im_list.sort(key=lambda x: int( 阅读全文
posted @ 2022-12-22 09:57 wan了个蛋 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 原文: https://blog.csdn.net/CSSDCC/article/details/121231906 #安装方法: # Ubuntu 或 Debian $ sudo apt-get install tmux # CentOS $ sudo yum install tmux #启动与退 阅读全文
posted @ 2022-11-25 11:45 wan了个蛋 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 1.下载用于测试dubbo的spring boot项目 参考文章: http://t.zoukankan.com/111testing-p-11297038.html https://zhuanlan.zhihu.com/p/539190478 dubbo介绍: https://www.cnblog 阅读全文
posted @ 2022-10-01 20:59 wan了个蛋 阅读(583) 评论(0) 推荐(0) 编辑
摘要: 第一章 概述 1.1. 项目背景 对xxx服务的核心接口进行排查问题,并且通过压测能够及时发现和排查系统潜在的性能瓶颈点,发现问题并及时解决,提高服务整体响应和处理能力。 1.2. 测试范围 本次测试基于xx服务的核心接口调用,测试内容主要是: 线上系统调用频率Top 10的单接口(列举接口) 对线 阅读全文
posted @ 2022-09-05 15:08 wan了个蛋 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 原文: https://blog.csdn.net/m0_53011501/article/details/123085977 记录遇到的错误: 1.Exception in thread "main" org.jf.dexlib2.dexbacked.DexBackedDexFile$NotADe 阅读全文
posted @ 2022-04-17 20:34 wan了个蛋 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.51cto.com/u_15089766/2602175 解决无法转换镜像版本为v2的问题: https://blog.csdn.net/qq_33306246/article/details/107367629 sentry最新版运行install.sh报错,建议使 阅读全文
posted @ 2021-09-04 17:42 wan了个蛋 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 参考文章: https://zhuanlan.zhihu.com/p/279784873 生产者代码: import traceback from kafka import KafkaProducer,KafkaConsumer from faker import Faker fake=Faker( 阅读全文
posted @ 2021-08-22 10:32 wan了个蛋 阅读(2170) 评论(0) 推荐(1) 编辑
摘要: 转载至:https://blog.csdn.net/baidu_39298625/article/details/98102453 整体步骤同上 分享其中遇到的坑 一、maven依赖 springBoot版本: <parent> <groupId>org.springframework.boot</ 阅读全文
posted @ 2021-07-31 22:29 wan了个蛋 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 原文1:https://www.cnblogs.com/wangjunjiehome/p/10100852.html 原文2:https://www.cnblogs.com/wangjunjiehome/p/10100775.html 感谢两位博主得解决方法,新版本得jenkins配置与老版本有点差 阅读全文
posted @ 2020-09-06 12:48 wan了个蛋 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 首先配置项目: 这里建议使用自定义工作空间,可以避免git忽略提交得文件再被拉取到本地时不存在,导致得一些问题(因为有些配置文件可能不想提交到github,所以这样配置更合理一些,哈哈) git配置: 这里可以有两种配置方式,一种是ssh配置(需要提前再github或者gitlab服务器上配置好公钥 阅读全文
posted @ 2020-09-06 11:40 wan了个蛋 阅读(356) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页