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

  • 大小: 19.46M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-07-10
  • 語(yǔ)言: Java
  • 標(biāo)簽: 其他??

資源簡(jiǎn)介

學(xué)生管理系統(tǒng)JAVAWeb.zip

資源截圖

代碼片段和文件信息

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?{
//獲取所有的學(xué)生信息
public?List?findAll();
//根據(jù)姓名查詢
public?List?findBySearch(String?sname);
//添加
public?void?add(Student?stu);
//更新
public?void?update(Student?stu);
//刪除、
public?void?delete(int?id);
//根據(jù)id查詢
public?Student?findById(int?id);

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

}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????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個(gè)文件信息

評(píng)論

共有 條評(píng)論