資源簡介
該項目是個簡單的實現 選課系統,
主要是 注冊(學生),登錄(學生,管理員),
學生選課,
管理員增加課程,修改,刪除課程這些功能。
——————————————
實現了MVC結構:
jsp前臺。
servlet控制器。
mysql的使用。
jdbc數據庫連接
javabeans模塊。
代碼片段和文件信息
package?mytest3;
public?class?admin?{
private?String?aid?=?null;
private?String?aname?=?null;
public?admin(String?aid?String?aname)?{
this.aid?=?aid;
this.aname?=?aname;
}
public?void?setAid(String?aid)?{
this.aid?=?aid;
}
public?String?getAid()?{
return?this.aid;
}
public?void?setAname(String?aname)?{
this.aname?=?aname;
}
public?String?getAname()?{
return?this.aname;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1411??2009-11-04?13:15??jsp選課系統\test6\.project
?????文件????????288??2009-11-04?12:56??jsp選課系統\test6\.myme
?????文件????????468??2009-11-04?12:59??jsp選課系統\test6\.classpath
?????文件????????500??2009-11-04?12:56??jsp選課系統\test6\.settings\.jsdtscope
?????文件??????????6??2009-11-04?12:56??jsp選課系統\test6\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件?????????49??2009-11-04?12:56??jsp選課系統\test6\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件????????829??2009-11-04?12:58??jsp選課系統\test6\WebRoot\index.jsp
?????文件???????1082??2009-11-04?12:58??jsp選課系統\test6\WebRoot\error.jsp
?????文件???????2384??2009-11-04?13:04??jsp選課系統\test6\WebRoot\showStudent.jsp
?????文件???????4302??2009-11-04?19:34??jsp選課系統\test6\WebRoot\student.jsp
?????文件???????2603??2009-11-04?13:04??jsp選課系統\test6\WebRoot\showCourse.jsp
?????文件???????3308??2009-11-04?13:04??jsp選課系統\test6\WebRoot\register.jsp
?????文件???????2654??2009-11-04?19:15??jsp選課系統\test6\WebRoot\login.jsp
?????文件???????5760??2009-11-23?20:20??jsp選課系統\test6\WebRoot\admin.jsp
?????文件??????21025??2009-11-04?12:58??jsp選課系統\test6\WebRoot\image\mysql2.jpg
?????文件?????365874??2009-11-04?12:58??jsp選課系統\test6\WebRoot\image\myeclipse.bmp
?????文件??????18904??2009-11-04?12:58??jsp選課系統\test6\WebRoot\image\mysql.jpg
?????文件??????99176??2009-11-04?12:58??jsp選課系統\test6\WebRoot\image\linmeng.jpg
?????文件??????18754??2009-11-04?12:58??jsp選課系統\test6\WebRoot\image\SUN.jpg
?????文件?????125239??2009-11-04?12:58??jsp選課系統\test6\WebRoot\image\xiaohei.jpg
?????文件?????107443??2009-11-04?13:00??jsp選課系統\test6\WebRoot\image\linmeng2.jpg
?????文件???????4023??2009-09-09?00:07??jsp選課系統\test6\WebRoot\image\java.jpeg
?????文件???????2975??2009-09-09?00:07??jsp選課系統\test6\WebRoot\image\java2.jpeg
????..A.SH.?????35840??2010-01-19?20:19??jsp選課系統\test6\WebRoot\image\Thumbs.db
?????文件?????????39??2009-11-04?12:58??jsp選課系統\test6\WebRoot\me
?????文件???????2185??2009-11-23?20:07??jsp選課系統\test6\WebRoot\WEB-INF\web.xm
?????文件???????1809??2010-01-19?11:09??jsp選課系統\test6\WebRoot\WEB-INF\classes\mytest3\test.class
?????文件???????1744??2010-01-19?11:09??jsp選課系統\test6\WebRoot\WEB-INF\classes\mytest3\student.class
?????文件???????4512??2010-01-19?11:09??jsp選課系統\test6\WebRoot\WEB-INF\classes\mytest3\servlet_student.class
?????文件???????3703??2010-01-19?11:09??jsp選課系統\test6\WebRoot\WEB-INF\classes\mytest3\servlet_login.class
............此處省略42個文件信息
評論
共有 條評論