91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 19.46MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-25
  • 語言: 其他
  • 標簽: JAVA??

資源簡介

學生管理系統(包含數據庫文件以及需要的框架),內包含完整的一個項目,完整的項目開發:前端代碼,后端實現,完成了后臺管理功能,前臺顯示功能,以及登錄注冊數據增刪改查等。

資源截圖

代碼片段和文件信息

package?com.qf.dao;
/**
?*?dao操作
?*?Database?Access?object
?*?@author?wgy
?*
?*/

import?java.util.List;

import?com.qf.domain.Student;
import?com.qf.domain.User;

public?interface?StudentDao?{
//獲取所有的學生信息
public?List?findAll();
//根據姓名查詢
public?List?findBySearch(String?sname);
//添加
public?void?add(Student?stu);
//更新
public?void?update(Student?stu);
//刪除、
public?void?delete(int?id);
//根據id查詢
public?Student?findById(int?id);

//分頁的方法
public?List?findByPage(int?pageNumint?pageSizeString?sname);
//獲取數據個數
public?long?getCount(String?sname);

}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????10873398??2018-04-26?16:30??apache-tomcat-8.0.47.rar
?????目錄???????????0??2018-05-29?06:56??bootstrap\
?????文件??????370276??2018-02-02?23:00??bootstrap\bootstrap-3.3.7-dist.zip
?????目錄???????????0??2018-05-29?06:49??jar\
?????文件??????232019??2018-05-17?14:56??jar\commons-beanutils-1.8.3.jar
?????文件???????49572??2018-05-17?14:56??jar\commons-dbutils-1.4.jar
?????文件???????59590??2018-05-17?14:56??jar\commons-fileupload-1.2.2.jar
?????文件??????173587??2018-05-17?14:56??jar\commons-io-2.2.jar
?????文件???????60841??2018-05-17?14:56??jar\commons-logging-1.1.1.jar
?????文件?????2648071??2018-05-17?14:59??jar\druid-1.1.5.jar
?????文件??????478640??2018-05-17?14:59??jar\fastjson-1.2.34.jar
?????文件???????20682??2018-05-17?14:56??jar\jstl.jar
?????文件??????540852??2018-05-17?14:56??jar\mysql-connector-java-5.0.8-bin.jar
?????文件??????393259??2018-05-17?14:56??jar\standard.jar
?????文件???????31109??2018-05-17?14:56??jar\ValidateCode.jar
?????目錄???????????0??2018-06-04?08:31??Student\
?????文件?????????912??2018-06-04?08:31??Student\.classpath
?????文件?????????907??2018-06-04?08:31??Student\.project
?????目錄???????????0??2018-06-04?08:31??Student\.settings\
?????文件?????????567??2018-06-04?08:31??Student\.settings\.jsdtscope
?????文件??????????87??2018-06-04?08:31??Student\.settings\org.eclipse.core.resources.prefs
?????文件?????????364??2018-06-04?08:31??Student\.settings\org.eclipse.jdt.core.prefs
?????文件?????????473??2018-06-04?08:31??Student\.settings\org.eclipse.wst.common.component
?????文件?????????345??2018-06-04?08:31??Student\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2018-06-04?08:31??Student\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2018-06-04?08:31??Student\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????目錄???????????0??2018-06-04?08:31??Student\build\
?????目錄???????????0??2018-06-04?08:31??Student\build\classes\
?????目錄???????????0??2018-06-04?08:31??Student\build\classes\com\
?????目錄???????????0??2018-06-04?08:31??Student\build\classes\com\qf\
?????目錄???????????0??2018-06-04?08:31??Student\build\classes\com\qf\dao\
............此處省略119個文件信息

評論

共有 條評論