搜索资源列表
tushurent
- 现阶段很多图书租赁店仍然使用手工方式管理,不仅效率低而且容易出错。一角书屋管理比较规范以此为例设计图书租赁系统。 1、 机构 主要有员工与老板的区别,员工有权限限制不能浏览修改数据库中敏感信息。 2、 图书管理 3、 会员管理 4、 业务管理 图书出租和用户缴费。 5、 资金管理
57oocms
- 我们大家都需要的图书信息管理系统的数据库 -We all need to book information management system database
BookManagementSystem(CSharp)
- 基于C#的图书租赁管理系统,MSSQL数据库,包括所用到的DLL库文件的源文件,在VS2005下能顺利编译,运行时请注意要将编译生成的相关DLL文件拷贝至主项目的DEBUG对应目录中,从事C#编程的朋友应该知道怎么做,这里不多说了-CSharp book management system, the books, MSSQL databases, including the use of the DLL library file of the source file, in the smooth
book
- 图书管理系统数据库设计,详细的设计了它的数据库设计及其字段-Library management system database design
database-libarary
- 数据库课程设计 图书管理系统~网页用php编写,数据库使用mysql。-Database course design library management system- the page to write in php, using mysql database.
A-book-manage-system
- 用php,javascr ipt开发的,基于mysql数据库的图书管理系统,模拟学校的图书馆的管理流程,包括,借书,还书,借书证管理,用户管理,书籍查询等功能-, Based on the mysql database library management system to simulate the school library management processes, including development with php, javascr ipt, library, book, l
tushuguanlixitong-
- 图书管理系统-数据库课程设计 1)数据字典 2)系统设计 3)源程序代码 -Books Management System (BMS)
template
- 数据库直观管理系统。可以实现数据表的增删改查功能,而且可以自动生成代码,无需编写程序,简化编程难度。集成了权限、角色、登录功能,可以方便的配置菜单,具有可安装可配置功能,可以满足基本的管理功能,快速的开发比如图书管理系统、销售管理系统等等依赖数据库的一些内容管理系统。程序简单易扩展,可以作为学习的材料,100 原创。-Intuitive database management system. The data table can implement CRUD functionality, and
Library-management-system
- 本设计将软件工程与数据库相融合。 信息需求:图书信息,包括图书编号、图书名称、所属类别等;读者信息,包括读者编码、姓名、性别、专业等;借还书信息,包括图书当前状态、被借还次数、借阅时间等。 系统功能基本要求:可以自定义图书类别,读者类别,方便添加图书、添加读者。 数据管理提供:图书管理,读者管理等功能。 数据查询和统计:借阅记录查询、逾期借阅记录查询、图书借阅统计、读者借阅统计。 - This design will be integration of software
Homework-of-Database
- 图书管理系统,数据库大作业工程源码,含说明文档,涉及数据库搭建的基本常识和需要注意的一些问题-Library management system database project source code, including documentation, basic knowledge of database structures involved and the need to pay attention to some of the problems
library
- 使用Struts框架和MYSQL数据库开发的图书管理系统-MYSQL database using Struts framework and development of library management system
16
- MySQL数据库 图书销售管理系统,课程设计,在windows下运行-Curriculum design of MySQL database, book sales management system, running under Windows
E_Book_JSTL
- jstl 图书管理系统 数据库my sql-book manager
20
- vc++6.0编写的图书管理系统,该系统包括了启动界面,登入界面,以及主界面。主要在主界面菜单项的美化,工具栏的美化。核心部分为用vc++操作sql 数据库-it is used for sql server
TheBookInvoicingManagementSystem
- 图书进销存管理系统,是java使用JDBC连接MySql数据库,适合初学者研究。-The book Invoicing management system, Java is the use of JDBC to connect MySql , suitable for beginners study.
chap03
- 数据库课程设计:图书管理系统,基本实现了大部分功能-Database design courses: library management system, the basic realization of most of the functions
library
- 关于图书管理系统数据库的源代码,仅供参考,欢迎下载-the resource of the library system
Books-Management-System
- 使用delphi编写的图书管理系统,基本功能齐全,学习数据库必用-Use delphi prepared by the library management system, complete basic functions, will use the to learn
图书管理系统
- 设计内容: 图书管理系统包括以下功能:图书基本情况的录入、修改、删除等基本操作;办理借书卡模块;实现借书、还书功能;能方便的对图书进行查询;对超期的情况能自动给出提示信息;具有数据备份和数据恢复功能。 要求: 数据库系统要根据设计内容和要求进行分析与设计,要考虑系统的完整性约束,系统中的数据表设计应合理、高效,尽量减少数据冗余。(规范到3NF或BCNF 系统完成对数据库数据的增加、修改、删除、查询功能。