1、.224.7 关键页面实现 .234.7.1 用户注册页面 .234.7.2 我的书屋页面 .284.7.3 管理员发布信息页面 .284.8 安全保密设计 .304.8.1 系统故障预防与恢复 .304.8.2 用户管理和权限控制 .304.8.3 数据备份与恢复 .304.9 系统出错处理信息 .31第五章 系统数据库设计 .325.1 数据库关系图 .325.2 数据库对象 .325.2.1 用户信息表:user_info .325.2.2 学院新闻:college_news .345.2.3 教学通知:edu_notify .355.2.4 学生工作:students_affair .
2、365.2.5 学术活动:IT_news .375.2.6 信息分类:info_category .385.2.7 用户分类:user_category .395.3 数据存储过程设计 .395.3.1 用户注册 .395.3.2 普通用户操作 .395.3.3 管理员操作 .40第六章 结束语 .41致 谢 .42参考文献 .43ContentsChapter1 Introduction.11.1 Project Target.11.2 Project Background .1Chapter2 System related technologies outline .32.1 Introduction to ASP.NET .32.2 ASP.NET AJAX Framework.32.3 Introduction to SQL Server 2005 .4Chapter3 Population Needs of System.63.1 Compile Purpose.63.2 Project Background .63.3 Targets .63.4 Assumptions and Constraints .63.5 Data Details .63.5.1 Static Data.63.5.2 Dynamic Data .