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

  • 大小: 87.03MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2022-02-07
  • 語言: Java
  • 標簽: java??jsp??

資源簡介

試卷管理系統,試卷添加創建,試卷打印審批等一系列操作,,使用java和jsp代碼實現;

資源截圖

代碼片段和文件信息

package?com.licunzhi.dao;

import?java.util.List;

/**
?*?baseDao接口
?*/
public?interface?baseDao?{
//寫操作
public?void?saveEntity(T?t);
public?void?saveOrUpdateEntity(T?t);
public?void?updateEntity(T?t);
public?void?deleteEntity(T?t);
public?void?batchEntityByHQL(String?hqlobject...objects);

//讀操作
public?T?loadEntity(Integer?id);
public?T?getEntity(Integer?id);
public?List?findEntityByHQL(String?hqlobject...objects);
//單值檢索確保查詢結果有且只有一條記錄
public?object?uniqueResult(String?hqlobject...objects);
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-15?02:09??ExamPaperManageSystem-master\
?????文件?????????945??2017-06-15?02:09??ExamPaperManageSystem-master\.classpath
?????目錄???????????0??2017-06-15?02:09??ExamPaperManageSystem-master\.idea\
?????目錄???????????0??2017-06-15?02:09??ExamPaperManageSystem-master\.idea\artifacts\
?????文件?????????710??2017-06-15?02:09??ExamPaperManageSystem-master\.idea\artifacts\ExamPaperManageSystem_war_exploded.xml
?????文件?????????322??2017-06-15?02:09??ExamPaperManageSystem-master\.idea\encodings.xml
?????文件?????????232??2017-06-15?02:09??ExamPaperManageSystem-master\.idea\kotlinc.xml
?????目錄???????????0??2017-06-15?02:09??ExamPaperManageSystem-master\.idea\libraries\
?????文件?????????295??2017-06-15?02:09??ExamPaperManageSystem-master\.idea\libraries\lib.xml
?????文件????????2123??2017-06-15?02:09??ExamPaperManageSystem-master\.idea\misc.xml
?????文件?????????282??2017-06-15?02:09??ExamPaperManageSystem-master\.idea\modules.xml
?????文件????????1452??2017-06-15?02:09??ExamPaperManageSystem-master\.project
?????目錄???????????0??2017-06-15?02:09??ExamPaperManageSystem-master\.settings\
?????文件?????????555??2017-06-15?02:09??ExamPaperManageSystem-master\.settings\.jsdtscope
?????文件??????????68??2017-06-15?02:09??ExamPaperManageSystem-master\.settings\org.eclipse.core.resources.prefs
?????文件?????????357??2017-06-15?02:09??ExamPaperManageSystem-master\.settings\org.eclipse.jdt.core.prefs
?????文件?????????583??2017-06-15?02:09??ExamPaperManageSystem-master\.settings\org.eclipse.wst.common.component
?????文件?????????335??2017-06-15?02:09??ExamPaperManageSystem-master\.settings\org.eclipse.wst.common.project.facet.core.xml
?????文件??????????49??2017-06-15?02:09??ExamPaperManageSystem-master\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2017-06-15?02:09??ExamPaperManageSystem-master\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件????????2258??2017-06-15?02:09??ExamPaperManageSystem-master\ExamPaperManageSystem.iml
?????文件??????????94??2017-06-15?02:09??ExamPaperManageSystem-master\README.md
?????目錄???????????0??2017-06-15?02:09??ExamPaperManageSystem-master\WebContent\
?????目錄???????????0??2017-06-15?02:09??ExamPaperManageSystem-master\WebContent\meta-INF\
?????文件??????????36??2017-06-15?02:09??ExamPaperManageSystem-master\WebContent\meta-INF\MANIFEST.MF
?????目錄???????????0??2017-06-15?02:09??ExamPaperManageSystem-master\WebContent\WEB-INF\
?????目錄???????????0??2017-06-15?02:09??ExamPaperManageSystem-master\WebContent\WEB-INF\lib\
?????文件??????445288??2017-06-15?02:09??ExamPaperManageSystem-master\WebContent\WEB-INF\lib\antlr-2.7.7.jar
?????文件???????43578??2017-06-15?02:09??ExamPaperManageSystem-master\WebContent\WEB-INF\lib\asm-3.3.jar
?????文件???????38275??2017-06-15?02:09??ExamPaperManageSystem-master\WebContent\WEB-INF\lib\asm-commons-3.3.jar
?????文件???????21503??2017-06-15?02:09??ExamPaperManageSystem-master\WebContent\WEB-INF\lib\asm-tree-3.3.jar
............此處省略1216個文件信息

評論

共有 條評論