- 浏览: 9667 次
- 性别:
- 来自: 南京
最新评论
-
gwill_21:
是啊,但性能上应该还是hibernate好点吧?
Spring+hibernate
文章列表
aptana1.2 for eclipse
- 博客分类:
- java
myeclipse 6.0(eclipse3.3)aptana插件安装
http://update1.aptana.org/studio/3.2/024747/index.html
在以上网址中可以下载插件或者在线安装插件:
End of Life Aptana Studio 1.2
This update site is for Aptana Studio 1.2 users. There is already a newer version of Aptana Studio available. Please check it out at http://apt ...
obj.value = obj.value.replace(/[^a-zA-Z0-9\u4E00-\u9FA5]*$/, '')
java轻量级httpserver
- 博客分类:
- java
httpclient+httpserver demo
Swing 换肤
try
{
javax.swing.UIManager.setLookAndFeel(javax.swing.UIManager.getSystemLookAndFeelClassName());
javax.swing.SwingUtilities.updateComponentTreeUI(this);// 更新
}
catch (Exception e)
{
e.printStackTrace();
try
{
javax.swing ...
Spring+hibernate
- 博客分类:
- SSH
使用spring的hibernateTemplate的方法,无需配置hibernate.cfg.xml文件
1.管理 SessionFactory
使用Spring整合Hibernate时我们不需要hibernate.cfg.xml文件。首先,在applicationContext.xml中 配置数据源(dataSource)bean和session工厂(sessionFactory)bean。其中 ...
ant build error:
当Eclipse使用的编译用JVM和JAVA_HOME的指向不同时,
在Eclipse中使用JAVAC进行编译,
会导致Error starting modern compiler 错误。
最近在学习设计模式,在看到单例时突然想到如果在多线程的情况下会导致出错(多个线程同时进行操作)。因此赶紧放狗去搜。终于找到了一段据说可以实现线程安全的单例程序。我把它贴出来,希望有人能解答我的疑惑。
Jav ...