网学网为广大网友收集整理了,网络远程作业处理系统,希望对大家有所帮助!
附开题报告,论文,设计,中英文翻译,论文字数:20082,页数:50
摘要
随着网络在社会的不断普及,其在人们的学习和生活中发挥着越来越重要的作业,也不断地简化人们地学习和生活。该系统就是建立在这个目的上的一次尝试。远程作业提交交流系统,利用网络交流的优势,为教师与学生之间的交流搭建一座方便的桥梁。
该系统的功能主要为:
1、为师生提供一个网络作业提交系统;
2、为师生提供一个实时在线交流系统;
3、为师生提供一个在线的留言系统。
其中,作业提交系统实现文件在JSP网页中的上传和下载;实时在线交流系统实际就是一个在线聊天室,并考虑到师生这个特殊的服务对象,添加了网络白板这个功能,使师生之间可以更加形象的交流;在线留言系统提供了与未在线的人交流的功能。以上这些功能的实现都是建立在师生信息管理系统之上的,首先要建立完整的学生、教师和班级信息,以上3个主要系统才能正常工作。再就是为了减小网页的负担,我设立了注册登录系统,一定程度的减免了不相关人员的访问。
关键词 网络 在线 交流
Abstract
With network constant popularization in society, it becomes more and more important in people’s daily lifed and study. It also simplifies people’s study and live very much. This system is a try that is set up on this purpose . Operating the system of exchanging on-linly, the advantage of utilizing the network to be exchanged, put up a bridge of convenience for the exchange between the teacher and student.
The function of this system is mainly: 1 offers a system submitting homework by network for students and teachers, 2 offers one to teachers and students and exchanges the system real-timly online, 3 offers an online message system to teachers and students. Among them, homework submit system realize file in JSP uploading and download of the webpage;It is an online chatroom actually to exchange the system real-timly online , consider this special service object of teachers and students, add network white board the function , make teachers and students can interchange of the image further; The online message system has offered the function exchanged with person not online. Realization of the above functions is all based on information management systems of teachers and students, should set up to intact student , teacher and class'''' information first, the above 3 main systems could work normally . And then in order to reduce the burden of the webpage, I have set up the log-in system of registering, visit of the independent personnel of deductions and exemptions of a certain degree.
Keywords network online communicate
目 录
前 言 1
第1章 开发工具简介 2
1.1 Dreamweaver MX 2004 2
1.2 Borland JBuilder9 2
1.3 SQL Sever 2000 2
第2章 相关技术文档 4
2.1 JSP技术 4
2.2 APPLET技术 7
2.2.1 Applet说明: 7
2.2.2 Applet参数使用方法 8
2.2.3 Applet基本方法 8
2.2.4 Applet中的线程 9
第3章 数据库逻辑结构设计 10
3.1 用户信息表(tuser) 10
3.2 班级信息表(Tstudentnum) 10
3.3 留言信息表(message) 10
3.4 任课信息表(adds) 10
第4章 系统页面介绍 12
4.1 登录页面流程图 12
4.2 系统主要页面详述 13
4.1.1 登录、注册页面(login.jsp) 13
4.1.2 核实页面(ValidateUser.jsp) 13
4.1.3 验证已登录页面(CheckValid.jsp) 13
4.1.4 学生注册页面(UserInfo.jsp) 14
4.1.5 注册页面提交页面(CheckUserInfo.jsp) 14
4.1.6 学生页面(student.htm) 14
4.1.7 学生选择页面(StudentPage.jsp) 15
4.1.8 教师页面(teacher.htm) 15
4.1.9 教师选择页面(TeacherPage.jsp) 15
4.1.10 管理员页面(admin.htm) 16
4.1.11 管理员选择页面(admin.jsp) 16
4.1.12 显示留言页面(view_message.jsp) 16
4.1.13 留言页面(index.htm) 17
4.1.14 添加留言信息页面(add_message.jsp) 17
4.1.15 上传文件页面(upload.jsp) 17
4.1.16 上传处理页面(doUpload.jsp) 18
4.1.17 下载处理页面(doDownload.jsp) 18
4.1.18 修改密码页面(changecode.jsp) 18
4.1.19 修改密码处理页面(changecode2.jsp) 18
4.1.20 管理任课信息页面(maadds.jsp) 19
4.1.21 任课信息处理页面(maadds2.jsp) 19
4.1.22 删除教师页面(deleteacher.jsp) 19
4.1.23 删除教师处理页面(deleteacher2.jsp) 19
4.1.24 学生聊天室页面(sapplst.jsp) 20
第5章 系统功能详述 21
5.1 登录系统 21
5.2 注册系统 21
5.3 师生信息管理系统 22
5.4 留言板系统 23
5.5 包含网络白板的聊天室系统 23
5.6 文件上传下载系统 25
第6章 系统运行配置 27
6.1 安装J2SDK: 27
6.2 安装Tomcat: 27
6.3 安装JSP访问SQL Server 2000的驱动程序: 28
第7章 系统重要部分技术实现 30
7.1 包含网络白板的技术实现 30
7.1.1 工作原理 30
7.1.2 功能设计 30
7.1.3 通讯协议集的制定 31
7.1.4 编程实现 32
7.2 SmartUpDown组件使用 37
7.2.1 安装篇 37
7.2.2 相关类说明篇 38
7.2.3 相关方法说明 41
第8章 总结 45
谢 辞 46
参考文献 47
网络远程作业处理系统......