Cache
relucent
这个作者很懒,什么都没留下…
展开
-
Hibernate配置项
${hibernate.cache.provider_class} ${hibernate.cache.use_query_cache} ${hibernate.dialect} ${hibernate.hbm2ddl.auto} ${hibernate.jdbc.fetch_size} ${hibernate.jdbc.batch_size}原创 2015-05-15 19:31:51 · 400 阅读 · 0 评论 -
关于hibernate的二级缓存学习
本文转载自:http://vinnyz.iteye.com/blog/248607 原文题目:Speed Up Your Hibernate Application with Second-Level Caching 原文来源:http://www.devx.com/dbzone/Article/29685/1954 作者简介:John Ferguson Smart,参与过很多企业和原创 2015-05-15 19:32:02 · 377 阅读 · 0 评论 -
ExtJS 3.1.0 中Ext.data.Store关于baseParams的BUG修正
ExtJs 中,我们使用GirdPanel的时候往往需要给后台传递查询条件。一般是通过修改Store的baseParams。 var store = GirdPanel.getStore();store.baseParams = { 查询条件 }store.reload(); //刷新表格 这个方法在ExtJs 2.x 和 ExtJS 3.0.0 中都使用。原创 2015-05-15 19:34:02 · 634 阅读 · 0 评论