文件名称:MyMVC
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-04-09
- 文件大小:
- 1.4mb
- 下载次数:
- 0次
- 提 供 者:
- s*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实用经典的MVC模式,实现了对留言的增删改查等,对于初学者来说非常实用-The MVC pattern of the practical the classic, to achieve a on the the the of the additions and deletions to change of Zha of of the leave a message and, etc. on, For the the who very practical for the beginners
(系统自动生成,下载前可以参看下载内容)
下载文件列表
MyMVC\.classpath
.....\.mymetadata
.....\.project
.....\.settings\org.eclipse.core.resources.prefs
.....\.........\org.eclipse.jdt.core.prefs
.....\src\com\dao\MsgDao.java
.....\...\...\...\Myfilter.java
.....\...\...\pojo\Msginfo.java
.....\...\...\servlet\addMessage.java
.....\...\...\.......\DeleteAction.java
.....\...\...\.......\EditAction.java
.....\...\...\.......\ListAction.java
.....\...\...\.......\UpdateMessage.java
.....\...\...\test\Test.java
.....\...\...\....\Test01.java
.....\WebRoot\addMessage.jsp
.....\.......\index.jsp
.....\.......\listMessage.jsp
.....\.......\META-INF\MANIFEST.MF
.....\.......\success.jsp
.....\.......\updateMessage.jsp
.....\.......\WEB-INF\classes\com\dao\MsgDao.class
.....\.......\.......\.......\...\...\Myfilter.class
.....\.......\.......\.......\...\pojo\Msginfo.class
.....\.......\.......\.......\...\servlet\addMessage.class
.....\.......\.......\.......\...\.......\DeleteAction.class
.....\.......\.......\.......\...\.......\EditAction.class
.....\.......\.......\.......\...\.......\ListAction.class
.....\.......\.......\.......\...\.......\UpdateMessage.class
.....\.......\.......\.......\...\test\Test.class
.....\.......\.......\.......\...\....\Test01.class
.....\.......\.......\lib\ojdbc14.jar
.....\.......\.......\web.xml
.....\.......\.......\classes\com\dao
.....\.......\.......\.......\...\pojo
.....\.......\.......\.......\...\servlet
.....\.......\.......\.......\...\test
.....\.......\.......\.......\com
.....\src\com\dao
.....\...\...\pojo
.....\...\...\servlet
.....\...\...\test
.....\WebRoot\WEB-INF\classes
.....\.......\.......\lib
.....\src\com
.....\WebRoot\META-INF
.....\.......\WEB-INF
.....\.myeclipse
.....\.settings
.....\src
.....\WebRoot
MyMVC