投资基金网站的设计与实现(VS2008,SQL2008)(含录像)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

投资基金网站的设计与实现(VS2008,SQL2008)(含录像)(毕业论文说明书14000字,程序代码,SQL2008数据库)
摘要
当前,大多数的投资基金网站的管理仍主要使用传统的手工工具。这种工作方式量大、效率低、易出错、准确性差、及时性差,而且有大量数据需要存档,查找麻烦。为了使管理人员从繁琐的手工劳动中解脱出来,提高工作人员的工作效率,降低管理成本,节约存储空间,开发一个投资基金网站十分必要。
本系统采用B/S模式:与传统的C/S模式相比,B/S结构把处理功能全部移植到了服务器端,用户的请求通过浏览器发出,无论是使用和数据库维护上都比传统模式更加经济方便。而且使维护任务层次化:管理员负责服务器硬件日常管理和维护,系统维护人员负责后台数据库数据更新维护。采用B/S模式,突破传统的文件共享模式,为学习交流平台的设计提供新的解决方案。借助asp.net的WEB应用程序,用户通过Browser软件连接后台数据库并完成做操作,将原有静态网页的形式升级到动态更新数据的方式。B/S模式平台,数据维护方便客户端无需专用的软件,有较好的网络扩展性,支持TCP/IP协议直接接入Internet,。同时对于B/S模式而言,程序和数据的物理位置已经不再是那么重要了,访问者所关心的只是它们的URL就可以了。
    本系统使用ASP.net技术:ASP.NET是把基于通用语言的程序在服务器上运行。不像以前的asp即时解释程序,而是将程序在服务器端首次运行时进行编译,这样的执行效果,当然比一条一条的解释强很多。   数据库采用sql server2008数据库:具有良好的安全性能,防火墙技术可以保证后台数据库的安全性,如果结合Windows 2005与Internet Information Server的高度安全性,使用户可以实现系统的安全。
关键词:  b/s,投资基金网站,asp.net,sql server2008
 
Abstract
At present, most of the investment fund web site management is still the main use of the traditional manual tool. This way of working capacity, low efficiency, error prone, accuracy, timeliness, and there are plenty of data need to be archived, find trouble. In order to make the management of personnel from the tedious manual work, improve work efficiency, reduce management costs, saving storage space, the development of an investment fund web site is very necessary.
This system adopts B / S mode: with the traditional C / S model, B / S structure processing function of all transplanted to the server, the user requests through the browser, using either a database maintenance than traditional model of economic convenience. And make the maintenance task levels: administrator is responsible for the day-to-day management of server hardware and maintenance, system maintenance personnel responsible for the backstage database data update. Using B / S mode, break through the traditional file sharing mode, as a platform for the exchange of learning design and provides a new solution. With the aid of the asp.net WEB application, the user through the Browser software to connect the database and complete operating, the original static webpage form upgrade to dynamic data updating method. B / S mode platform, data maintenance convenient client needs no special software, has the better expansibility of network, support TCP / IP protocol direct access to the Internet,. At the same time for B / S mode, procedure and data of the physical location is not so important, visitors are only concerned about their URL on it.
The system uses ASP.net Technology: ASP.NET is based on the universal language of program running on a server. Unlike the previous asp instant explanation program, but the program on the server 's first run was compiled, it carries out the effect, rather than a much stronger explanation. Database using SQL Server2008 database: with a good safety performance, firewall technology can ensure the database security, if combined with Windows2005 and Internet Information Server high security, so that the user can realize the system safety.
Key words: B / s, investment fund website, asp.net, SQL Server2008

求分析
2.1.1 系统功能需求分析
某投资基金网站是一个典型的数据库开发应用程序,由基础信息浏览模块、管理员信息管理模块等部分组成,规划系统功能模块如下:
(1)浏览模块
包括:企业简介、投资视点、注册会员、会员登录、产品信息、查询基金净值、客户服务等模块。
(2)管理员模块
输入管理员的姓名和密码后,进入后台管理页面。后台管理页面主要包括:会员管理、投资视点管理、产品信息管理、基金净值管理、管理员密码管理、企业简介管理、客户服务管理等模块。
(3)会员模块
输入会员的姓名和密码后,进入会员管理页面。会员管理页面主要包括:个人信息管理等模块。
 

投资基金网站的设计与实现VS2008,,SQL2008)(含录像)
投资基金网站的设计与实现VS2008,,SQL2008)(含录像)
投资基金网站的设计与实现VS2008,,SQL2008)(含录像)
投资基金网站的设计与实现VS2008,,SQL2008)(含录像)
投资基金网站的设计与实现VS2008,,SQL2008)(含录像)
投资基金网站的设计与实现VS2008,,SQL2008)(含录像)
投资基金网站的设计与实现VS2008,,SQL2008)(含录像)



目录
摘要    1
Abstract    1
第1章 绪论    3
1.1  项目背景    3
1.2  研究的目的和意义    4
第2章  需求分析与技术分析    5
2.1  需求分析    5
2.1.1 系统功能需求分析    5
2.1.2 系统设计结构分析    6
2.2  技术分析    8
2.2.1  操作系统和Web服务器技术对比    8
2.2.2  目前主流的动态网页技术比较    8
2.2.3  asp.net简介    9
2.2.4  sql server2008简介    10
第3章  项目的实现与设计    11
3.1     投资基金网站大体结构图    11
3.2     数据库概念结构设计    12
第4章  系统的实现    18
4.1 管理员管理页面    18
4.1.1. 连接数据库的包含文件    18
4.1.2  后台管理的控制台    18
4.1.3  企业简介管理    19
4.1.4  审核会员    20
4.1.5  产品信息添加    21
4.1.6  管理员密码管理    24
4.1.7  投资视点管理    24
4.2 前台系统的实现    33
4.2.1  首页    35
4.2.2  投资视点    36
4.2.3  登陆页面    38
第5章  系统的调试和优化    40
5.1  调试    40
5.2  问题分析    41
第6章  结束语    42
致谢    43
参考文献    44