会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
夏末、初秋
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
22
下一页
2019年8月13日
Topic or Partition gateway-route-global-parameter-cache-evict-0 does not exist
该文被密码保护。
阅读全文
posted @ 2019-08-13 10:57 夏末、初秋
阅读(1)
评论(0)
推荐(0)
2019年1月23日
使用gradle创建一个项目
摘要:
阅读全文
posted @ 2019-01-23 17:33 夏末、初秋
阅读(205)
评论(0)
推荐(0)
2018年10月23日
Live Templates快捷键模板
摘要: 敲log 然后按tab键 private static final Logger log = LoggerFactory.getLogger($CLASS_NAME$.class);$END$
阅读全文
posted @ 2018-10-23 15:58 夏末、初秋
阅读(219)
评论(0)
推荐(0)
2018年10月8日
压力测试中java.net.BindException: Address already in use: connect
摘要: 当线程达到一定程度后报错 就联想到linux内核的优化 Linux内核 TCP/IP、Socket参数调优 https://www.cnblogs.com/zengkefu/p/5749009.html Linux如何在系统运行时修改内核参数(/proc/sys 与 /etc/sysctl.conf
阅读全文
posted @ 2018-10-08 14:55 夏末、初秋
阅读(2536)
评论(0)
推荐(0)
2018年9月30日
jmeter初始化工作
摘要: https://www.cnblogs.com/imyalost/category/846346.html 这边有很详细的jmeter的文章。有空可以去看看 安装jmeter的文档很多。这里就记录下自己压测的步骤 https://blog.csdn.net/catoop/article/detail
阅读全文
posted @ 2018-09-30 17:10 夏末、初秋
阅读(600)
评论(0)
推荐(0)
2018年9月28日
xshell配色
摘要: Solarized Dark.xcs 新建文本文档,然后拷贝代码到文档里,保存为.xcs格式,最后将.xcs导入xshell配色方案即可。 配色方案.png 配色方案.png
阅读全文
posted @ 2018-09-28 09:23 夏末、初秋
阅读(216)
评论(0)
推荐(0)
2018年9月26日
not in (xxxx) 的bug
摘要: and #{notInApproveType} not like concat('%',s1.approve_type,'%')
阅读全文
posted @ 2018-09-26 09:56 夏末、初秋
阅读(366)
评论(0)
推荐(0)
2018年9月25日
window kafka 1.1.0版本容易一直挂掉
摘要: 目前用的是kafka1.1.0版本 经常因为index文件损坏, 导致kafka连接不上 [2018-09-12 13:59:25,965] ERROR Error while loading log dir D:\Program Files\kafka\kafka_2.11-1.0.1\logs
阅读全文
posted @ 2018-09-25 16:07 夏末、初秋
阅读(1413)
评论(0)
推荐(0)
kafka的安装windows服务
摘要: 快速启动kafka有2种方式,一种bat,另一种就是安装成windows的服务 方式一: 下面代码换成自己的路径,最后保存成bat格式 方式二: 来一波截图:
阅读全文
posted @ 2018-09-25 15:53 夏末、初秋
阅读(3668)
评论(1)
推荐(1)
2018年7月20日
try catch 应该放在for里还是不该放for里
摘要: 这个问题我也很疑惑,所以自己写了test来给自己解惑下 try catch在for循环外面,并且,catch 只答应日志,不抛出异常 try catch在for 循环外面就直接抛出异常,就不继续执行for循环里的业务了,继续走for循环外面的业务。 如果在for 循环里的话,就继续走for循环里的其
阅读全文
posted @ 2018-07-20 15:30 夏末、初秋
阅读(6328)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
22
下一页
公告