master
editor 1 year ago
commit 24b76b3cc0

@ -0,0 +1,33 @@
CZH图书管理系统源码
一、源码特点
      1、此软件是一款简单的图书管理系统系统虽小五脏俱全。借阅人信息管理、图书录入/挂失、借阅管理/挂失、图书查询、借阅查询等等基本能够满足一个小型图书馆的业务需求。主要技术用VB、access。
二、注意事项
      1、数据库为access
作者: chenzuohui
如需获得该源码的视频、更新等更多资料请访问: https://www.51aspx.com/Code/CZHLibraryManagement
------------------------------------------------------------------------------------------------
源码服务专家
官网: https://www.51aspx.com
讨论圈: https://club.51aspx.com/
平台声明:
1.51Aspx平台上提供下载的资源为免费、共享、商业三类源码,其中免费和共享源码仅供个人学习和研究使用,商业源码请在相应的授权许可条件下使用;
2.51Aspx平台对提供下载的软件及其它资源不拥有任何权利,其版权归属源码合法拥有者所有;
3.著作权人发现本网站载有侵害其合法权益的内容或作品,请与我们联系( 登录官网与客服反馈或发送邮件到support@51Aspx.com
4.51Aspx平台不保证提供的下载资源的准确性、安全性和完整性;
友情提示:
一般数据库文件默认在 DB_51Aspx 文件夹下
默认账号密码一般均为51Aspx
关于源码使用常见问题及解决方案,请参阅: https://www.51aspx.com/Help

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="书籍信息.xsd" generated="2016-03-09T09:05:02">
<书籍信息>
<书籍编号>Tp-312</书籍编号>
<书名>计算机模拟物理</书名>
<类别>计算机</类别>
<作者>黄文</作者>
<出版社>大学出版社</出版社>
<出版日期>2002-01-01T00:00:00</出版日期>
<登记日期>2003-01-01T00:00:00</登记日期>
<是否被借出>否</是否被借出>
</书籍信息>
<书籍信息>
<书籍编号>Tp-313</书籍编号>
<书名>Visual Basic</书名>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="书籍信息" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="书籍信息">
<xsd:annotation>
<xsd:appinfo>
<od:tableProperty name="Orientation" type="2" value="0"/>
<od:tableProperty name="OrderByOn" type="1" value="0"/>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="借阅信息.xsd" generated="2016-03-09T09:03:33">
<借阅信息>
<借阅编号>7</借阅编号>
<读者编号>003</读者编号>
<读者姓名>王明</读者姓名>
<书籍编号>Tp-313</书籍编号>
<书籍名称>Visual Basic</书籍名称>
<出借日期>2003-05-10T00:00:00</出借日期>
<还书日期>2003-06-07T00:00:00</还书日期>
</借阅信息>
<借阅信息>
<借阅编号>8</借阅编号>
<读者编号>002</读者编号>
<读者姓名>黄毅</读者姓名>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="借阅信息" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="借阅信息">
<xsd:annotation>
<xsd:appinfo>
<od:tableProperty name="Orientation" type="2" value="0"/>
<od:tableProperty name="OrderByOn" type="1" value="0"/>

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="系统管理.xsd" generated="2016-03-09T09:04:34">
<系统管理>
<用户名>aa</用户名>
<密码>aa</密码>
<权限>system</权限>
</系统管理>
<系统管理>
<用户名>bb</用户名>
<密码>aa</密码>
<权限>guest</权限>
</系统管理>
</dataroot>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="系统管理" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="系统管理">
<xsd:annotation>
<xsd:appinfo>
<od:tableProperty name="Orientation" type="2" value="0"/>
<od:tableProperty name="OrderByOn" type="1" value="0"/>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="读者信息.xsd" generated="2016-03-08T09:45:42">
<读者信息>
<读者姓名>张老师</读者姓名>
<读者编号>001</读者编号>
<性别>男</性别>
<读者类别>教授</读者类别>
<工作单位>化学系</工作单位>
<电话号码>62779476</电话号码>
<登记日期>2003-05-04T00:00:00</登记日期>
<已借书数量>0</已借书数量>
</读者信息>
<读者信息>
<读者姓名>王明</读者姓名>
<读者编号>003</读者编号>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="读者信息" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="读者信息">
<xsd:annotation>
<xsd:appinfo>
<od:tableProperty name="Orientation" type="2" value="0"/>
<od:tableProperty name="OrderByOn" type="1" value="0"/>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<dataroot xmlns:od="urn:schemas-microsoft-com:officedata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="读者类别.xsd" generated="2016-03-08T09:44:45">
<读者类别>
<种类名称>博士</种类名称>
<借书数量>18</借书数量>
<借书期限>7</借书期限>
<有效期限>7</有效期限>
</读者类别>
<读者类别>
<种类名称>教授</种类名称>
<借书数量>1</借书数量>
<借书期限>10</借书期限>
<有效期限>12</有效期限>
</读者类别>
<读者类别>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:od="urn:schemas-microsoft-com:officedata">
<xsd:element name="dataroot">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="读者类别" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="generated" type="xsd:dateTime"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="读者类别">
<xsd:annotation>
<xsd:appinfo>
<od:tableProperty name="Orientation" type="2" value="0"/>
<od:tableProperty name="OrderByOn" type="1" value="0"/>
Loading…
Cancel
Save