- 浏览: 171196 次
- 性别:
- 来自: 南京
-
最新评论
文章列表
http://blog.csdn.net/picassolovecoding/article/details/39529541
66 netstat -a
67 service iptables staus
68 service iptables status
69 sercie iptables stop
70 service iptables stop
71 chkconfig iptables stop
72 chkconfig iptables off
centos 安装libcap
- 博客分类:
- 工作笔记
按图示步骤过后,在root用户下,再输入一次 yum install libpcap_x86_64
虚拟机centos 和主机共享文件夹
- 博客分类:
- 工作笔记
http://forum.eepw.com.cn/thread/207167/1
hbase 在虚拟机中的安装(单节点) (转)
- 博客分类:
- JAVA
http://www.tuicool.com/articles/FJFBry
http://www.cnblogs.com/mophee/archive/2013/04/21/3033859.html
http://blog.csdn.net/huhui_cs/article/details/10473789
装hbase 单节点掉到/etc/hosts 坑里去了。
127.0.0.1 <本机名> 其中的本机名,我设成网上例子里的了,改成实际的本机名就OK了。
装hbase 伪分布掉到版本号里的坑去了,应该选XXXhadoop2.xxx版本。如果用hadoop2.X ...
mybatis 的坑
- 博客分类:
- mybaits
ddddd 11:37:06
传进来参数都会空,这个表记录全部被删了?
rrrrr 11:37:12
是的
rrrrr11:37:40
只是想表达,一个很容易被忽略的容易出bug的地方
rrrrrr11:38:04
在上层也没做参数非空校验,sql也这样写的场景下
很容易有这种漏洞
rrrrrr 11:38:44
结论是以后制定项目规范时
delete语句不要带if
ccccc 11:38:52
双击查看原图我也干过
ccccc 11:38:58
我的是update
cccccc 11:39:16
结果传进来的参数是null,全表更新
cccccc11:39:26
我学过,但是 ...
Spring管理多数据源
- 博客分类:
- JAVA
http://blog.csdn.net/lovesqcc/article/details/8611118
http://blog.csdn.net/xichenguan/article/details/41309035
http://my.oschina.net/haogrgr/blog/308199
TortoiseGit用户密码的保存
- 博客分类:
- 工作笔记
http://www.cnblogs.com/HighFun/p/3386928.html
win8 系统上 第三步:设置一个新的环境变量HONE,value为%USERPROFILE% 这步可以不做。
可以看出USERPROFILE已指向某目录 ,我这里是 C:\Users\uuu
按帖子写的建立_netrc 文件,编辑服务器名,用户名和密码,保存。
即可。
machine {git account name}.github.com
login your-usernmae
password your-password
spring 异常相关
- 博客分类:
- spring
http://sarin.iteye.com/blog/888458
对于检查异常这种事,一直饱受垢病
北京-一坨 2014/11/19 10:28:42
java团队拒绝去掉检查异常,他们有自己的理由
深圳-MOON 2014/11/19 10:28:51
感觉这就是checked异常存在的意义
北京-一坨 2014/11/19 10:29:06
后来框架流行起来了,各种检查异常都封装成了运行时异常
10:54:41
北京-EvilProxy 2014/11/19 10:54:41
我感觉好像有点偏离了本身的说法
这个其实是spring针对数据库访问层的各种不统一的异常做了一个统一封装,便 ...
http://www.journaldev.com/2583/spring-aop-example-tutorial-aspect-advice-pointcut-joinpoint-annotations-xml-configuration
http://jinnianshilongnian.iteye.com/blog/1415606
http://quicker.iteye.com/blog/673889
netty 和nio
- 博客分类:
- JAVA
http://blog.csdn.net/column/details/ck-nio.html
http://www.infoq.com/cn/articles/netty-threading-model
http://blog.csdn.net/abc_key/article/details/38492105
spring mvc 的几个注解
- 博客分类:
- JAVA
http://csjava.blog.163.com/blog/static/1904700332012102742025948/?COLLCC=3184617125&COLLCC=1892771493&COLLCC=1691444901
用spring 在netty 项目中注入链接池
- 博客分类:
- JAVA
http://blog.chinaunix.net/uid-11121450-id-3147009.html