摘要:
对于一个商业网站,一个新闻发布系统是必不可少的,新闻发布系统其实可以理解为一个公告板,用来发布网站或管理员的公告信息,当然就其本意来说也可以用来转载各大网站的新闻,做一个新闻网站也未尝不可。其实现的方式也是比较简单的,其原型是留言本或BBS,也包括写入、读取、管理等功能模块,但留言本是面向浏览者的,基本上是浏览者留言给管理员看,而新闻发布系统则相反,一般是管理员发布新闻公告,给浏览者看,这其实只是权限的区别,写入、读取等功能实现方式还是差不多的。本系统套用了B/S模式,采用ASP作为开发环境,Access 2000作为数据库服务器,实现了对新闻类别无限级分类设置、静态新闻的发布修改删除,前台页面的模板自定义和生成,以及后台管理员权限和数据库的备份等一系列的功能,杜绝了浏览者直接操作数据库的可能。
本论文将结合ASP和ACESS制作一个简单的新闻发布系统。将完成以下功能,新闻发布、新闻内容显示、新闻修改保存和删除以及增删管理员。
目 录
第一章 引言 4
第二章 ASP的认识和Access的介绍 5
1.ASP的认识 5
2. Acess数据库的介绍 9
第三章开发环境 12
1. 系统平台 12
2.开发工具 12
3. 运行需求 12
第四章 需求分析 13
1.背景 13
2.新闻发布系统的特点 13
3.对性能的规定 13
4.需要实现的操作功能 14
第五章 结构设计 15
1 . 新闻发布模块 16
2. 数据库连接和公用函数存放模块 17
3. 保存添加模块 17
4. 新闻列表模块 18
5. 新闻内容显示模块 19
5. 6 新闻管理模块 21
7. 新闻修改模块 22
8. 保存修改模块 23
9. 新闻删除模块 25
10. 管理员登录、注销模块 26
11. 增加管理员修改增删模块 27
第六章 测试和结束语 29
1.测试 29
2.结束语 29
第七章 致谢 29
参考文献 30
For a commercial website, a press release system is essential, in fact its press releases can be understood as a bulletin board, used to publish information on websites or the administrator''s notice, of course, its intent is also used to reproduced the major Web site news, do a news site might also be carried. The manner of its implementation is relatively simple, and its prototype is a message book or BBS, but also write, read, management, functional modules, but the message this is for the visitors, and is basically a message to the administrator to see visitors , while the news release system, on the contrary, is generally the administrator issue a press release, giving the viewer, this is only the difference between competence, write, read, and other functions to achieve forms are still the same. The system modeled on the B / S mode, using ASP as the development environment, Access 2000 as the database server to achieve an infinite level of information classification categories set up, static press release revised to delete, front page template customization and generation, as well as the Admin privileges and database backup and a series of functions, to prevent the visitors the possibility of direct operation of the database.
This paper will combine ASP and ACESS create a simple news publishing system. Will complete the following functions, press releases, news content displays, press save and delete, as well as additions and deletions modify the administrator.
Directory
Chapter 4 Introduction
Chapter II ASP awareness and Access Introduction 5
1. ASP understanding of 5
2. Acess database, presentation 9
Chapter III of the development environment 12
1. System Platform 12
2. Development Tools 12
3. Run Demand 12
Chapter IV Requirements Analysis 13
1. Background 13
2. Press release system is characterized by 13
3. For the performance of the provisions of 13
4. The need to achieve operational functions 14
Chapter 15 Structural Design
1. Press Release Module 16
2. Database connection and store the module public function 17
3. Save add modules 17
4. News Module 18
5. News content display module 19
5.6 Information Management Module 21
7. Information modify the module 22
8. Save Changes Module 23
9. Press Delete Module 25
10. Administrator log off module 26
11. Increase the administrator to modify the additions and deletions Module 27
Testing and Conclusion 29 Chapter VI
1. Test 29
2. Conclusion 29
Chapter VII of Thanks 29
References 30