• 大小: 0.31M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: Java
  • 标签: java  Javaweb  管理系统  

资源简介

实现学习信息管理,查看课程与学校个人信息

资源截图

代码片段和文件信息

package cn.fjnu.edu.dao;

import java.util.List;

import cn.fjnu.edu.model.Student;

public interface StudentDao {
public boolean Create(Student student) throws Exception;
public boolean Update(Student student) throws Exception;
public boolean Delete(Student student) throws Exception;
public boolean findLogin(Student student) throws Exception;
ListfindAll(String keyWord) throws Exception;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-09-27 18:09  xueshengxinxiguanli\
     文件         661  2019-03-13 23:23  xueshengxinxiguanli\.classpath
     文件        1052  2012-09-21 21:08  xueshengxinxiguanli\.project
     目录           0  2019-05-11 22:58  xueshengxinxiguanli\.settings\
     文件         503  2012-09-21 21:08  xueshengxinxiguanli\.settings\.jsdtscope
     文件          54  2019-05-11 22:58  xueshengxinxiguanli\.settings\org.eclipse.core.resources.prefs
     文件         364  2012-09-21 21:08  xueshengxinxiguanli\.settings\org.eclipse.jdt.core.prefs
     文件         511  2012-09-21 21:08  xueshengxinxiguanli\.settings\org.eclipse.wst.common.component
     文件         345  2012-09-21 21:08  xueshengxinxiguanli\.settings\org.eclipse.wst.common.project.facet.core.xml
     文件          49  2012-09-21 21:08  xueshengxinxiguanli\.settings\org.eclipse.wst.jsdt.ui.superType.container
     文件           6  2012-09-21 21:08  xueshengxinxiguanli\.settings\org.eclipse.wst.jsdt.ui.superType.name
     目录           0  2012-09-27 18:09  xueshengxinxiguanli\DBfile\
     文件        1225  2012-09-25 22:23  xueshengxinxiguanli\DBfile\stuinfo.sql
     目录           0  2012-09-27 18:09  xueshengxinxiguanli\WebContent\
     文件         642  2012-09-23 20:33  xueshengxinxiguanli\WebContent\Delete.jsp
     文件        2908  2012-09-25 22:13  xueshengxinxiguanli\WebContent\Login.jsp
     目录           0  2012-09-27 18:09  xueshengxinxiguanli\WebContent\meta-INF\
     文件          39  2012-09-21 21:08  xueshengxinxiguanli\WebContent\meta-INF\MANIFEST.MF
     目录           0  2020-06-09 11:26  xueshengxinxiguanli\WebContent\WEB-INF\
     文件         919  2012-09-23 20:31  xueshengxinxiguanli\WebContent\WEB-INF\web.xml
     文件         983  2012-09-24 16:57  xueshengxinxiguanli\WebContent\doDelete.jsp
     文件        2089  2012-09-25 21:52  xueshengxinxiguanli\WebContent\doUpdate.jsp
     文件        2094  2012-09-25 18:08  xueshengxinxiguanli\WebContent\doinsert.jsp
     文件         473  2012-09-24 16:22  xueshengxinxiguanli\WebContent\erro.jsp
     目录           0  2012-09-27 18:09  xueshengxinxiguanli\WebContent\imgs\
     文件       94975  2012-09-23 23:23  xueshengxinxiguanli\WebContent\imgs\1.jpg
     文件       98673  2012-09-21 22:11  xueshengxinxiguanli\WebContent\imgs\2.jpg
     文件       62394  2012-09-21 22:11  xueshengxinxiguanli\WebContent\imgs\3.jpg
     文件       56372  2012-09-24 00:01  xueshengxinxiguanli\WebContent\imgs\4.jpg
     文件         970  2012-09-23 20:48  xueshengxinxiguanli\WebContent\index.jsp
     文件        1416  2012-09-23 20:37  xueshengxinxiguanli\WebContent\insert.jsp
............此处省略45个文件信息

评论

共有 条评论