自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 fedora 加载ntfs、fat分区和iso文件

  1,手动加载分区  在/mnt下建立winc、wind、wine三个目录  mkdir /mnt/winc  mkdir /mnt/wind  mkdir /mnt/wine  然后利用mount命令加载分区  mount -t ntfs /dev/sda1 /mnt/winc  mount -t ntfs /dev/sda5 /mnt/wind  mount -t vfat /dev/s

2007-11-18 22:12:00 467

原创 Introducing the Spring Framework--2 (an article posted on TheServerSide.com)

JDBC abstraction and data access exception hierarchy Data access is another area in which Spring shines. JDBC offers fairly good abstraction from the underlying database, but is a painful API to use.

2005-09-08 18:59:00 1423

原创 Introducing the Spring Framework --3(an article posted on TheServerSide.com)

AOP Since 2003 there has been much interest in applying AOP solutions to those enterprise concerns, such as transaction management, which have traditionally been addressed by EJB. The first goal of Sp

2005-09-08 18:59:00 2585

原创 Introducing the Spring Framework --1.(an article posted on TheServerSide.com)

Since the first version of this article was published in October, 2003, the Spring Framework has steadily grown in popularity. It has progressed through version 1.0 final to the present 1.2, and has b

2005-09-08 18:57:00 1831

空空如也

空空如也

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

TA关注的人

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