ImageVerifierCode 换一换
格式:DOC , 页数:10 ,大小:32.96KB ,
资源ID:2990609      下载积分:150 文钱
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,省得不是一点点
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.wenke99.com/d-2990609.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(Data Dictionary.doc)为本站会员(11****ws)主动上传,文客久久仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知文客久久(发送邮件至hr@wenke99.com或直接QQ联系客服),我们立即给予删除!

Data Dictionary.doc

1、Data Items Definition TableTable “Register”Name Type Length Descriptionm_ID varchar 10 Username for register loginm_pwd varchar 10 Password for register loginm_stuID varchar 10 Student ID or staff ID for registerm_truename varchar 10 Real name of registerm_Email varchar 20 Email of registerm_qq varc

2、har 16 QQ number of Studentm_type int 1 0 for student 1 for teacher 2 for administratorTable “Message”Name Type Length Descriptionsender Varchar 10 the people who send the messagereceiver Varchar 10 The people who receive the messageMs_date datetime When send the messageMs_contentText The content of

3、 the messageTable “course_material”Name Type Length DescriptionA_ID varchar 10 Username for administrator loginA_pwd varchar 10 Password for administrator loginA_name varchar 10 Real name of administratorA_Email varchar 20 Email of administratorA_Icard varchar 18 Identity card number of administrato

4、rTable “Course”Name Type Length DescriptionC_ID varchar 10 Number of courseC_name varchar 20 Course nameTable “online_QA”Name Type Length DescriptionQA_ID varchar 8 ID for online_QAStart_timedatetime When QA startsEnd_time datetime When QA endscontent Text The content of QATable “course_bulletin”Nam

5、e Type Length DescriptionCb_ID varchar 10 ID for course_bulletinCb_date datetime The time course bulletin uploadCb_contentText Content of course bulletinTable “Course_discuss”Name Type Length DescriptionCd_ID varchar 10 ID for course discussCd_name varchar 10 ID for who publish the discussCd_date da

6、tetime When publish the discussCd_contentText Content of the discussTable “reply”Name Type Length DescriptionR_ID varchar 10 Reply IDR_who Varchar 10 Who publish the replyR_date datetime When publish the replyR_contentText The content of the replyTable “own_course”Name Type Length DescriptionC_ID va

7、rchar 10 The course IDM_ID varchar 10 The people who teach or learn this courseTable “own_QA”Name Type Length DescriptionQA_ID varchar 10 The QA IDC_ID varchar 10 The course which has this QATable “own_dis”Name Type Length DescriptionCd_ID varchar 10 The course_discuss IDC_ID varchar 10 The course w

8、hich has this discussTable “get_reply”Name Type Length DescriptionCd_ID varchar 10 The course_discuss IDR_ID varchar 10 The reply which reply to this course discussTable “own_mt”Name Type Length DescriptionCm_ID varchar 10 Course material IDC_ID varchar 10 The course which has this materialTable “ow

9、n_bu”Name Type Length DescriptionCb_ID varchar 10 Course_bulletin IDC_ID varchar 10 The course which has this bulletinData Flow Definition TableNO.Name Data sources Data destinationData Structure ConsistDescriptionF1 Register information1.E3(Unregistered User)P1(Register Verify)Username+pwd+real nam

10、e+student ID/teacher ID+Email+qq+ Identity card numberThe register information given by unregister userF2 Match result P2(UserActivate)E4(Teacher)E5(Student)The result of activate resultF3 Stu login informationE5(Student) P3(Verify login)Username+passwordStudent login informationF4 Teacher login inf

11、ormationE4(Teacher) P3(Verify login)Username+passwordTeacher login informationF5 Admin login informationE2(Administrator)P3(Verify login)Username+passwordAdministrator login informationF6 Requirement of Activate usersE2(Administrator)P2(UserActivate)Submit the Activateusers buttonF7 Requirement of m

12、anage courseE2(Administrator)P12(Course management system)Submit the course manage buttonF8 Requirement of process course materialE2(Administrator)P4(Course material system)Submit the course material buttonF9 Requirement of process Teacher introductionE2(Administrator)P5(Teacher introduction system)

13、Submit the Teacher introduction buttonF10 Requirement of process course bulletinE2(Administrator)E4(teacher)P6(Course bulletin system)Submit the course bulletin buttonF11 Requirement of process course Q&AE2(Administrator)E4(teacher)P7(Course Q&A system)Submit the course Q&A buttonF12 Requirement of

14、process course discussE2(Administrator)E4(teacher)P8(Course discuss system)Submit the course discuss buttonF13 Requirement of process course introductionE2(Administrator)E4(teacher)P9(Course introduction system)Submit the course introduction buttonF14 Message E2(Administrator)E4(teacher)E5(Student)P

15、10(Message management system)Sender+title+ content+receiverA short message between one user and anotherF15 Requirement of process link introductionE2(Administrator)P11(Course link system)Requirement of adding, updating or deleting course F16 result P4/P5/P6/P7/P8/P9/P10/P11/ P12E6(Web) The content t

16、hat system show to user requirementThe systems process resultF17 Requirement of Get back passwordE4(teacher)E5(student)P14(Get back password system)Username+email Process the users requirement of get back passwordF18 Requirement of change passwordE4(teacher)E5(student)P13(change password system)User

17、name+old password+new passwordProcess the users requirement of changing passwordF19 password P14(Get back password system)S2(Users email)The password that user get backF20 New passwordP13(change password system)S1(ID database)The new password that user changeF21 Requirement of attend course Q&AE5(st

18、udent) P7(Course Q&A system)Requirement of attend the course Q&AF22 instruction E5(student) P15(View the Student see the content of website)content of website(course introduction, teacher introduction and so on)F23 Requirement of attend course discussE5(student) P8(Course discuss system)Requirement

19、of attend the course discussF24 New course bulletinE2(administrator)P16 The New course bulletin given by teacherF25 Edit instructionE2(administrator)P17/P20/P23/p26Requirement of Edit F26 Delete instructionE2(administrator)P18/P21/P24/P27Requirement of delete F27 New course topic or replyE2(administ

20、rator)P19 New course topic or reply given by administratorF28 New course introductionE2(administrator)P22 New course introduction give by teacher upload by administratorF29 New course linksE2(administrator)P25 The new course links is asked to add to this webF30 Course materialE2(administrator)P4(Cou

21、rse material system)The course material given by teacher upload by administratorF31 Q&A Time E2(administrator)P29(Set time) Date+hour+minuteThe Q&A time given by administrator according to teachers repuirementData Processing Definition TableNO. Name Input Processing Output DescriptionP1 Register Ver

22、ifyF1(Register information)Verify the register informationThe Verified Register informationThe system that verify the register informationP2 UserActivate F1(register information)F6(Requirement of Activate users)Match the register information with user listF2(Match result)P3 Verify login F3(Stu login

23、 information)F4(Teacher login information)F5(Admin login information)Verify the login informationVerify the login informationP4 Course material systemF8(Requirement of Process course material)F16(result) System that process the course materialP5 Teacher introduction systemF9(Requirement of process t

24、eacher introduction)F16(result) System that process the Teacher introductionP6 Course bulletin systemF10(Requirement of process Course bulletin)F16(result) System that process the Course bulletinP7 Course Q&A systemF11(Requirement of process Course Q&A) F16(result) System that process the Course Q&A

25、P8 Course discuss systemF12(Requirement of process Course discuss)F16(result) System that process the Course discussP9 Message management systemF14(Requirement of process Message management)F16(result) System that process the Message managementP10 Course introduction systemF13(Requirement of process

26、 Course introduction)F16(result) System that process the Course introductionP11 Course link systemF15(Requirement of process Course link )Add, delete, update courseF16(result) System that process the Course linkP12 Course management systemF7(Requirement of Course management)F16(result) System that p

27、rocess the Course managementP13 Change password systemF18(requirement of change password)Match the given information with register informationF20(password) Process the password changingP14 Get back password systemF18(requirement of get back password)Match the given information with register informat

28、ionF19(password) Process the password get backP15 View the content of websiteF22(instruction) F16(result) Process the requirement of view website contentP16 Publish new course topic or replyF24(New course bulletin)F16(result) Publish the new course bulletinP17 Modify the content of discussF25(Edit i

29、nstruction)F16(result) Edit the course bulletinP18 Delete content of discussF26(Delete instruction)F16(result) Delete the course bulletinP19 Publish new course topic or replyF27 F16(result) Upload the new course discussP20 Modify the content of discussF25 F16(result) edit the new course discussP21 D

30、elete content of discussF26 F16(result) delete the new course discussP22 Publish new course introductionF28 F16(result) Upload new course introductionP23 Modify course introductionF25 F16(result) Modify course introductionP24 Delete course introductionF26 F16(result) Delete course introductionP25 Pu

31、blish new course linksF29 F16(result) Add new course link if a new course is neededP26 Modify the course linksF25 F16(result) Update the content of course linksP27 Delete course linksF26 F16(result) Delete the course if this course is overP29 Set time F31 Set the Q&A time by administratorData Storag

32、e Definition TableNO. Name Input Output Data Structure ConsistDescriptionS1 ID databaseStudents name listTeachers name list F18(new 9assword)The database that store the users register informationS2 Users emailF19(password) The email that receive the password from get back password systemS3 Course da

33、tabaseThe database that store the course informationExternal Entity Definition TableNO. Name Input Output DescriptionE1 Registered userThe user who has registeredE2 AdministratorThe registered user who manage the systemE3 Unregistered userRegister informationThe users who have notregisteredE4 Teacher The users who teach the courseE5 Student The student who learn the courseE6 Web The Web Screen that show the Result of Users Requirement

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。