• 大小: 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个文件信息

评论

共有 条评论