自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (3)
  • 收藏
  • 关注

原创 dojo 简记

 我不是一个善于记笔记的人,虽然认为这是一个好的学习习惯。呵呵。dojo官方文档还是相当全面的,感兴趣的可以去看看, http://www.dojotoolkit.org/, 我写这篇东西也不是为了对它作介绍,相信官方的文档和demo更有说服力,我只想记录我在学习dojo过程中对他的感觉。我认为dojo对javascript的封装是侵入式的,举个简单的例子,要做一个button在dojo里

2009-04-23 21:33:00 839

原创 java实现zip与unzip(引用自java世纪网)

jdk提供了Zip相关的类方便的实现压缩和解压缩。使用方法很简单。下边分别是压缩和解压缩的简单事例1,压缩的查看复制到剪切板打印   import java.io.BufferedInputStream;  import java.io.BufferedOutputStream;  import java.io.File;  import java.io.FileInputStream;  imp

2008-05-20 13:13:00 886

原创 Hibernate's Lazy strategy(2)

The lazy strategy can be found anywhere in Hibernate.The idea comes from that: It only gives you what you want. So, In such situation : A user has many books, even we eagerly fetch the user, the books

2008-04-17 17:28:00 387

原创 Hibernate's Lazy strategy(1)

Lazy strategy is the default strategy for fetching entities and collections in Hibernate, and it is tightly related to Proxy.For Example: User user = (User) session.load(User.class, id);Then, the got

2008-04-16 17:06:00 318

转载 java 并发集合

驯服 Tiger: 并发集合超越 Map、Collection、List 和 Set 文档选项<tr valign="top"><t

2008-01-22 12:17:00 1863 1

programming ruby

ruby 经典入门教程

2008-01-12

javaEETutorial

jeeTutorial A good instruction of developing JEE

2007-12-21

ibatis 开发指南

ibatis 开发指南

2007-10-31

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除