基于asp.net的优度信息搜索网站的设计与实现.rar
基于asp.net的优度信息搜索网站的设计与实现,摘 要随着现代网络的高速发展,上网查找信息已经成为了人们生活必不可少的一部分,网络为人们的衣食住行提供了很大的方便。可是随着信息量的增大,也给用户带来了诸多问题。比如用户查找信息的效率越来越低下等等。针对该问题,本设计对人们在生活领域的信息需求,对信息采集和优度,对市场进行了高度细分,这样用户在查找信息时,可以缩小信息...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 白痴学东西 发布
摘 要
随着现代网络的高速发展,上网查找信息已经成为了人们生活必不可少的一部分,网络为人们的衣食住行提供了很大的方便。可是随着信息量的增大,也给用户带来了诸多问题。比如用户查找信息的效率越来越低下等等。针对该问题,本设计对人们在生活领域的信息需求,对信息采集和优度,对市场进行了高度细分,这样用户在查找信息时,可以缩小信息的范围,使用户可以更快的查找到自己所需要的信息。系统采用ASP和SQL Server 2005为开发工具,B/S模式进行设计。
该论文首先对用户搜索信息时存在的问题进行系统分析,提出解决方法,找出最优的解决方案,对信息进行采集和高度细分,解决人们搜索信息效率低下的问题。本论文着重介绍该网站的系统架构和设计思想以及重要的功能模块。
关键词:信息采集,优度,SQL Server,B/S
Abstract
With the rapid development of modern web, surfing find information has become an essential part of human life, such as the train ticket and to the second-hand, and networks can be said to be helped sway provide much convenience. but as the information to users, also brought problems. as you find information and of efficiency and so on. The problem. this website for people living in the field of information needs and collection of information and better, a high degree of market segmentation, so that users find information, you can reduce the scope of information, users can be faster to find the information he needs. the system uses the sql server 2005 asp and to develop tools and bs a pattern designing.
The paper for the first search information about the problem of existing systems analysis, a solution to find out the best solution to the information gathered and a high into the search for information and solve the problem of low efficiency. this paper introduced the emphasis on site systems architecture and design and important functions of the modules.
Key words: Estate agent, House intermediary, SQL Server, B/S
目录
第1章 引 言 1
1.1 现代网络的现状 1
1.2 用户通过网络查找信息时存在的问题 2
1.3 本文的主要内容 3
1.4 本文的章节安排 3
第2章 优度信息搜索网站的核心技术 5
2.1 ASP核心技术 5
2.2 IIS核心技术 5
第3章 优度信息搜索网站需求分析 7
3.1 优度信息搜索网站的功能分析 7
3.2 优度信息搜索网站的流程分析 10
第4章 优度信息搜索网站总体设计 11
4.1 数据库设计 11
4.1.1 数据库设计概述 12
4.1.2 数据分析 12
4.1.3 数据库的概念模型 13
4.1.4 数据库的逻辑模型 14
4.2 系统模块设计 22
第5章 优度信息采集网站详细设计 24
5.1 系统开发环境 24
5.2 优度信息采集网站架构设计 24
5.3 核心子系统设计 25
5.4系统首页设计 26
5.5普通用户模块 27
5.5.1 用户搜索信息功能 27
5.5.2 将该网站设为首页及收藏 28
5.5.3用户查看网站信息 29
5.5.4普通用户的留言功能 29
5.6 VIP会员模块 30
5.6.1 VIP注册 30
5.6.2 VIP登录 30
5.6.3 VIP会员中心 31
5.6.4 VIP评论模块 32
5.7 管理员模块 32
5.7.1 企业管理 32
5.7.2 会员管理 34
5.7.3 评论管理 34
5.7.4 网站留言管理 35
5.7.5 行业管理 35
5.7.6 共同页面 36
5.7.7 网站管理 37
结 论 39
致 谢 40
参考文献 41
附录 设计系统部分源代码 43
附录 设计系统部分源代码
管理员登陆核心代码:
function checkform(){
if(document.loginbox.admin_name.value.length==0){
alert("账号不能为空。");
document.loginbox.admin_name.focus();
return false;
}
if(document.loginbox.admin_pass.value.length==0){
alert("密码不能为空。");
document.loginbox.admin_pass.focus();
return false;
}
}
随着现代网络的高速发展,上网查找信息已经成为了人们生活必不可少的一部分,网络为人们的衣食住行提供了很大的方便。可是随着信息量的增大,也给用户带来了诸多问题。比如用户查找信息的效率越来越低下等等。针对该问题,本设计对人们在生活领域的信息需求,对信息采集和优度,对市场进行了高度细分,这样用户在查找信息时,可以缩小信息的范围,使用户可以更快的查找到自己所需要的信息。系统采用ASP和SQL Server 2005为开发工具,B/S模式进行设计。
该论文首先对用户搜索信息时存在的问题进行系统分析,提出解决方法,找出最优的解决方案,对信息进行采集和高度细分,解决人们搜索信息效率低下的问题。本论文着重介绍该网站的系统架构和设计思想以及重要的功能模块。
关键词:信息采集,优度,SQL Server,B/S
Abstract
With the rapid development of modern web, surfing find information has become an essential part of human life, such as the train ticket and to the second-hand, and networks can be said to be helped sway provide much convenience. but as the information to users, also brought problems. as you find information and of efficiency and so on. The problem. this website for people living in the field of information needs and collection of information and better, a high degree of market segmentation, so that users find information, you can reduce the scope of information, users can be faster to find the information he needs. the system uses the sql server 2005 asp and to develop tools and bs a pattern designing.
The paper for the first search information about the problem of existing systems analysis, a solution to find out the best solution to the information gathered and a high into the search for information and solve the problem of low efficiency. this paper introduced the emphasis on site systems architecture and design and important functions of the modules.
Key words: Estate agent, House intermediary, SQL Server, B/S
目录
第1章 引 言 1
1.1 现代网络的现状 1
1.2 用户通过网络查找信息时存在的问题 2
1.3 本文的主要内容 3
1.4 本文的章节安排 3
第2章 优度信息搜索网站的核心技术 5
2.1 ASP核心技术 5
2.2 IIS核心技术 5
第3章 优度信息搜索网站需求分析 7
3.1 优度信息搜索网站的功能分析 7
3.2 优度信息搜索网站的流程分析 10
第4章 优度信息搜索网站总体设计 11
4.1 数据库设计 11
4.1.1 数据库设计概述 12
4.1.2 数据分析 12
4.1.3 数据库的概念模型 13
4.1.4 数据库的逻辑模型 14
4.2 系统模块设计 22
第5章 优度信息采集网站详细设计 24
5.1 系统开发环境 24
5.2 优度信息采集网站架构设计 24
5.3 核心子系统设计 25
5.4系统首页设计 26
5.5普通用户模块 27
5.5.1 用户搜索信息功能 27
5.5.2 将该网站设为首页及收藏 28
5.5.3用户查看网站信息 29
5.5.4普通用户的留言功能 29
5.6 VIP会员模块 30
5.6.1 VIP注册 30
5.6.2 VIP登录 30
5.6.3 VIP会员中心 31
5.6.4 VIP评论模块 32
5.7 管理员模块 32
5.7.1 企业管理 32
5.7.2 会员管理 34
5.7.3 评论管理 34
5.7.4 网站留言管理 35
5.7.5 行业管理 35
5.7.6 共同页面 36
5.7.7 网站管理 37
结 论 39
致 谢 40
参考文献 41
附录 设计系统部分源代码 43
附录 设计系统部分源代码
管理员登陆核心代码:
function checkform(){
if(document.loginbox.admin_name.value.length==0){
alert("账号不能为空。");
document.loginbox.admin_name.focus();
return false;
}
if(document.loginbox.admin_pass.value.length==0){
alert("密码不能为空。");
document.loginbox.admin_pass.focus();
return false;
}
}