摘要: select a.owner, a.table_name, tt.total, a.partitioned from dba_tables a, (select t.owner, t.segment_name, trunc(sum(t.bytes) / 1024 / 1024 / 1024) as total from dba_segments t where t.segment_type like 'TABLE%' group by t.owner, t.segment_name having sum(t.bytes) / 1024 / 1024 > 1024) ttw 阅读全文
posted @ 2013-05-13 16:48 lishoubin 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 我心目中最好的框架组合是: 表示层:spring mvc 3.1 + annotation 控制层:spring 3.1 持久层:hibernate 3.6 +jdbcTemplate 后台列表控件:displaytag 1.2 Ajax框架: DWR 3 JS框架 : Jquery 缓存机制:spring 3.1 cache + ehcache/memcached 静态化机制: Freemarker静态化/spring mvc伪静态化 页面技术: EL + JSTL +JSP 安全框架 spring security 搜索引擎: Lucene 中文分词:IKAnalyzer 模板引擎: ap 阅读全文
posted @ 2013-05-13 15:56 lishoubin 阅读(328) 评论(0) 推荐(0) 编辑