• 大小: 9.17M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-28
  • 语言: Java
  • 标签: 学习  系统  在线  

资源简介

Java基础 strut2框架 sqlServer数据库开发,较好的课程设计参考。可在线选课、学习。教师登录可管理自己所教课程。

资源截图

代码片段和文件信息

package action;

import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Map;

import com.opensymphony.xwork2.ActionContext;

import dao.AddStudyLog;

public class AdStudyLog {
private long begin;
private String cnumber;
public long getBegin() {
return begin;
}

public void setBegin(long begin) {
this.begin = begin;
}

public String getCnumber() {
return cnumber;
}

public void setCnumber(String cnumber) {
this.cnumber = cnumber;
}

public String execute(){
Date now=new Date(); 
long end=now.getTime();

long howmuch = end - begin;
int h = (int) (howmuch / 1000 / 60 / 60);
howmuch = howmuch - h * 60 * 60 * 1000;
int m = (int) (howmuch / 1000 / 60);
howmuch = howmuch - m * 60 * 1000;
int s = (int) 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1027  2017-08-06 16:22  在线学习系统\OnlineStudentSystem\.classpath

     文件       1052  2017-05-05 11:47  在线学习系统\OnlineStudentSystem\.project

     文件        567  2017-05-05 11:47  在线学习系统\OnlineStudentSystem\.settings\.jsdtscope

     文件        364  2017-05-05 11:47  在线学习系统\OnlineStudentSystem\.settings\org.eclipse.jdt.core.prefs

     文件        509  2017-05-05 11:47  在线学习系统\OnlineStudentSystem\.settings\org.eclipse.wst.common.component

     文件        305  2017-07-05 16:33  在线学习系统\OnlineStudentSystem\.settings\org.eclipse.wst.common.project.facet.core.xml

     文件         49  2017-05-05 11:47  在线学习系统\OnlineStudentSystem\.settings\org.eclipse.wst.jsdt.ui.superType.container

     文件          6  2017-05-05 11:47  在线学习系统\OnlineStudentSystem\.settings\org.eclipse.wst.jsdt.ui.superType.name

     文件        162  2017-10-17 11:00  在线学习系统\OnlineStudentSystem\.tern-project

     文件       2254  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\action\AdStudyLog.class

     文件       2735  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\action\Login.class

     文件       1145  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\action\SelectCourse.class

     文件       3145  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\action\StudentInitiate.class

     文件       2495  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\action\TeacherInitiate.class

     文件       1277  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\dao\AddStudyLog.class

     文件       1996  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\dao\LoginCheck.class

     文件       4664  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\dao\QueryStudentDao.class

     文件       2633  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\dao\QueryTeacherDao.class

     文件       1599  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\dao\SelectCourseDao.class

     文件       2561  2017-05-04 10:06  在线学习系统\OnlineStudentSystem\build\classes\struts-2.0.dtd

     文件       1583  2017-10-18 15:39  在线学习系统\OnlineStudentSystem\build\classes\struts.xml

     文件       2301  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\Utils\DBUtil.class

     文件       1476  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\valueBean\Course.class

     文件       1494  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\valueBean\SelectCourse.class

     文件       1265  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\valueBean\Student.class

     文件       1296  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\valueBean\StudyLog.class

     文件        368  2017-10-12 21:26  在线学习系统\OnlineStudentSystem\build\classes\valueBean\Teacher.class

     文件       1261  2017-05-08 12:14  在线学习系统\OnlineStudentSystem\src\action\AdStudyLog.java

     文件       1965  2017-08-06 16:23  在线学习系统\OnlineStudentSystem\src\action\Login.java

     文件        560  2017-05-07 17:26  在线学习系统\OnlineStudentSystem\src\action\SelectCourse.java

............此处省略69个文件信息

评论

共有 条评论