
体验
CherryRemind
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Clob存中文
数据文件直接使用中文 package core; import java.io.*; import java.sql.*; import common.*; /** * @author Administrator * * TODO To change the template for this generated type comment go to Window - * Preferenc...2007-03-20 19:32:59 · 624 阅读 · 0 评论 -
XStream体验
XML常用的sax dom解析 XStream 的网站 xstream.codehaus.org/ 看到JE上人说用XStream对XML读写不错,去看了下,在xstream的网站上有很详细的例程,这里就不多说了,都能看明白 XStream可以根据需要,写出想要的XML 的格式, 例如常见的 Hibernate 一个pojo类的配置文件 如下 <hibernate-mapping p...2007-07-16 15:21:46 · 152 阅读 · 0 评论 -
'guice', 'warp' ,'domain driven design'
[b]guice -- dependent injection warp -- dynamic finder[/b] AbsEntity ---- 抽象类 提炼所有域对象的Generic属性和行为 IEntity ---- 对象行为的Generic接口 觉得Annotation用的舒服啊. MainModule.java替代Spring的applicationContext....2008-04-30 16:25:22 · 153 阅读 · 0 评论 -
Mac Configuration
1. set up root passwd new mac system don't have root password [code="shell"]sudo passwd root[/code] 2. svn version 1.4.4 3. python 2.5.1 download the latest python 2.5.4 [url]http://www.py...2009-05-07 00:09:35 · 393 阅读 · 0 评论 -
DB Solo很强大
[quote] Key Features * Cross-platform SQL Query Tool with support for all major DBMS products * Multiple simultaneous database connections * Browse and manage database structures wit...原创 2009-08-07 15:18:51 · 410 阅读 · 0 评论