上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 调用高德 # 高德地图根据经纬度反查地址,每天只能调用5000次 def gaode_excute_single_query(coordStrings ,currentkey='你自己的api-key'): # 1-将coordList中的经纬度坐标连接成高德地图API能够识别的样子 # coord 阅读全文
posted @ 2022-12-22 10:02 wan了个蛋 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 图片转视频 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了个蛋 阅读(310) 评论(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了个蛋 阅读(88) 评论(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了个蛋 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 第一章 概述 1.1. 项目背景 对xxx服务的核心接口进行排查问题,并且通过压测能够及时发现和排查系统潜在的性能瓶颈点,发现问题并及时解决,提高服务整体响应和处理能力。 1.2. 测试范围 本次测试基于xx服务的核心接口调用,测试内容主要是: 线上系统调用频率Top 10的单接口(列举接口) 对线 阅读全文
posted @ 2022-09-05 15:08 wan了个蛋 阅读(595) 评论(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了个蛋 阅读(217) 评论(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了个蛋 阅读(327) 评论(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了个蛋 阅读(2229) 评论(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了个蛋 阅读(76) 评论(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了个蛋 阅读(459) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页