上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 由于工作经验有限与个人能力问题可能会很不全面,只能说是对自己的一个小小的交代: 目前公司是用的微服务架构,开发模式是敏捷开发模式(对敏捷的理解我起初一直是以为是做的东西足够多,且能够在要求的时间内完成上线,之前第一家公司很长一段时间内都是一周发一次版,这就是我之前理解的敏捷;后面才发现自己对敏捷的理 阅读全文
posted @ 2023-01-08 16:22 wan了个蛋 阅读(97) 评论(0) 推荐(0)
摘要: 调用高德 # 高德地图根据经纬度反查地址,每天只能调用5000次 def gaode_excute_single_query(coordStrings ,currentkey='你自己的api-key'): # 1-将coordList中的经纬度坐标连接成高德地图API能够识别的样子 # coord 阅读全文
posted @ 2022-12-22 10:02 wan了个蛋 阅读(435) 评论(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了个蛋 阅读(332) 评论(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了个蛋 阅读(116) 评论(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了个蛋 阅读(704) 评论(0) 推荐(0)
摘要: 第一章 概述 1.1. 项目背景 对xxx服务的核心接口进行排查问题,并且通过压测能够及时发现和排查系统潜在的性能瓶颈点,发现问题并及时解决,提高服务整体响应和处理能力。 1.2. 测试范围 本次测试基于xx服务的核心接口调用,测试内容主要是: 线上系统调用频率Top 10的单接口(列举接口) 对线 阅读全文
posted @ 2022-09-05 15:08 wan了个蛋 阅读(727) 评论(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了个蛋 阅读(233) 评论(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了个蛋 阅读(338) 评论(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了个蛋 阅读(2267) 评论(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了个蛋 阅读(85) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页