asp个人博客系统毕业论文.doc

约25页DOC格式手机打开展开

asp个人博客系统毕业论文,1.28万字 25页摘要blog的全名应该是web log,中文意思是“网络日志”,后来缩写为blog,而博客(blogger)就是写blog的人。从理解上讲,博客是“一种表达个人思想、网络链接、内容,按照时间顺序排列,并且不断更新的出版方式”。visual c#是微软公司为它的microso...
编号:36-89301大小:871.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 csfujixie 发布

asp个人博客系统毕业论文
1.28万字              25页

摘要
Blog的全名应该是Web log,中文意思是“网络日志”,后来缩写为Blog,而博客(Blogger)就是写Blog的人。从理解上讲,博客是“一种表达个人思想、网络链接、内容,按照时间顺序排列,并且不断更新的出版方式”。
Visual C#是微软公司为它的Microsoft.NET计划推出的核心编程语言。该语言几乎综合了目前所有编程语言系统的优点,并结合因特网的需要,增加了丰富的新特性和增强功能。Visual C#语言面向对象的设计,可以用来构建从高水平的商务目标到体系标准应用程序的范围宽广的组件。使用Visual C#语言,程序员能够迅速地建造提供充分开拓计算和通信的工具和服务的新的Microsoft.NET平台。C#语言的组成部分使用简单的C#语言结构体,能被转化成WEB服务,允许人们通过Internet调用在任何操作系统上运行的任何语言。
Access就是关系数据库开发工具,数据库能汇集各种信息以供查询、存储和检索。数据库(Database)是由一些有意义和有关系的数据(data)所组合而成。我们称之为数据库管理管理系统(Database Management System DBMS)。Access 的优点在于它能使用数据表示图或自定义窗体收集信息,数据表示图提供了一种类似于 Excel 的电子表格,可以使数据库一目了然。
Ajax不是一种技术。实际上,它由几种蓬勃发展的技术以新的强大方式组合而成。Ajax包含:基于XHTML和CSS标准的表示;使用Document Object Model进行动态显示和交互;使用XMLHttpRequest与服务器进行异步通信;使用JavaScript绑定一切。 Ajax的核心是JavaScript对象XmlHttpRequest。该对象在Internet Explorer 5中首次引入,它是一种支持异步请求的技术。简而言之,XmlHttpRequest使您可以使用JavaScript向服务器提出请求并处理响应,而不阻塞用户。
【关键词】博客;Visual C#;Access;Ajax;JavaScript。
 
Abstract
Blog full name should be the Web log, in Chinese means "Web log", later known as Blog, the blog (Blogger) who is writing Blog. From the understanding of speaking, the blog is "a personal expression of ideas, network links, content, are arranged in chronological order, and constantly update the publication of way."
Microsoft Visual C # for its Microsoft.NET plans to introduce the core programming language. The language of the current integrated almost all the advantages of programming language system, combining the Internet and the need to increase the wealth of new features and enhancements. Visual C # language object-oriented design, can be used to build the high-level business goals to the system standard application of a wide range of components. The use of Visual C # language, programmers can quickly open up the construction of the provision of adequate computing and communications tools and services of the new Microsoft.NET platform. C # language an integral part of using a simple C # language structure, can be transformed into WEB services through the Internet allow people to call in any operating system running on any language.
Access is the relational database development tools, database information can be pooled for enquiries, storage and retrieva l. Database (Database) by some meaningful and the data (data) by a combination of. We call management database management system (Database Management System DBMS). Access has the advantage of the use of data that can map or custom forms to collect information, data plans that provide a similar Excel spreadsheet, database can make clear at a glance.
Ajax is not a technology. In fact, from its vigorous development of several new technologies to the powerful combination of methods. Ajax include: XHTML and CSS-based standard that using the Document Object Model dynamic display and interaction; XMLHttpRequest use asynchronous communication with the server using JavaScript bind all. Ajax is the core of JavaScript objects XmlHttpRequest. The object in Internet Explorer 5 for the first time the introduction, it is a technical support asynchronous request. In short, XmlHttpRequest so that you can use JavaScript to the server asked for and response to treatment, rather than blocking users.
【Keywords】Blog;Visual C#;Access;Ajax;JavaScript。

 
目录
摘要 I
Abstract II
第一章 开发工具及工具简介 1
1.1 ASP.NET语言简介 1
1.2数据库的选择 2
1.3 IIS介绍及配置 3
第二章 需求分析 5
2.1 系统需求分析 5
2.2 系统功能分析 5
2.2.1 文章日志 5
2.2.2 发表评论 5
2.2.3 资源下载 5
2.2.4 相片浏览 5
2.2.5 管理功能 5
2.2.6 加密功能 6
2.3 系统功能流程图 6
第三章 数据库设计 7
3.1 数据库概念设计 7
3.1.1 设计局部E-R模式 7
3.1.2 设计全局E-R模式 7
3.2 数据库逻辑结构设计 8
第四章 系统程序设计 11
4.1 系统模块组成 11
4.2 各模块的实现 11
4.2.1 查看日志模块的实现 11
4.2.2 查看相册模块的实现 13
4.2.3 主页显示功能的实现 14
4.2.4 其他功能的实现 15
4.3 原创功能介绍 16
第五章 系统测试与维护 17
5.1 系统使用环境 17
5.2 系统测试 17
5.3 系统维护 17
结束语 19
致谢 20
参考文献 21