登录
首页 » C# » BookManager

BookManager

于 2010-11-08 发布 文件大小:111KB
0 195
下载积分: 1 下载次数: 157

代码说明:

  书本管理系统,包含普通用户与管理员登录,书本信息查询,删除,修改,添加等功能。(Book management system, including the ordinary user and administrator login, books information search, delete, modify, add, and so on.)

文件列表:

BookManager
...........\BookManager
...........\...........\bin
...........\...........\...\Debug
...........\...........\...\.....\Book.mdb,372736,2010-01-14
...........\...........\...\.....\BookManager.exe,40960,2010-01-14
...........\...........\...\.....\BookManager.pdb,83456,2010-01-14
...........\...........\...\.....\BookManager.vshost.exe,14328,2010-01-13
...........\...........\...\.....\BookManager.vshost.exe.manifest,490,2007-07-21
...........\...........\BookManager.csproj,4928,2010-01-11
...........\...........\DbManager.cs,2459,2010-01-10
...........\...........\Form1.cs,336,2009-12-16
...........\...........\Form1.Designer.cs,1157,2009-12-16
...........\...........\frmBookQ.cs,5760,2010-01-11
...........\...........\frmBookQ.Designer.cs,13635,2010-01-11
...........\...........\frmBookQ.resx,8226,2010-01-11
...........\...........\frmBookR.cs,4257,2010-01-13
...........\...........\frmBookR.Designer.cs,12655,2010-01-11
...........\...........\frmBookR.resx,8226,2010-01-11
...........\...........\frmCategory.cs,4561,2010-01-11
...........\...........\frmCategory.Designer.cs,7839,2010-01-11
...........\...........\frmCategory.resx,7846,2010-01-11
...........\...........\frmMagazineQ.cs,3245,2010-01-11
...........\...........\frmMagazineQ.Designer.cs,9881,2010-01-11
...........\...........\frmMagazineQ.resx,8226,2010-01-11
...........\...........\frmMagazineR.cs,3608,2010-01-14
...........\...........\frmMagazineR.Designer.cs,9663,2010-01-11
...........\...........\frmMagazineR.resx,8226,2010-01-11
...........\...........\obj
...........\...........\...\BookManager.csproj.FileList.txt,478,2009-12-17
...........\...........\...\Debug
...........\...........\...\.....\BookManager.csproj.FileListAbsolute.txt,3844,2010-01-14
...........\...........\...\.....\BookManager.csproj.GenerateResource.Cache,1171,2010-01-11
...........\...........\...\.....\BookManager.exe,40960,2010-01-14
...........\...........\...\.....\BookManager.frmBookQ.resources,1972,2010-01-11
...........\...........\...\.....\BookManager.frmBookR.resources,1972,2010-01-11
...........\...........\...\.....\BookManager.frmCategory.resources,1716,2010-01-11
...........\...........\...\.....\BookManager.frmMagazineQ.resources,1972,2010-01-11
...........\...........\...\.....\BookManager.frmMagazineR.resources,1972,2010-01-11
...........\...........\...\.....\BookManager.pdb,83456,2010-01-14
...........\...........\...\.....\BookManager.Properties.Resources.resources,180,2010-01-11
...........\...........\...\.....\Refactor
...........\...........\...\.....\TempPE
...........\...........\...\.....\......\Properties.Resources.Designer.cs.dll,4608,2009-12-16
...........\...........\Program.cs,476,2009-12-03
...........\...........\Properties
...........\...........\..........\AssemblyInfo.cs,1218,2009-12-16
...........\...........\..........\Resources.Designer.cs,2877,2009-12-16
...........\...........\..........\Resources.resx,5612,2009-12-16
...........\...........\..........\Settings.Designer.cs,1095,2009-12-16
...........\...........\..........\Settings.settings,249,2009-12-16
...........\BookManager.sln,923,2009-12-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 某驾校考试系统全站asp源码(含管理后台以及access)
    某驾校考试系统全站asp源码(含管理后台以及access数据库)
    2020-04-10下载
    积分:1
  • printflex
    IMPRIME FLEXGRID EN VISUAL BASIC
    2018-05-30 06:47:42下载
    积分:1
  • EmailManagement
    数据库课程设计简单的邮件管理系统。可以用VS2013连接oracle数据库,实现一些简单的操作(Database design courses simple mail management system. VS2013 can be used to connect oracle , to achieve some simple operations)
    2016-01-06 21:09:48下载
    积分:1
  • sniffer
    第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包 发布的过程。 第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。 第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做 为操作数据库的手段,并运用增删改查的数据库常用查询语句。 第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配 限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术, CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。 第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。 第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。 第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用 ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo Box与ActiveX控件ADO Data Control和DataGrid Control。 全部是vc6.0编写 (Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)
    2013-06-24 15:49:10下载
    积分:1
  • StrongMoney-master
    简单的记帐工具,没有调用数据库,非常适合学生进行安卓的学习(Accounting tools simple, do not call the database, very suitable for students learning for Android )
    2014-07-09 10:50:23下载
    积分:1
  • autobak
    可以根据用户选择的数据库自动还原和自动备份数据。(And automatic backup can automatically restore the data according to user-selected database.)
    2014-02-18 09:12:34下载
    积分:1
  • ADOClass
    mfc下封装的一个数据库类,用ado方式调用access数据库(a class of encapsulates the database, call the access database using ado way)
    2013-12-28 23:06:28下载
    积分:1
  • DsToExcel
    将Dataset导出到Excel,本程序阐述基本功能(Dataset exported to Excel, the program described the basic functions of)
    2012-06-08 09:28:08下载
    积分:1
  • AdoCtrlAccess
    vc ADO控制Access数据库的程序源码,很不错的demo(vc ADO Access database program source code control, very good demo)
    2011-05-29 11:10:28下载
    积分:1
  • F2Client
    传奇DB数据工具源码,用于操DB数据库.................................................................(Legends DB data source tools)
    2013-07-06 23:47:22下载
    积分:1
  • 696516资源总数
  • 106415会员总数
  • 3今日下载