Description: Connect to the database, login and authentication code verification, MVC pattern, includes landing success and failure interface
To Search:
File list (Check if you may need any files):
java_pj_5
.........\.classpath
.........\.myeclipse
.........\.mymetadata
.........\.project
.........\.settings
.........\.........\.jsdtscope
.........\.........\com.genuitec.eclipse.ws.prefs
.........\.........\org.eclipse.jdt.core.prefs
.........\.........\org.eclipse.wst.jsdt.ui.superType.container
.........\.........\org.eclipse.wst.jsdt.ui.superType.name
.........\WebRoot
.........\.......\META-INF
.........\.......\........\MANIFEST.MF
.........\.......\WEB-INF
.........\.......\.......\classes
.........\.......\.......\.......\dao
.........\.......\.......\.......\...\UserDao.class
.........\.......\.......\.......\domian
.........\.......\.......\.......\......\User.class
.........\.......\.......\.......\servlet
.........\.......\.......\.......\.......\CheckServlet.class
.........\.......\.......\.......\.......\ImageServlet.class
.........\.......\.......\.......\.......\RandomValidateCode.class
.........\.......\.......\lib
.........\.......\.......\web.xml
.........\.......\error.jsp
.........\.......\index.jsp
.........\.......\ok.jsp
.........\src
.........\...\dao
.........\...\...\UserDao.java
.........\...\domian
.........\...\......\User.java
.........\...\servlet
.........\...\.......\CheckServlet.java
.........\...\.......\ImageServlet.java
.........\...\.......\RandomValidateCode.java