資源簡介
對于初學servlet和mybatis的學員是非常有幫助的哦,這也是我初學做的,做完一遍感覺思路一下就開闊了,懂得了其中的原理。

代碼片段和文件信息
package?bean;
/**
?*?與消息表對應的實體類
?*/
public?class?Message?{
?????private?String?id;
?????private?String?command;
?????private?String?description;
?????private?String?content;
?????
public?String?getId()?{
return?id;
}
public?void?setId(String?id)?{
this.id?=?id;
}
public?String?getCommand()?{
return?command;
}
public?void?setCommand(String?command)?{
this.command?=?command;
}
public?String?getDescription()?{
return?description;
}
public?void?setDescription(String?description)?{
this.description?=?description;
}
public?String?getContent()?{
return?content;
}
public?void?setContent(String?content)?{
this.content?=?content;
}
?????
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1357??2015-05-04?13:29??com.mytest\.classpath
?????目錄???????????0??2015-05-04?13:13??com.mytest\.externalToolBuilders\
?????文件?????????557??2015-05-04?13:13??com.mytest\.externalToolBuilders\com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder.launch
?????文件?????????303??2015-05-04?14:56??com.mytest\.myme
?????文件????????1845??2015-05-04?13:54??com.mytest\.project
?????目錄???????????0??2015-05-04?09:51??com.mytest\src\
?????目錄???????????0??2015-05-04?09:51??com.mytest\src\bean\
?????文件?????????718??2015-04-30?15:16??com.mytest\src\bean\Message.java
?????目錄???????????0??2015-05-04?09:51??com.mytest\src\com\
?????目錄???????????0??2015-05-04?09:51??com.mytest\src\com\mytest\
?????目錄???????????0??2015-05-04?09:51??com.mytest\src\com\mytest\dao\
?????文件????????5199??2015-05-04?14:35??com.mytest\src\com\mytest\dao\MessageDao.java
?????目錄???????????0??2015-05-04?09:51??com.mytest\src\com\mytest\db\
?????文件?????????784??2015-04-28?17:27??com.mytest\src\com\mytest\db\DBAccess.java
?????目錄???????????0??2015-05-04?09:51??com.mytest\src\com\mytest\service\
?????文件?????????343??2015-04-28?15:32??com.mytest\src\com\mytest\service\ListService.java
?????文件????????1304??2015-04-30?15:12??com.mytest\src\com\mytest\service\MaintainService.java
?????目錄???????????0??2015-05-04?11:31??com.mytest\src\com\mytest\servlet\
?????文件????????1733??2015-04-30?11:26??com.mytest\src\com\mytest\servlet\DeleteBatchServlet.java
?????文件????????1693??2015-04-29?09:50??com.mytest\src\com\mytest\servlet\DeleteOneServlet.java
?????文件????????1897??2015-04-30?14:57??com.mytest\src\com\mytest\servlet\InsertMessageServlet.java
?????文件????????2049??2015-04-30?14:42??com.mytest\src\com\mytest\servlet\ListServlet.java
?????文件????????2117??2015-05-04?15:02??com.mytest\src\com\mytest\servlet\UpdateMessageServlet.java
?????目錄???????????0??2015-05-04?09:51??com.mytest\src\config\
?????文件????????1888??2015-04-28?16:59??com.mytest\src\config\Configuration.xm
?????文件????????2036??2015-05-04?14:12??com.mytest\src\config\Message.xm
?????目錄???????????0??2015-05-04?09:51??com.mytest\WebRoot\
?????文件????????1356??2015-04-29?15:06??com.mytest\WebRoot\add.jsp
?????目錄???????????0??2015-05-04?09:51??com.mytest\WebRoot\img\
?????文件???????23877??2015-04-28?09:21??com.mytest\WebRoot\img\bg2.jpg
?????文件?????????870??2015-04-28?09:25??com.mytest\WebRoot\index.jsp
............此處省略69個文件信息
評論
共有 條評論