- 博客(7)
- 收藏
- 关注
原创 使用POI输出EXCEL表格
package cc.dynasoft.struts.action;import java.io.FileOutputStream;import java.io.IOException;import java.util.Iterator;import java.util.List;import java.util.Vector;import org.apache.poi.hssf.u
2007-04-02 12:44:00
1325
1
原创 Introducation to Spring the farmework by Rod johnson
May 2005 Discuss this Article Other Spring Articles Spring Web Flow Spring Webwork 2 Integration Sending Velocity-based E-mail with
2006-11-12 15:45:00
1610
原创 AppFuseEclipse 应用
AppFuse, by default, is configured to be an Eclipse project. When you run ant new to create a new project, you will get the .project and .classpath files to start your project with. However, you will
2006-11-10 15:48:00
733
原创 AppFuseAntTasks
This page contains a listing of the most common Ant targets in AppFuse that I use in my daily development. For a complete list of tasks, type "ant -projecthelp" at the command line. table.wikita
2006-11-10 15:44:00
488
原创 Eclipse:Spring学习之一IOC简单实现
Spring最重要的二个技术IoC 和AOP.初学Spring.感觉到Spring的功能强大.这篇主要是实现简单的IoC反向注入.由于初学.没有什么高深的技术.主要是体验一下IoC的实现方法.如果有什么地方不正确的话.希望大家能够指正.一.新建java工程.工程名为Stringtest.然后新建包名为:com.sylu.cherubo二.选择新建项目.单击右键.选择My
2006-10-28 23:48:00
1310
1
原创 j2se 5.0新特性之StringBuilder类应用
当一个String对象的长度的固定是,不能改变它的内容,或者附加新的字符到String对象中.我们可以使用"+"来连接字符串以达到附加新字符符的目的.但+会产生一个新的String实例.如果程序对这种需求很多时,对象的生成是需要内存空间和时间,不断的生成String实例便是一个没有效率的行为.那么J2se 5.0 提供了java.lang.StringBuilder类,一个可变的字符序列。此类
2006-10-28 20:15:00
650
原创 My programmer's life
带着五年对编程的感情,对于即将进入社会的我来说,终于可以把我所学的东西应用到以后的工作当中.记得从2000年第一次接触计算机开始,我就被他的神密感深深的吸引.当时第一次时计算机课的时候.学校用的还是DOC.身边的一个同学打入了几个"字母","超级马丽"的画面就出现在计算机屏幕.我惊愕的看着那位同学玩着.心里真是献慕.从此.我就下决心.一定要学计算机.而且要作计算机专家.就这样.开始了我与计算机之
2006-10-28 19:25:00
564
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人