摘要:
http://blog.csdn.net/molingduzun123/article/details/49383235 阅读全文
摘要:
http://www.cnblogs.com/lhb25/archive/2012/04/05/javascript-validation-with-jshint-eclipse.html 阅读全文
摘要:
http://hw1287789687.iteye.com/blog/1943157 Maven build... 阅读全文
摘要:
http://blog.csdn.net/wyswlp/article/details/8886385 http://www.cnblogs.com/Ant-soldier/p/5474085.html http://www.360doc.com/content/13/0804/18/1303949 阅读全文
摘要:
http://containsoft.iteye.com/blog/1766347 阅读全文
摘要:
http://blog.csdn.net/lanshengsheng2012/article/details/9011635 阅读全文
摘要:
其他事务对数据进行了修改,事务未提交 脏读 其他事务对数据进行了修改,事务已提交 不可重复读 2事务都对数据进行了修改 幻读 http://www.cnblogs.com/flysun0311/archive/2013/03/11/2953883.html 阅读全文
摘要:
session.flush()和session.clear()就针对session的一级缓存的处理。 简单的说, 1 session.flush()的作用就是将session的缓存中的数据与数据库同步。 2 session.clear()的作用就是清除session中的缓存数据(不管缓存与数据库的同 阅读全文
摘要:
设置loger: <loger> 用来设置某一个包或者具体的某一个类的日志打印级别、以及指定<appender>。<loger>仅有一个name属性,一个可选的level和一个可选的addtivity属性。 name: 用来指定受此loger约束的某一个包或者具体的某一个类。 level: 用来设置 阅读全文
摘要:
在遍历DOM时,通常用$(selector).each(function(index,element))函数; 在遍历数据时,通常用$.each(dataresource,function(index,element))函数。 http://blog.csdn.net/zjh_1110120/art 阅读全文