<< 十一月 2007 | 首页 | 一月 2008 >>

史上最完善的web菜单menu

yui menu

阅读全文……

标签 :

用Hibernate映射数据库视图View

关于用Hibernate映射数据库视图View,在Hibernate官方文档里提到过,如下:

There is no difference between a view and a base table for a Hibernate mapping, as expected this is transparent at the database level (note that some DBMS don't support views properly, especially with updates). Sometimes you want to use a view, but can't create one in the database (ie. with a legacy schema). In this case, you can map an immutable and read-only entity to a given SQL subselect expression:

阅读全文……

标签 : ,

配置JavaGroups作为OSCache分布式缓存的底部广播协议

配置JavaGroups作为OSCache缓存集群的底部广播协议,除了oscache-2.4.jar和oscache.properties之外,还依赖于concurrent.jarjgroups-all.jar

阅读全文……

标签 : , ,

Ehcache分布式缓存的最小化配置

注意:Ehcache分布式缓存的最小化配置,依赖于ehcache-1.3.0.jar、backport-util-concurrent.jar包,ehcache必须是1.3以上。

阅读全文……

标签 : ,

一个简单的统计软件代码行数的Java类

扫描指定目录以及子目录里的*.java源文件,累计总行、空白行、注释行,并计算代码行

阅读全文……

标签 :