Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Library management system in SQL
Search - Library management system in SQL - List
1.先在数据服务器上安装sqlserver2000,然后用查询分析器执行lib2004A.sql。(也有测试数据,请使用SqlServer附加data文件夹中的数据库) 2.在网页服务器安装IIS,然后安装.NET框架1.1版本,再安装MDAC2.8版本,最后安装图书馆管理信息系统(读者版本)安装包。(安装完成后在虚拟目录中配置web.config设置数据库连接) 3.客户端安装方法:1)安装.NET框架1.1版本。2)安装MDAC2.8版本。3)安装图书馆管理信息系统(管理版)安装包-1. First installed on the server in the data sqlserver2000, and then use the Query Analyzer implementation lib2004A.sql. (There are test data, use the SqlServer additional data in the database folder) 2. In the web server to install IIS, then install. NET Framework 1.1 version, then install MDAC2.8 version, the final installation of the library management information system (reader version) Installation package. (After the installation is complete to configure the virtual directory web.config database connection settings) 3. Client installation methods: 1) installed. NET Framework version 1.1. 2) install MDAC2.8 version. 3) installation of the Library Management Information System (version) installation package
Date : 2025-12-19 Size : 9.71mb User : Ayaena

使用MySQL的实验程序:电子书管理软件 功能:管理电脑里的电子书,提供查询,插入,删除,统计书的总数等操作。 开发环境:Linux2.6.38,gcc4.4.3,mysql5.1.41,因为用到了curses库,不确定在其它操作系统下能不能不修改就编译。 编译方法:在源码目录下运行make 使用方法:1.首先请自行安装mysql环境,然后自行新建一个用户(名字随意),并用"create database libmanager"创建数据库(数据库的名字不能变)。2.在终端下用"mysql -u username -p libmanager < createdatabase.sql"命令创建数据库的表,其中的username就是用户自行创建的用户名。3.运行./libmanager,按提示操作。若需批量导入书目信息,请参照源码目录下的booklist.txt文件自行编辑。 程序数据库设计:有3个表,分别为book,type,author,详细结构请看"数据库建模.dia"文件(需装Dia软件)。 许可协议:GPL3.0,若需要协议原文请自行google。-Experimental procedure using MySQL: e-book management software functions: management of e-books, computer query, insert, delete, statistics the total number of books and other operations. Development environment: Linux2.6.38 gcc4.4.3 mysql5.1.41 used curses library, the uncertainty in other operating systems can not fail to modify compile. Compilation method: run make in the source directory to use: First your own install mysql environment itself to create a new user (name optional), and create a database with " create database libmanager" (the name of the database can not be changed). Terminal using " mysql-u username-p libmanager < createdatabase.sql" command to create a database table, where username is the user create your own user name. The Run/libmanager Follow the prompts. For bulk import bibliographic information, please refer to the source code directory booklist.txt file their own editing. Program database design: three tables, database modeling book, type
Date : 2025-12-19 Size : 112kb User : 彭睿
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.