已阅读5页,还剩20页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
目 录1.1 开发技术51.3开发家教信息管理系统的目的5能够为学生尽可能全面的了解教师的基本情况,找到自己心中认为最合适的教师来指导自己学习,教师也可以知道自己的辅导的学生,为了更能够完善自己,了解家教教师,学生的特点,我们开发了这个家教信息管理系统。系统可以管理家教教师的基本情况,可以在网站上注册,发布自己的信息,然后想要辅导的学生就可以看到自己发布的信息。在家教信息管理系统上,想要辅导的学生就可以找到符合自己的家教。找到自己喜欢的家教,学生可以在网站注册,可以发布自己的需求信息。注册的学生可以发表帖子,讨论话题,发表评论,也可以找到志同道合的朋友,共同学习。5第2章 可行性分析62.1技术可行性63.1 系统功能按角色分配如下描述63.2 系统的概要结构图84.9数据库介绍10115.1 系统的部分界面以及程序代码13图 5-1 网站系统主页:13这个是主页面,此页面可注册用户,用户类型有教员注册 学员注册 ,没有注册的用户可以浏览最新教员信息,学员需求信息,还可以进去讨论区讨论。还可以浏览最新注册教师的资料。13135.2 部分程序代码实现165.2.1教员注册的代码165.2.2教员信息修改的代码17#endregion175.2.3搜索功能的代码185.2.4论坛功能模块的代码19摘要项目背景:家教信息平台是建立在互联网基础上的一种信息交流平台,面向所有网民提供服务。无论是找家教的学生还是做家教的教师,都可以通过该平台进行信息方面的交流。任何网友都可以自由地查看、搜索、发布该家教信息平台的信息。该平台是区别于传统的家教中介的服务平台。学生可以免费查看网站上的家教信息,挑选适合自己的家教;教师可以免费查看网站上的需求信息,挑选适合自己的学生;学生可以发布自己的需求信息,让更多教师看到自己的需求信息。根据网站信息管理系统的开发为背景,论述了整个系统的开发过程,系统的结构及系统开发的基本原理和方法。全系统共分前言、编程环境基础知识、需求分析 、系统设计、系统实施、系统运行及维护、开发总结等几章。详细论述了需求分析、系统设计的技术及应用、系统的功能等内容本系统在开发过程中,注意使其符合易于操作的要求,并力求系统的全面性、通用性。随着用户的使用及对系统了解的不断加深,对某一部分或几部分进行重新分析、设计、实施。在开发工具的选择上,主要利用 asp.net 编程语言进行开发,使用 ms sql server 数据库,从而保证了数据的完整性与一致性。【关键词】家教信息 管理 系统设计 asp.net c# sqlsever2005第1章 引言当今时代的两个显著特点就是世界经济一体化和以计算机为代表的信息技术的快速发展。一个组织要在激烈的竞争中保持优势和不断发展,必须对迅速变化的环境灵敏地做出有效的反应。家教信息管理系统的应用能够提供这种有效的决策支持。家教信息管理系统运用了先进的、管理的、信息的处理技术来针对环境的挑战,它实际是随着计算机软件和网络技术不断地前进而前进,随着环境不断地变化而变化的。这样就有了新的解答家教信息管理系统是逐步发展的过程,使之更好地适应社会的发展需求。学生可以免费查看网站上的家教信息,挑选适合自己的家教;教师可以免费查看网站上的需求信息,挑选适合自己的学生;学生可以发布自己的需求信息,让更多教师看到自己的需求信息。1.1 开发技术c#、asp.net、ms sql server、html、css+div javascript1.2开发与运行环境家教信息管理系统的开发与运行环境如下:开发环境:windows xp数据库工具:sql sever 2005开发语言:c# asp.ent javascript,html, sql开发技术:基于iis等服务器的asp.ent技术运行环境:windows 2000/xp/20031.3开发家教信息管理系统的目的 能够为学生尽可能全面的了解教师的基本情况,找到自己心中认为最合适的教师来指导自己学习,教师也可以知道自己的辅导的学生,为了更能够完善自己,了解家教教师,学生的特点,我们开发了这个家教信息管理系统。系统可以管理家教教师的基本情况,可以在网站上注册,发布自己的信息,然后想要辅导的学生就可以看到自己发布的信息。在家教信息管理系统上,想要辅导的学生就可以找到符合自己的家教。找到自己喜欢的家教,学生可以在网站注册,可以发布自己的需求信息。注册的学生可以发表帖子,讨论话题,发表评论,也可以找到志同道合的朋友,共同学习。第2章 可行性分析2.1技术可行性b/s结构,即browser/server(浏览器/服务器)结构,是随着internet技术的兴起,对c/s结构的一种变化或者说是改进的结构。用户界面完全通过浏览器实现,一部分事务逻辑在前端实现,但是主要事务逻辑在服务器端实现,形成三层结构,是一种全新的软件系统构造技术。这种结构的一个重要的特点是,b/s结构的特点:几乎没有限制的客户端访问和极其简单化的应用程序部署和管理是b/s模型的优势所在,用户可以完全不需要安装客户端软件,当然也不需要担心任何软件升级和不兼容等任何客户端所遇到的问题。2.2经济可行性利用现有的服务器,只要装上iss服务器软件,即可成为一台iss服务器,客户只要在任何可连接的网络上网都可以连上本系统,经济上都是可行的,而且要求不高,所以该系统的开发是可行的。第3章 系统的分析和设计家教信息管理系统的用户包括系统管理员、家教教师和学生。系统管理员负责对教师的添加和删除 负责学生信息、学科信息。3.1 系统功能按角色分配如下描述1、未注册用户:查看教员信息、查看学员信息、注册加入、浏览帖子。 2、注册学员:发布需求信息、查看教员信息、查看预约信息、修改个人信息、修改密码、对教员评价并发表评论、创建帖子、回复帖子。3、注册教员:查看学院信息、查看预约信息、修改个人信息、修改密码、创建帖子、回复帖子。4、管理员:管理员维护、用户管理、讨论区管理、评价管理3.2 系统的概要结构图 根据系统功能分析得出了家教信息管理系统是由三个角色组成,分别是家教教师、系统管理员和学生。在各个角色中也相应附加了详细的功能第4章 数据描述4.1家教教师表数据4.2学员表表数据4.3管理员表数据4.4注册用户表数据4.5学员需求表数据4.6教员评价表数据4.7发帖表数据4.8用户回复表数据4.9数据库介绍4.10数据表操作类方法: 对学员表的操作:l 取出所有学员信息l 根据学员id取出学员信息l 添加学员信息l 修改个人信息l 删除学员信息对教员表的操作:l 取出所有教员信息l 根据教员id取出教员信息l 添加教员信息l 修改个人信息l 删除教员信息对学员需求表的操作:l 取出最新需求l 取出所有需求l 取出未预约的需求l 根据学生id取出需求信息l 根据需求信息搜索需求l 添加需求l 修改需求l 删除需求对管理员表的操作:l 添加管理员l 取出所有管理员l 修改密码对用户登录表的操作:l 添加用户l 修改密码对评价表的操作:l 增加教员评价l 删除教员评价对帖子表的操作:l 取出所有帖子l 添加帖子l 删除帖子对回复表的操作:l 根据帖子id查看帖子回复l 添加回复l 删除回复命名规范:数据库:第一个单词首字母小写,其他单词首字母大写。 c#代码:每一个单词首字母大写。 数据表操作类:*dao (如:studentdao)第5章 系统的实现和调试系统5.1 系统的部分界面以及程序代码图 5-1 网站系统主页:这个是主页面,此页面可注册用户,用户类型有教员注册 学员注册 ,没有注册的用户可以浏览最新教员信息,学员需求信息,还可以进去讨论区讨论。还可以浏览最新注册教师的资料。图 5-1 网站系统主页图 5-2学员登录后的页面:此页面为学员登陆后的页面,学员注册后可以发布自己的需求信息,查看预约信息,修改个人信息,修改登陆密码。还可以浏览成功预约的信息,还没有预约的信息。图 5-2学员登录后的页面图 5-3 修改个人信息页面:此页面可以修改个人资料。包括有姓名,性别,年龄,联系电话,电子邮件 联系地址等的功能。图 5-3 修改个人信息页面图 5-5管理员登录页面:此页面可以实现管理员登录。图 5-5管理员登录页面5.2 部分程序代码实现5.2.1教员注册的代码 protected void register_click(object sender, eventargs e) string username=txtusername.text.trim(); string userpassword=txtuserpassword.text.trim(); string usertype = 教员; /将用户名、密码添加进数据库 loginuser user = new loginuser(username, userpassword,usertype); bool b = loginusermanager.insertuser(user); if (!b) page.clientscript.registerstartupscript(page.gettype(), message, alert(注册失败!);); return; else datatable dt=new datatable(); dt =loginusermanager.selectuserbynaandpw(user); int userid = (int)dt.rows0userid; string teachername = txtname.text.trim(); string teachersex; if (male.checked) teachersex = male.text.trim(); else teachersex = female.text.trim(); string teacherage = txtage.text.trim(); string teacherschool = txtschool.text.trim(); string teachercourse = txtcourse.text.trim(); string teacherphone = txtphone.text.trim(); string teacheremail = txtemail.text.trim(); string teacheraddress = txtaddress.text.trim(); string teacherinfo = txtinfo.text.trim(); string price = txtprice.text.trim(); teacher tch = new teacher(teachername, teachersex, teacherage, teacherschool, teachercourse, teacherphone, teacheremail, teacheraddress, teacherinfo, price,userid); bool res = teachermanager.teacherinsert(tch); if (res) page.clientscript.registerstartupscript(page.gettype(), message, alert(注册成功!);); return; 5.2.2教员信息修改的代码#region 修改教员信息 / / 修改教员信息 / / 教员实体类 / public bool updateteacher(teacher tch) bool flag = false; string cmdtext = teacher_update; sqlparameter paras = new sqlparameter new sqlparameter(teacherid,tch.teacherid), new sqlparameter(teachername,tch.teachername), new sqlparameter(teachersex,tch.teachersex), new sqlparameter(teacherage,tch.teacherage), new sqlparameter(teacherschool,tch.teacherschool), new sqlparameter(teachercourse,tch.teachercourse), new sqlparameter(price,tch.price), new sqlparameter(teacherphone,tch.teacherphone), new sqlparameter(teacheremail,tch.teacheremail), new sqlparameter(teacheraddress,tch.teacheraddress), new sqlparameter(teacherinfo,tch.teacherinfo) ; int res = sqlhelper.executenonquery(cmdtext, paras, commandtype.storedprocedure); if (res 0) flag = true; return flag; #endregion5.2.3搜索功能的代码#region 按课程搜索教员 / / 按课程搜索教员 / / public datatable selectcourseteacher(string txt) datatable dt = new datatable(); string cmdtext = teacher_selectbyc; sqlparameter paras = new sqlparameter new sqlparameter (teachercourse,txt) ; dt = sqlhelper.executequery(cmdtext, paras, commandtype.storedprocedure); return dt; #endregion #region 按地点搜索教员 / / 按地点搜索教员 / / public datatable selectaddressteacher(string txt) datatable dt = new datatable(); string cmdtext = teacher_selectbya; sqlparameter paras = new sqlparameter new sqlparameter (teacheraddress,txt) ; dt = sqlhelper.executequery(cmdtext, paras, commandtype.storedprocedure); return dt; #endregion #region 按价格搜索教员 / / 按价格搜索教员 / / public datatable selectpriceteacher(string txt) datatable dt = new datatable(); string cmdtext = teacher_selectbyp; sqlparameter paras = new sqlparameter new sqlparameter (price,txt) ; dt = sqlhelper.executequery(cmdtext, paras, commandtype.storedprocedure); return dt; #endregionpublic partial class serach : system.web.ui.page protected void page_load(object sender, eventargs e) if(teachermanager .a =1) string txt = teachermanager.b; repserach.datasource = new teachermanager().selectcourseteacher(txt); repserach.databind(); else if(teachermanager .a =2) string txt = teachermanager.b; repserach.datasource = new teachermanager().selectaddressteacher(txt); repserach.databind(); else if (teachermanager .a =3) string txt = teachermanager.b; repserach.datasource = new teachermanager().selectpriceteacher(txt); repserach.databind(); 5.2.4论坛功能模块的代码public partial class postlist : system.web.ui.page protected void page_load(object sender, eventargs e) if (!ispostback) / 第一次进入该页面时,绑定所有帖子 repost.datasource = postmanager.selectallpost(); repost.databind(); protected void btnbiupost_click(object sender, eventargs e) /验证验证码 string code = txtcode.text.trim().toupper(); string rightcode = sessioncode.tostring(); if (code != rightcode) /弹出验证码输入错误后,页面不会出现空白 page.clientscript.registerstartupscript(page.gettype(), message, alert(验证码输入错误!);); return; /添加进数据库 string posttitle = txtpotitle.text; model.post p = new model.post(posttitle); bool b = postmanager.insertpost(p); if (b) /清空文本框 txtpotitle.text = ; txtcode.text = ; /重新绑定所有帖子 repost.datasource = postmanager.selectallpost(); repost.databind(); /删除帖子 protected void lbtdelpost_click(object sender, eventargs e) /当前点击的按钮 linkbutton lb = (linkbutton)sender; / 获取传过来的id string postid = lb.commandargument; /删除帖子 bool b = postmanager.delpost(postid); if (b) /重新绑定帖子表 repost.datasource = postmanager.selectallpost(); repost.databind(); else /帖子删除失败 page.clientscript.registerstartupscript(page.gettype(), message, alert(帖子删除失败,请联系管理员!);); #region 取出所有帖子 / / 取出所有帖子 / / public datatable selectallpost() datatable dt = new datatable(); dt = sqlhelper.executequery(post_selectall, commandtype.storedprocedure); return dt; #endregion #region 添加帖子 / / 添加帖子 / / 帖子实体类 / public bool insertpost(post p) bool flag = false; string cmdtext = post_insert; sqlparameter paras = new sqlparameter new sqlparameter(posttitle,p.posttitle) ; int res = sqlhelper.executenonquery(cmdtext, paras, commandtype.storedprocedure); if (res 0) flag = true; return flag; #endregion #region 删除帖子(连同其下的评论一起删除) / / 删除帖子(连同其下的评论一起删除) / / 帖子id / public bool delpost(string postid) bool flag = false; string cmdtext = post_delete; sqlparameter paras = new sqlparameter new sqlparameter(postid, postid) ; int res = sqlhelper.executenonquery(cmdtext, paras, commandtype.storedprocedure); if (res 0) flag = true; return flag; #endregion 毕业设计(论文)网 qq: 306826066 优秀毕业设计网 计算机毕业设计网 毕业设计资料网 毕业设计论文网 总结在经济发展突飞猛进的今天,知识创造财富,科技改变命运。正是因为这个主题,人们对知识的渴望也越来越强烈,针对现状的修改和未来发展的趋势,实现以学生为本,方便教师的准则,该系统是从教师和学生双方的利益出发而开发。师生双方通过这个平台里交流、学习和传送知识。期间我们分工合作,发挥了各个队友间的特长。以达到最好的效益和质量。论文方面由组员杨龙生和李振城负责,界面美工方面和代码实现由组长李小勇负责分派到每个组员,因为能力的限制,每个人负责的模块有大有小,但最重要的是大家的共同努力、学习的结晶。这次项目实训是对我们大二第2学期这半年来所学知识的一次总结和检测,我们认为只有通过这样的项目实训,对asp.net进行一次全面的检验,从而使我们认识到知识内容的不足和知识框架的缺陷之处,然后有的放矢地加以弥补。参考文献1马瑞新 等编著 asp.net 2.0程序设计案例教程北京清华大学出版社2龚赤兵 编著asp.net 2.0网站开发案例教程北京中国水利水电出版社g an employment tribunal claimemployment tribunals sort out disagreements between employers and employees.you may need to make a claim to an employment tribunal if: you dont agree with the disciplinary action your employer has taken against you your employer dismisses you and you think that you have been dismissed unfairly.for more information about dismissal and unfair dismissal, seedismissal.you can make a claim to an employment tribunal, even if you haventappealedagainst the disciplinary action your employer has taken against you. however, if you win your case, the tribunal may reduce any compensation awarded to you as a result of your failure to appeal.remember that in most cases you must make an application to an employment tribunal within three months of the date when the event you are complaining about happened. if your application is received after this time limit, the tribunal will not usually accept it.if you are worried about how the time limits apply to you, take advice from one of the organisations listed underfurther help.employment tribunals are less formal than some other courts, but it is still a legal process and you will need to give evidence under an oath or affirmation.most people find making a claim to an employment tribunal challenging. if you are thinking about making a claim to an employment tribunal, you should get help straight away from one of the organisations listed underfurther help.if you are being represented by a solicitor at the tribunal, they may ask you to sign an agreement where you pay their fee out of your compensation if you win the case. this is known as adamages-based agreement. in england and wales, your solicitor cant charge you more than 35% of your compensation if you win the case.if you are thinking about signing up for a damages-based agreement, you should make sure youre clear about the terms of the agreement. it might be best to get advice from an experienced adviser, for example, at a citizens advice bureau. to find your nearest cab, including those that give advice by e-mail, click onnearest cab.for more information about making a claim to an employment tribunal, seeemployment tribunals.the (lack of) air up there watch mcayman islands-based webb, the head of fifas anti-racism taskforce, is in london for the football associations 150th anniversary celebrations and will attend citys premier league match at chelsea on sunday.i am going to be at the match tomorrow and i have asked to meet yaya toure, he told bbc sport.for me its about how he felt and i would like to speak to him first to find out what his experience was.uefa hasopened disciplinary proceedings against cskafor the racist behaviour of their fans duringcitys 2-1 win.michel platini, president of european footballs governing body, has also ordered an immediate investigation into the referees actions.cska said they were surprised and disappointed by toures complaint. in a statement the russian side added: we found no racist insults from fans of cska.age has reached the end of the beginning of a word. may be guilty in his seems to passing a lot of different life became the appearance of the same day; may be back in the past, to oneself the paranoid weird belief disillusionment, these days, my mind has been very messy, in my mind constantly. always feel oneself should go to do something, or write something. twenty years of life trajectory deeply shallow, suddenly feel something, do it.一字开头的年龄已经到了尾声。或许是愧疚于自己似乎把转瞬即逝的很多个不同的日子过成了同一天的样子;或许是追溯过去,对自己那些近乎偏执的怪异信念的醒悟,这些天以来,思绪一直很凌乱,在脑海中不断纠缠。总觉得自己自己似乎应该去做点什么,或者写点什么。二十年的人生轨迹深深浅浅,突然就感觉到有些事情,非做不可了。the end of our life, and can meet many things really do?而穷尽我们的一生,又能遇到多少事情是真正地非做不可?during my childhood, think lucky money and new clothes are necessary for new year, but as the advance of the age, will be more and more found that those things are optional; junior high school, thought to have a crush on just means that the real growth, but over the past three years later, his writing of alumni in peace, suddenly found that isnt really grow up, it seems is not so important; then in high school, think dont want to give vent to out your inner voice can be in the high school children of the feelings in a period, but was eventually infarction when graduation party in the throat, later again stood on th
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2024年涂料产品质量承诺保证书
- 临时性劳务用工合同样本
- 住家保姆劳务合同范本
- 店面出租合同样式
- 业务员提成协议书范本2024年
- 2024以土地入股建厂合同
- 贵州省七年级上学期语文期中试卷7套【附答案】
- 工程总承包合同书模板示例
- 企业合作项目协议
- 借款合同范例解析
- 《常见的天气系统》教案范例
- 人教版数学小升初衔接练习+解析(统计与概率)
- 泵房施工合同范例
- 食品代加工合同
- JT-T-1238-2019半柔性混合料用水泥基灌浆材料
- DZ∕T 0173-2022 大地电磁测深法技术规程
- HYT 116-2008 蒸馏法海水淡化蒸汽喷射装置通 用技术要求(正式版)
- 2024保密知识竞赛题库(完整版)
- 人体常见病智慧树知到期末考试答案章节答案2024年
- 2024年4月自考06962工程造价确定与控制试题
- 《跟上兔子》绘本五年级第1季A-Magic-Card
评论
0/150
提交评论