資源簡介
Spring_3.x企業應用開發實戰光盤源碼,非常好的書籍,附贈的源碼。從第二章到第19章全部!

代碼片段和文件信息
package?com.baobaotao;
import?org.apache.commons.lang.builder.ReflectionToStringBuilder;
import?javax.persistence.Entity;
import?javax.persistence.Table;
import?javax.persistence.Column;
import?javax.persistence.Id;
import?java.lang.reflect.Field;
import?java.io.Serializable;
/**
?*?@author?陳雄華
?*?@version?1.0
?*/
@Entity
@Table(name=“T_USER“)
public?class?User?implements?Serializable{
????@Id
????@Column(name?=?“USER_NAME“)
????private?String?userName;
????private?String?password;
????private?int?score;
????@Column(name?=?“LAST_LOGON_TIME“)
????private?long?lastLogonTime?=?0;
????public?String?getUserName()?{
????????return?userName;
????}
????public?void?setUserName(String?userName)?{
????????this.userName?=?userName;
????}
????public?String?getPassword()?{
????????return?password;
????}
????public?void?setPassword(String?password)?{
????????this.password?=?password;
????}
????public?int?getScore()?{
????????return?score;
????}
????public?void?setScore(int?score)?{
????????this.score?=?score;
????}
????public?long?getLastLogonTime()?{
????????return?lastLogonTime;
????}
????public?void?setLastLogonTime(long?lastLogonTime)?{
????????this.lastLogonTime?=?lastLogonTime;
????}
????public?String?toString()?{
????????return?(new?ReflectionToStringBuilder(this)?{
????????????protected?boolean?accept(Field?f)?{
????????????????if(f.getType().isPrimitive()?||?f.getType()?==?String.class?){
????????????????????return?true;
????????????????}else{
????????????????????return?false;
????????????????}
????????????}
????????}).toString();
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????6023??2011-03-25?11:24??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\.classpath
?????文件????????300??2011-03-23?14:21??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\.myme
?????文件???????1415??2011-03-23?16:26??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\.project
?????文件????????500??2011-03-23?16:26??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\.settings\.jsdtscope
?????文件?????????49??2011-03-23?16:26??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2011-03-23?16:26??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????4925??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\ba
?????文件???????2851??2010-06-10?17:47??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\connleak\applicatonContext.xm
?????文件???????1930??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\connleak\HiberUserService.class
?????文件???????1821??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\connleak\JdbcUserService$UserServiceRunner.class
?????文件???????2916??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\connleak\JdbcUserService.class
?????文件???????3423??2010-03-03?22:14??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\entity\applicatonContext.xm
?????文件???????3402??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\entity\HibernateUserService.class
?????文件???????2150??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\GetResourceDirectlyTest$NoticeServiceRunner.class
?????文件???????3056??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\GetResourceDirectlyTest.class
?????文件???????2329??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\HibernateTxManagerRunInJdbcTxManagerTest.class
?????文件???????2336??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\HibernateTxManageTest.class
?????文件???????1617??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\JdbcDaoRunWithHiberTxManagerTest.class
?????文件???????3041??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\JdbcDaoWithoutTxManagerTest.class
?????文件???????3002??2010-06-10?11:38??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\mixdao\applicationContext.xm
?????文件????????300??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\mixdao\ba
?????文件???????1492??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\mixdao\ScoreService.class
?????文件???????2441??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\mixdao\UserService.class
?????文件???????2491??2011-03-23?11:58??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\mixla
?????文件???????1651??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\mixla
?????文件???????2241??2010-06-10?10:32??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\multithread\applicatonContext.xm
?????文件????????310??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\multithread\ba
?????文件???????1338??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\multithread\ScoreService.class
?????文件????????877??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\multithread\UserContextHolder.class
?????文件???????1817??2011-03-23?14:20??Spring_2B3.x企業應用開發實戰光盤源碼_28全%29\Spring+3.x企業應用開發實戰光盤源碼\chapter10\bin\com\baobaotao\multithread\UserService$MyThread.class
............此處省略2686個文件信息
- 上一篇:魯棒與最優控制-周克敏
- 下一篇:桌面游戲--寶石迷陣
評論
共有 條評論