- 博客(6)
- 资源 (3)
- 收藏
- 关注
原创 springcloud混沌工程实践例子(二)feign添加hystrix监控
1、spirngcloud添加actuator监控使用依赖<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-actuator</artifactId></dependency># 添加actuatormanagement.endpoints.web.exposure.inclu.
2021-04-22 15:07:13 162
原创 springcloud混沌工程实践例子(一)(hystrix + chaos monkey)
一、eureka使用https://www.cnblogs.com/yxth/p/10845640.html访问地址:http://127.0.0.1:8761/二、chaos-monkey-spring-boot1、chaos-monkey的目标是什么混沌工程的原则的启发,基于springboot的分布式系统,我想测试知道应用程序的最佳表现,尤其是正在生产环境 的使用情况。尽管写了很多单元测试和集成测试,覆盖率能够到达70%到80%,依然感觉到测试不充分,到底我们的程序在生产.
2021-04-22 12:11:38 825 1
原创 sharding-core-3.1.0 shardingsphere和pagehelper分页功能不生效问题
背景最近定位生产环境一个GC卡顿问题,这个卡顿导致k8s心跳服务检查超时触发了docker容器重启;卡顿截图如下:[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-J8HSndlU-1616994542260)(http://note.youdao.com/yws/res/22780/WEBRESOURCE6d289a84368a209b63c80d41bf2448e1)][外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-uKOHb6GP-161
2021-03-29 13:12:44 2094
原创 ShardedJedis 2.9.3版本高并发下连接池没有回收 Could not get a resource from the pool
一、问题描述Jedis version: 2.9.3 (问题版本)压测代码片段:// 初始化ShardedJedisPool createShardedPool = new ShardedJedisPool(this.jedisPoolConfig, this.jedisShardInfos);// 遍历get方法ShardedJedis jedis = nulltry { jedis = createShardedPool.getConnection(); jedis.g
2021-03-03 16:05:23 3058 1
转载 H5 PCM转WAV实时音频直播代码实现细节
一、前端实现H5数据采集web audio的概念和使用详见;接口文档采集音频数据var context = new AudioContext(); var audioInput = context.createMediaStreamSource(stream); var recorder = context.createScriptProcessor(4096, 1, 1...
2018-12-06 19:18:27 4439
原创 android 抽屉功能初试
由于需要实现自定义的抽屉效果,android自带的SlidingDrawer不能满足,在handle 中 放多个按钮(比如二个,如下图的“新建”和"关闭")时,点击“关闭”按钮关闭或打开,而“新建”按钮时,触发别的事件。我通过网上查资料,尝试过重新SlidingDrawer,可以
2011-09-26 12:43:46 1509
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人