优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

ASP.NET网络办公助理设计与实现(源代码+论文)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
  核心提示:如有需要请联系 QQ:306826066摘 要 本次毕业设计的题目是网络办公助理的网络办公自动化系统,是采用C#作为平台开发的系统。C#是一种专门用于.NET Framework的新的软件开发语言。C#在与网络相关的软件开发中越来越显示它的优越性,而且它还提供了一种编写Windows平台上几乎任何...

如有需要请联系 QQ:306826066

[资料来源:www.THINK58.com]

摘 要
本次毕业设计的题目是网络办公助理的网络办公自动化系统,是采用C#作为平台开发的系统。C#是一种专门用于.NET Framework的新的软件开发语言。C#在与网络相关的软件开发中越来越显示它的优越性,而且它还提供了一种编写Windows平台上几乎任何类型的软件或组件的方式
网络办公助理是一种在计算机前即可发送消息,公告还可以进行网络会议的一款软件。本软件采用TCP/UDP协议与多点广播,还采用了多线程技术。UDP协议是一个功能较少的简单协议,是一个无连接的协议,所以开销也较少。所以该软件是一个既经济又实惠的工具。

[资料来源:http://THINK58.com]

关键字:网络办公助理 C# 协议

[版权所有:http://think58.com]

ABSTRACT
The topic of this graduation design is the Network Operation Assistant, is adopt the C# be the terrace development of system.C# is a kind of to used for the new software development language of the .NET Framework exclusively.C# show its superiority more and more in with related software development of network, and it still provides a kind of plait to write the terrace of Windows up the way of almost any software of type or modules
The Network Operation Assistant is on sowing in the calculator, the front can immediately send out the news, announce can also carry on a software of the network meeting.This software adopts the DUP agreement with order broadcast more, still adopted the multi-threading technique.The agreement of DUP is the simple agreement of a function less, is a has no copular agreement, so expense also less.So that software is 1 since the economy is again the tool of the real benefit.

[版权所有:http://think58.com]

Key word:The Network Operation Assistant C# Negotiate [资料来源:http://www.THINK58.com]

ASP.NET网络商店销售管理系统的设计与实现(源代码+论文) [来源:http://think58.com]

 

[资料来源:www.THINK58.com]

摘 要
随着软件技术的不断进步和发展,信息化的管理方式越来越广泛的应用于各个领域,对于任何网站系统的管理来说开发一套现代化的成员管理软件是十分必要的。通过这样的软件系统,可以做到成员的规范管理和快速查询,从而减少管理方面的工作量。有效的管理所有成员的信息就是成员管理系统完成的功能。销售管理系统是使用MS.NET平台中的ASP.NET开发基于B/S体系结构的Web应用程序,在Microsoft Visual Studio .NET 环境下,使用 C# 编程语言并结合Microsoft SQL Server 2000 数据库开发出一套网络版的销售管理系统。该系统由前端输入和后端管理组成。前端实现了用户注册,用户登录,购物车,定单查询,商品浏览(包括热门商品和新到商品),商品搜索等。后台实现了用户信息管理,管理员信息管理,商品信息管理,销售管理。通过这个系统,可以大大的提高网络管理者的工作效率和工作精度。

[来源:http://www.think58.com]

关键词:网络商店;销售管理系统;模块;控件;C#.NET

The Design and Realization of the Network Shops’ Selling Management System
Abstract
Along with the unceasing progress and development of the software technology, the management information system is more and more widely applied to each domain, it is extremely essential to develop a members’ management software for a website. Through such a system, we can reduce the management workload by member's standard management and fast inquiry. The effective management of all members' information is a function which the member management system management system completes. The selling management system is developed based on B/S system structure, using ASP.NET of MS.NET as the platform. It’s a web application procedure in Microsoft Visual under the Studio NET environment, using the C# programming language and unifying Microsoft SQL Server 2,000 databases. This system is composed of the onstage for input and the backstage for management. Functions such as registration, log on, the user land, shopping vehicle, ordering form inquiry, commodity browsing (including popular commodity and newly arrived commodity), and commodity searching and so on, are realized on the onstage. The functions such as the user’s information management, the manager’s information management, the commodity information management and the selling management are realized on backstage. Through this system, we may greatly enhance the network superintendent's work efficiency and the work precision. [资料来源:http://www.THINK58.com]

Key words: Network shop; Sale management system; Module; Controls; C#.NET

[资料来源:THINK58.com]

目 录
论文总页数:25页
1引言 1
1.1开发背景 1
1.2系统功能 1
1.3系统软硬件配置要求 2
1.4相关软件及技术介绍 2
2.项目模块及框图 2
2.1 系统功能模快设计 2
2.2 网络销售管理流程图 3
2.3网络销售管理系统模块组织图 4
3 项目方案需求 4
3.1 项目特色 4
3.2 方案选择 5
3.2.1 数据库需求分析 5
3.2.2数据库逻辑结构设计 5
3.2.3业务模式 7
4.模块设计、分析、开发 8
4.1主页面设计 8
4.1.1页面头部控件设计 8
4.1.2 商品分类导航控件的设计 9
4.2 商品信息模块页面 10
4.3 用户信息管理模块设计 11
4.3.1登录页面设计 11
4.3.2 注册页面的设计 12
4.4购物车功能的设计与实现 13
4.5 购物车的结算设计与实现 15
4.6查询销售情况页面的设计 16
5.结果测试,性能分析 19
5.1 测试主页面 19
5.2测试登录页面 19
5.3测试购物车 21
5.4测试查询销售情况 22
5.5测试查询、修改用户信息页面 22
结 论 23
参考文献 23
致 谢 25

[来源:http://think58.com]

声 明 26

[资料来源:www.THINK58.com]

 

[资料来源:http://THINK58.com]


1 引言
1.1开发背景
随着网络技术的飞速发展,网络经济与人们的生活越来越紧密的联系在一起,随着信息技术的发展,网上购物与网上销售也在逐渐发展和普及。消费者与销售商都迫切需要一种简便与高速高效的购物与销售方式,在线商店管理系统的出现正好满足人们的这种需要,通过网络的简便与高效可以使消费者节省时间,价格公开合理。而使销售者更合理的调节商品的数量以免造成商品的积压,也同时使生产者真正随着市场经济的需求而调节产品的种类和数量。
随着网络的不断的普及,网页技术的不断发展,人们对网页的要求也不再是文字,图片的简单堆砌或是单调枯燥的内容,而是实时性,交互性和丰富性,使用动态网页技术的网页越来越受欢迎。应用ASP.NET技术的灵活性可以方便的访问数据库,ASP.NET把数据库搬上了WEB页面,使人们可以通过互联网使用大型的包含数据库功能的系统。
系统正是使用ASP.NET技术的动态网页与SQL Server2000数据库结合打造的一个网上商店管理系统,一般用户通过网络访问该系统,提供用户注册功能,商品查询功能;系统用户(已注册用户)可以修改注册信息,购买商品等;管理员可以修改、删除、添加、模糊查询用户信息、配送商、供应商信息,对顾客的定单安排配送商(即进行销售)以及向供应商定货和处理供应商发送来的货物(即进货和库存管理)。本系统充分发挥了ASP.NET技术显示于客户端,运行于服务器端的特点,保护用户资料的安全性。经过分析,本文作者使用的是Microsoft公司的visual studio.net开发工具,利用其提供的面向对象的开发工具,尤其是数据窗口这一能方便而简洁操作数据 [资料来源:THINK58.com]

[资料来源:www.THINK58.com]