没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
XXXX 学院毕业设计
(论文)
基于 ASP.NET 的客户关系管理系统
学 院:
专 业:
班 级:
学 号:
学生姓名:
指导教师:
20xx 年5月 1 日
- 1 -
摘 要
本系统是为公司设计开发的在线客户关系管理系统,来研究基于 B/S 模式的网上客
户关系管理的实现,采用的是 ASP.NET+SQL 2000 模式的电子商务平台。客户关系作为
一种公司发展的必备,其管理问题一直都是企业所关心的问题。但是,这其中涉及的信
息处理量过于大,一直没有适合的信息管理系统。然而,现在计算机技术和网络推广已
经得到了很好的发展,各行各业都在不同程度地引进计算机及网络技术,以求在业务处
理能力及服务能力方面做到更大进步。可以说,现下哪个企业不引进计算机信息管理系
统,谁就在服务水平和业务水平方面逊于同行一筹了。
此系统设计上采用三层结构、Web Service 技术,使之在选用平台、采用技术上具
有先进性、前瞻性、扩充性,从而保证建成的系统具有良好的稳定性、可扩充性。系统
设计按标准化、规范化,分层设计,构件化实现。采用软件构件化的开发方式,使系统
结构分层,业务与实现分离,逻辑与数据分离;以统一的服务接口规范为核心,使用开
放标准。从功能上来说,系统是比较完备的,系统以 Web 界面与用户交互,为用户提
供信息并接受其操作,同时通过数据库管理系统来存储信息数据。系统实现了对信息数
据的浏览、查询、编辑和管理等基本数据库操作,采用了模块化设计方法,根据用户的
需求及程序的应用与维护的易用性,将各个部分置于不同的模块当中,方便了程序的扩
展与维护,同时建立了程序功能复用的基础。
关键词:ASP.NET 信息管理 数据库 sql 2000
- 2 -
Abstract
Along with the development of Internet technology, daily life can not already
do without the network. The life and work of the social people of future will
depend on the development of digital technology more and more ,Digitize more
and more, the networking, electronic, virtual. Development course and present
application state and development trend of Internet, can believe network
technology great change life and working way of us fully, Even a certain change
will take place in the values of the society.
This procedure tries to build up a bookshop in the network with ASP.NET, So
that every customer needn't go out and can do shopping easily through surfing
the Net at home .this article is analyzing the design and realization of an online
bookshop with Data Mining function, from the views of theory and practice.
Starting with introducing concepts and techniques of OOA and OOP in detail,
especially introducing the knowledge which apply for this system, such as: the
feature and flow of OOA and OOP; analyzing the feature、structure and using method
of developing techniques ASP.NET and ADO.NET which using in my system. And then,
this article analyses the feasibility of the system, then minutely layouts the
design thoughts, goals and the system holistic framework. At last, this article
minutely explains the design and realization of Web page layout, data base and
application program of our system.
This online bookstore system uses ASP.NET technology to realize on Visual
Studio.Net platform. Its main function has: manage users, new books on sale,
look for classified books, search books, collect favorite book, process of
purchase, sales list, the comment of the books, website's management, etc.
During the course of writing this article, I strive to integrate theory and
practice. While expatiating the different kind of theories, I illuminate the
application and operation skill combining the system so as to fully incarnate
the application of these theories and techniques to this system.
[KEYWORD]:OOA,OOD,ASP.NET,ADO.NET
1
目 录
第 1 章 选题背景...........................................................1
1.1 计算机管理信息系统的发展情况.......................................1
1.2 客户关系管理系统的现状.............................................2
1.3 客户关系管理系统的优势.............................................3
1.4 任务概述 ..........................................................3
1.4.1 目标:建立完善的客户关系管理系统系统 .........................3
1.4.2 客户关系管理系统特点 .........................................3
第 2 章 解决方案的选择.....................................................5
2.1 系统说明 ..........................................................5
2.1.1.硬.软件环境..................................................5
2.2 开发计划 ..........................................................6
2.3 可行性分析.........................................................6
2.3.1 风险分析.....................................................6
2.3.2 技术可行性...................................................6
2.3.3 操作可行性...................................................7
2.4 设计方案:对涉及工具和技术的相关说明 ..............................7
2.4.1 B/S 体系结构 .................................................7
2.4.3 SQL Server...................................................8
2.4.4 HTML(Hyper Text Markup Language).............................8
2.4.5 Visual Studio 2005...........................................9
第 3 章 需求分析..........................................................11
3.1 系统分析的任务与步骤..............................................11
3.1.1 系统分析的任务..............................................11
3.1.2 系统分析的步骤..............................................11
3.2 系统项目范围......................................................11
3.3 功能需求 .........................................................12
3.3.1 操作员部分..................................................12
3.3.2 管理员部分..................................................12
3.4 系统实体分析......................................................12
3.5 系统的数据库设计..................................................13
3.5.1 概念设计 ................................................13
4.1 系统系统功能说明 .................................................17
4.1.1 总体功能 ....................................................17
4.1.2 非功能性需求 ................................................17
4.2 建立数据库模型 ...................................................18
第 5 章 详细设计..........................................................21
5.1 系统首页(登陆界面) .............................................21
5.2 系统操作界面......................................................22
5.3 系统用户管理操作界面..............................................23
5.4 客户信息管理界面..................................................24
5.5 交易记录信息管理界面..............................................25
2
5.6 合同信息管理界面..................................................26
5.7 员工信息管理界面..................................................27
第 6 章 系统测试.........................................................28
6.1 系统测试的目的....................................................28
6.2 面向对象系统测试方案..............................................28
第 7 章 软件布署..........................................................29
7.1 安装环境要求......................................................29
7.2 系统使用说明......................................................29
总结.....................................................................30
致 谢....................................................................31
参考文献.................................................................32
剩余35页未读,继续阅读
资源评论
小码叔
- 粉丝: 5161
- 资源: 5344
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 没用333333333333333333333333333333
- 基于Vue和SpringBoot的企业员工管理系统2.0版本设计源码
- 【C++初级程序设计·配套源码】第2期-基本数据类型
- 基于Java和Vue的kopsoftKANBAN车间电子看板设计源码
- 影驰战将PS3111 东芝芯片TT18G23AIN开卡成功分享,图片里面画线的选项很重要
- 【C++初级程序设计·配套源码】第1期-语法基础
- 基于JavaScript、CSS、HTML的简易DOM版飞机游戏设计源码
- 基于Java开发的日程管理FlexTime应用设计源码
- SM2258XT-BGA144-4BGA180-6L-R1019 三星KLUCG4J1CB B0B1颗粒开盘工具 , EC, 3A, 94, 43, A4, CA 七彩虹SL300这个固件有用
- GJB 5236-2004 军用软件质量度量
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功