自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Fitzwilliam的专栏

Losers always whine about their best; Winners go home and fuck the prom queen.

  • 博客(6)
  • 资源 (5)
  • 收藏
  • 关注

原创 [Source Code]使用Dom和dom4j读取XML文件

package com.mycompany.xmltest;import java.io.BufferedReader;import java.io.File;import java.io.FileNotFoundException;import java.io.FileReader;import java.io.IOException;import java.io.Reader;import

2006-07-31 16:48:00 3496 1

原创 [Source Code]JAVA I/O --- --- 读取.zip文件,以及zip中的.xml文件

package com.mycompany.iotest;import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.File;import java.io.FileNotFoundException;import java.io.FileReader;import java.io.FileWriter;

2006-07-28 17:38:00 2089

原创 [读书笔记]JAVA IO

Almost all of the original Java I/O stream classes have corresponding Reader and Writer classes to provide native Unicode manipulation. However, there are some places where the byte-oriented InputStre

2006-07-20 16:29:00 1123

原创 Using JUnit

Junit还是比较简单易用的。首先,需要导入1个包,就是junit.jar,这个在www.junit.org上应该有下载。我用的是junit3.8.1。另外,还有一个包junit-addons-1.4.jar也很有用。主要是PivateAccessor这个类用处比较大,续后会介绍。我的工程目录(Eclipse3.1)如下:注:测试类的位置没有特殊的要求,不过最好不要和源代码

2006-07-19 17:31:00 1463

原创 [读书笔记]Junit Life Circle Sequence Diagram

  A key feature of JUnit is that it provides a convenient spot to hang the scaffolding(or fixture) that you need for a test. Also built into JUnit are several convenientassert methods that make te

2006-07-13 17:32:00 1003

转载 [转载]中间件技术及其应用

中间件技术及其应用一、概述1、中间件的概念   随着计算机技术的飞速发展,各种各样的应用软件需要在各种平台之间进行移植,或者一个平台需要支持多种应用软件和管理多种应用系统,软、硬件平台和应用系统之间需要可靠和高效的数据传递或转换,使系统的协同性得以保证。  这些,都需要一种构筑于软、硬件平台之上,同时对更上层的应用软件提供支持的软件系统,而中间件正是在这个环境下应孕而生。 

2006-07-04 18:10:00 1141

ext sample

example for extjs and instances for it os that

2011-08-22

Packt.Publishing.EJB.3.Developer.Guide.May.2008

Packt.Publishing.EJB.3.Developer.Guide.May.2008

2011-07-12

Manning.EJB.3.0.in.Action

Manning.EJB.3.0.in.Action.pdf

2011-07-12

Apress.Pro.EJB.3.Java.Persistence.API.May.2006

Apress.Pro.EJB.3.Java.Persistence.API.May.2006.pdf

2011-07-12

Apress.Beginning.EJB.3.Application.Development.Sep.2006

Apress.Beginning.EJB.3.Application.Development.Sep.2006

2011-07-12

空空如也

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

TA关注的人

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