李双远
摘要:随着图书馆信息量的逐渐增多,同时在信息化迅速发展的今天,离不开信息化的应用给我们带来的便利,这就要求图书馆的管理需要建立有效的数字图书管理信息系统,既保证了信息的正确性,又提高了办公的效率性。该文通过对各高校的图书管理信息系统的了解和认识,并根据我校的实际情况,提出采用B/S软件架构设计数字图书管理信息系统,力求符合人们的信息感知和认知处理能力,同时为管理员的维护和运行带来更多方便。该文重点介绍前台综合展示模块设计的实现方法。
关键词:数字化图书馆;ASP.NET
中图分类号:TP393 文献标识码:A 文章编号:1009-3044(2014)27-6344-02
Abstract: With the gradually increasing the amount of information in the library, at the same time, the rapid development of information technology today, cannot do without the application of information technology has brought us convenience, this requires the library management requires the establishment of digital library management information system and effective, both to ensure the correctness of the information, but also improves the efficiency of the office. This article through to the university library management information system of knowledge and understanding, and according to the actual situation of our university, this paper adopted B/S software architecture design of digital library management information system, and strive to meet people's information perception and cognitive processing ability, at the same time for the maintenance and operation of the administrator to bring more convenient. This paper focuses on the implementation method of the front desk integrated display module design.
Key words: digital library; ASP.NET
本系统以开发一套典型的数字图书管理信息系统为出发点,在开发的过程中,主要涉及到的工作包括前期规划设计,选用主流设计技术实现综合展示模块,需掌握HTML、DIV+CSS、ASP.NET等技术运用在前端界面展现模块功能的实现。由于目前比较流行的操作系统是Windows,本系统是基于Windows环境平台设计开发的,使之具有更高的兼容性,实用性。
1 系统模块实现的关键技术介绍
1.1 B/S模式介绍
传统的基于C/S模式或者基于主机/终端架构的管理信息系统都不能很好的满足网络化的需求。现在的网络时代,要求信息公开的真实性高、交互性强及能够实现信息的共享,因此,采用B/S模式开发应用系统也是适应时代的要求。采用B/S模式开发的系统,如果用户想访问系统中的数据、声音文件、视频动画文件等,只需要通过浏览器访问数据系统所在服务器的网址即可。用户访问的信息页面,Web可以帮你连接数据库并从数据库中获取相应的信息,然后显示到客户机界面。即使不懂计算机的人,也能很好的使用管理信息系统。
1.2 ASP.NET介绍
ASP.Net是在ASP的基础之上推出的,ASP.Net是一项功能强大、非常灵活的技术,随后继续发行的ASP.Net 2.0建立在.Net Framework 2.0基础之上,是一个控件的、事件驱动的组合架构,可以很方便的实现其功能。
2.3 DIV+CSS简介
DIV+CSS是当前比较流行WEB设计标准,它是一种网页的布局方法。与早期传统的表格(table)布局定位的方式不同的是,它可以实现网页页面内容与表现相分离。CSS用于定义HTML元素的显示形式,是W3C推出的格式化网页内容的标准技术。网页设计人员必须掌握的技术之一。
2 前台综合展现模块设计
借阅者通过系统的网址就可直接进入到该模块,这是整个系统的一个综合展示界面,借阅者可以了解到图书馆的概况、馆内新闻、开馆时间等,其他的功能模块也需要从该界面点击进入。
实现该功能的主要代码如下: