- 博客(3)
- 收藏
- 关注
原创 关于参数验证的一点想法
在开发过程中很多时候都会遇到要验证参数的时候,然后就是一大堆的if-else,代码看起来不够简洁,所以我尝试另一种方式,其实很多开源代码都是这样子写的,就是直接用类似断言的方式,如Spring工具类中的 Assert.isNull(obj,"obj must not be null"); 还有Apache工具中的Validate.isTrue(i>0)等等,当验证不等过的...
2017-02-07 09:38:08 118
原创 java.lang.IllegalArgumentException: hostname can't be null
java.lang.IllegalArgumentException: hostname can't be null由于/etc/hosts文件设置不正确导致ip地不要写127.0.0.1,写真正IP还有一种可能就是你的IP有多个域名,你配置的域名一定要放在最前面如 IP地址 node1,node2node1是你配置的hostname,如果是node2放在node1前面...
2016-10-20 10:24:15 4894
原创 Copying to tmp table[转]
Copying to tmp tableJanuary 26th, 2009MySQL may use temporary tables during query execution. Ideally you would want to avoid this, since its an expensive and slow operation. It can be avo...
2011-12-06 17:08:20 252
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人