{$cfg_webname}
主页 > 计算机 > ASP.NET >

经济管理出版社书目信息管理系统的设计与开发(C#.NET)

来源:wenku163.com  资料编号:WK1631447 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1631447
资料介绍

经济管理出版社书目信息管理系统的设计与开发(C#.NET)(17000字)
摘  要
数字化和网络化是当今时代的显著特征,出版社在作为信息的加工者、传播者的同时又是一个企业,它亟需借助信息技术突破传统运作模式,面对出版行业的这种现状,本文针对经济管理出版社的具体需求,描述了“书目信息管理”这一系统的设计及实施方案,详细阐述了整个应用系统的设计思路。本系统帮助现代出版社充分利用和挖掘出版资源,提高出版社运营效率,降低运营成本,通过网络化和信息化的实现,结合网络运营的新型模式,高效、动态的管理出版社的图书资源,并对外进行网络营销。本系统共分为三个模块:书目信息管理、网络营销系统、书目数据生成。其中书目管理包括对出版社书目的浏览、增加、修改、各种方式的查询及分类管理等等;网络营销系统是通过对书目信息和客户信息的有效管理,借助电子邮件群发功能来向客户进行图书宣传,可以根据模版自动插入书目信息生成邮件;书目数据生成包括书目数据的导入导出及模版管理,可以以多种模板实现书目数据库中的书目信息与Excel和word之间的转换。

关键词:书目管理;网络营销;邮件群发;出版社

ABSTRACT
The digitization and the network is the remarkable characteristic of the present era, the publishing house are not only the information processors and disseminators but also an enterprise, it urgently need to breakthrough tradition operation pattern with the information technology, facing this kind of present situation of the publication, this article described the project of the design and execution of the system which is called "the book information management system" to meets the concrete need of the economical management publishing house, and elaborated the entire design of the application system in detail. This system help modern publishing house make full use of the publication resources and excavate the publication resources, enhances the efficiency of the publishing house, reduces the cost of  the operation, manage the books resources of the publishing house effectively and dynamically by combines the web, information and new operation pattern together, and carries on the external network marketing. This system has three modules: Book information management, online marketing system and book data generating. Book management includes the browsing, increasing, revision of the book information, and it can search the book information with kinds of condition, and it can carry out the classified management of the book information. The network marketing system advertise the book by e-mail marketing through to the effective management of the book and customer information, it can produce the e-mail with book information according to the pattern plate automatically; book data generating can make the book information in or out of the database, and convert the book information to Excel or Word according to kinds of pattern plate.

Key words: Books management;Network marketing;Massive e-mail;Publishing house;

本系统以Windows系统为操作平台,以SQL server为数据库,采用Microsoft visual C#.NET 为开发工具。从硬件上来看,经济管理出版社已经具备了比较良好的网络环境,完全可以实现网络通信,主机的配置也完全能够满足存储、软件等的要求。从软件上来看, Windows操作系统,以及SQL server数据库均为目前流行的系统软件,应用广泛。Microsoft visual C#.NET 亦为目前颇受欢迎的一种面向对象的开发工具,其软件的开发基本不成问题。

本系统所涉及的部门主要有图书编辑部和发行部。
经济管理出版社共有四个编辑部,分别负责经济类、财务会计类、经营管理类和外文经管译注类图书的组稿和编辑。编辑部是出版社的核心部门,其主要职责是协助制定和实施出版社的选题计划,即负责出版物的稿件的组织、编辑等工作, 以往图书从选题到审校的整个过程及图书的信息都是靠人工记录在流转卡上的,信息繁杂,工作进程脉络不清晰,并且没有专门的图书信息的管理系统,如果参加书展,在制定图书书目的宣传手册时,往往要靠人工查找并重新录入、排版,费时费力,可靠性不高。本系统可以使编辑在编校好一本书后,一次性的将图书信息输入到系统中,随时都可方便的查找任何一本图书的相关信息,并可以轻松的将其按照一定样式以多种文件格式输出,方便快捷。
顾名思义,发行部主要负责与客户的联系与图书的销售。本系统反映了图书发行的一个方面,即利用电子邮件与客户联系,并及时把最新的图书信息通过网络传达给客户。本系统采用C/S结构,将图书管理与邮件发送系统整合在一起,使发行员再也不必登录到自己的电子邮箱费力的查找并输入相关的书目信息,而是轻松、简单的将书目信息导出发送即可。

系统设计特点
本系统具有如下特点:
    满足出版管理的随机信息需求,通过计算机信息服务系统及时收集与加工、合理存贮信息数据,随时提供查询功能,为出版社管理提供便捷的信息服务。
    用这套系统后只要编辑平时把图书信息输入,就能轻松完成数据的积累,改善了以往编辑要耗费大量人力物力编排书目的情况,可以很快完成书目宣传册的印制等工作。
    可以应用不同样式的邮件模版向用户群发邮件,可以主动利用因特网进行网络营销,向书店、团体等快速提供出版物生产与销售信息,提高效率降低成本。
    系统采用客户机/服务器(Client/Server)模式,所有信息均存放在数据库服务器上,各客户机通过网络与数据库服务器通讯,数据与应用安全地隔离,可确保数据存放的安全性。
    生成多种文件格式的数据,如:Word、Excel、Text,实现数据的导入、导出,使数据的存储、使用都更加便捷。

经济管理出版社书目信息管理系统的设计与开发(C#.NET)
经济管理出版社书目信息管理系统的设计与开发(C#.NET)
经济管理出版社书目信息管理系统的设计与开发(C#.NET)
经济管理出版社书目信息管理系统的设计与开发(C#.NET)
经济管理出版社书目信息管理系统的设计与开发(C#.NET)
经济管理出版社书目信息管理系统的设计与开发(C#.NET)

推荐资料