asp.net学生信息管理系统一

最近用C#开发的一款ASP.NET的学生信息管理系统,在开发中遇到了不少困难,可慢慢的还是走过来了,偶将把这款软件作品共享出来,免费使用,供爱好者使用敬请期待中......

)Og-O.p2Ww9Ch1

/R(H?2v k wB1今天写权限系统时遇到了一些小麻烦,可能会推迟一些时间,...

摘 要 随着高校规模的不断扩大,学生数量急剧增加,有关学生的各种信息量也成倍增长,庞大学生信息的管理工作成了高校教学管理工作中的一项重要任务,一方面,假如遵从以往旧式的工作方式,该工作的工作量大,管理繁琐,既耗人力,又耗物力;另一方面,由于计算机技术的飞速发展及应用的普及,学生信息管理这样烦琐的工作更需要由计算机来完成。因此开发一套对学生信息进行管理的软件是极其重要的,而且是必需的,通过这样的系统,可以做到信息的规范管理、科学统计和快速的查询,从而减少管理方面的工作量。 基于上述情况,本人针对本校学生选课及教务员排课做详细的需求分析,在Windows XP平台下以SQL Server2000为数据库服务器及PowerDesigner8.0为设计工具,采用PowerBuilder9.0设计开发了基于C/S结构的学生信息管理系统。此系统不仅实现了学生对个人基本信息的修改、查询以及专业选课和重修等,还实现了教务员对学生所选课程的排课组班功能。真正的实现了选课、排课的一体化。简洁的操作方法与人性化的界面设计让任何非计算机专业的管理人员轻松使用。 关键字: 静态分析;被动数据库;用户角色对象 Abstract With the development of academic schools' constantly enlarging their size and increasing the number of their students,various information about students is doubly increased.There is so much information that teaching managment becomes more and more important a task.For one thing,if we follow the old work style as before,the work would have great capacity,and will also be a great waste of manpower and material;for another thing, with the development and application of computer science and technology,such trivial work could be complete done by computer.That's to say, it is of great importance to explore a suitable software. With the help of this software , it will reduce error and will also improve efficiency,what's more,modernization 、systematism and standardization in teaching managment will come true . As the reasons refered above , I analyzed the fact students choose courses and administrator arrange courses in our university in detail , Under windows XP operation system designed this software to manage student's information .It is designed by design tool PowerDesigner8.0 and database server machine SQL Server,other PowerBuder9.0 as my development tool.This student information management system is base on C/S structure.With the help of this software , you can modify or inquire student's information , and it also can be used to arranging courses or organizing students . The system has implement an entire progress of choosing courses and arranging courses.with the concise operation methods and of humanition interface designment,every administrator can use it conveniently in spite of he/she is not professional in computer science. Key Words:Static Analysis;Passive Database;User Role Object 目 录 第一章 绪 论 1 § 1.1 开发背景 1 § 1.2 开发必要性及系统介绍 1 第二章 学生信息管理系统分析 3 § 2.1 系统功能分析 3 § 2.1.1 系统需实现功能 3 § 2.1.2 统分层数据流图 4 § 2.1.3 系统E-R图 9 § 2.1.4 系统数据字典 10 § 2.1.5 系统功能模块 12 § 2.1.6 系统表 13 § 2.2 系统性能分析 17 § 2.2.1 精度 17 § 2.2.2 时间特性要求 17 § 2.2.3 灵活性 18 § 2.3 输入输出要求 18 § 2.4 数据处理能力要求 18 § 2.5 故障处理要求 18 § 2.6 系统运行环境 18 第三章 学生信息管理系统设计 19 § 3.1 论分析 19 § 3.2 总体设计 19 § 3.3 模块划分 20 § 3.3.1 教务员管理系统模块详细介绍 21 § 3.3.2 教师管理系统模块详细介绍 22 § 3.3.3 学生管理系统模块详细介绍 22 第四章 学生信息管理系统实施 24 § 4.1 创建数据库 24 § 4.2 连接数据库 24 § 4.3 系统功能模块的实现 28 § 4.3.1 用户登陆模块实现 28 § 4.3.2 学生选课功能的实现 31 § 4.3.3 学生查询功能的实现 37 § 4.3.4 学生个人信息修改功能的实现 41 § 4.3.5 教务员排课功能的实现 42 § 4.3.6 教师成绩录入功能的实现 48 § 4.3.7 密码修改功能的实现 48 第五章 学生信息管理系统测试 52 § 5.1 试环境 52 § 5.2 试目的和目标 52 § 5.3 选课测试 52 § 5.4 成绩录入测试 57 结 论 59 参考文献 60 致 谢 61
第1章 供求信息网(ASP.NET 4.0+SQL Server 2008+分层开发模式实现) 1 视频讲解:1小时40分钟 1.1 开发背景 2 1.2 系统分析 2 1.2.1 需求分析 2 1.2.2 可行性分析 2 1.2.3 编写项目计划书 3 1.3 系统设计 6 1.3.1 系统目标 6 1.3.2 业务流程图 6 1.3.3 网站功能结构 7 1.3.4 系统预览 8 1.3.5 编码规则 8 1.3.6 构建开发环境 10 1.3.7 数据库设计 11 1.3.8 网站文件组织结构 13 1.4 公共类设计 13 1.4.1 数据层功能设计 14 1.4.2 网站逻辑业务功能设计 19 1.5 网站主页设计(前台) 26 1.5.1 网站主页概述 26 1.5.2 网站主页技术分析 26 1.5.3 网站主页实现过程 30 1.5.4 单元测试 31 1.6 网站招聘信息页设计(前台) 35 1.6.1 网站招聘信息页概述 35 1.6.2 网站招聘信息页技术分析 36 1.6.3 网站招聘信息页实现过程 37 1.7 免费供求信息发布页设计(前台) 40 1.7.1 免费供求信息发布页概述 40 1.7.2 免费供求信息发布页技术分析 41 1.7.3 免费供求信息发布页实现过程 43 1.8 网站后台主页设计 44 1.8.1 网站后台主页概述 44 1.8.2 网站后台主页技术分析 44 1.8.3 网站后台主页实现过程 46 1.9 免费供求信息审核页设计(后台) 46 1.9.1 免费供求信息审核页概述 46 1.9.2 免费供求信息审核页技术分析 46 1.9.3 免费供求信息审核页实现过程 48 1.10 免费供求信息删除管理页设计(后台) 52 1.10.1 免费供求信息删除管理页概述 52 1.10.2 免费供求信息删除管理技术分析 53 1.10.3 免费供求信息删除管理页实现过程 53 1.11 网站编译与发布 55 1.11.1 网站编译 56 1.11.2 网站发布 60 1.12 网站文件清单 65 1.13 SQL Server 2008数据库使用专题 66 1.13.1 安装合适的SQL Server 2008版本 67 1.13.2 建立数据库与数据表 68 1.14 本章小结 71
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值