会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ivon168
博客园
首页
新随笔
联系
订阅
管理
2019年3月
批量删除redis的keys
摘要: redis-cli -p 6479 -a zD6MovvH6XO4Hfg KEYS "user_center_user_info_*" | xargs redis-cli -p 6479 -a zD6MovvH6XO4Hfg DEL
阅读全文
posted @ 2019-03-05 17:41 ivon168
阅读(169)
评论(0)
推荐(0)
编辑
全链路压测
摘要: https://www.cnblogs.com/imyalost/p/8439910.html
阅读全文
posted @ 2019-03-04 16:34 ivon168
阅读(82)
评论(0)
推荐(0)
编辑
2019年2月
jmeter的beanshell中redis校验
摘要: 1、先确保jmeter引入redis import redis.clients.jedis.Jedis; public static String getValue(){ String data = "${i-code}"; String redis_ip = "172.16.64.6"; int
阅读全文
posted @ 2019-02-21 18:08 ivon168
阅读(801)
评论(0)
推荐(0)
编辑
centos7下安装docker
摘要: 地址: https://www.cnblogs.com/qgc1995/archive/2018/08/29/9553572.html
阅读全文
posted @ 2019-02-14 18:00 ivon168
阅读(108)
评论(0)
推荐(0)
编辑
2019年1月
flask
摘要: # -*- coding: utf-8 -*-# @Time : 2018/12/30 20:55# @Author : yang dan# @FileName: mockXCX.py """1.服务名称:挡板程序,模拟企业版微服务 小程序sprint 1st 接口服务2.接口详情: 1)小程序登录
阅读全文
posted @ 2019-01-30 16:24 ivon168
阅读(112)
评论(0)
推荐(0)
编辑
关于linux下无法使用jstack的问题
摘要: https://blog.csdn.net/gx_1_11_real/article/details/80243956
阅读全文
posted @ 2019-01-23 20:47 ivon168
阅读(650)
评论(0)
推荐(0)
编辑
JVM调优之jstack找出最耗cpu的线程并定位代码
摘要: https://www.cnblogs.com/chengJAVA/p/5821218.html
阅读全文
posted @ 2019-01-23 20:38 ivon168
阅读(97)
评论(0)
推荐(0)
编辑
supervisor进程管理工具
摘要: test
阅读全文
posted @ 2019-01-21 17:09 ivon168
阅读(74)
评论(0)
推荐(0)
编辑
linux下安装python3
摘要: https://www.cnblogs.com/JahanGu/p/7452527.html linux环境下默认python2.x版本保留不动。新增python3 注意: 1、不改动已有的配置,新增ln -s /usr/local/python3/bin/python3 /usr/bin/pyth
阅读全文
posted @ 2019-01-19 19:54 ivon168
阅读(123)
评论(0)
推荐(0)
编辑
Python3 PEP8 编码规范
摘要: https://cloud.tencent.com/developer/news/111681
阅读全文
posted @ 2019-01-12 16:22 ivon168
阅读(82)
评论(0)
推荐(0)
编辑
下一页
公告