论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

网络远程作业处理系统

 本文ID:LWGSW14145 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 网络远程作业处理系统 (收费:1000 积分)  

论文字数: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


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:网站流量统计 下一篇:网上书店售书系统
Tags:网络 远程 作业 理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号