登录
首页 » ASP » MyLibrary

MyLibrary

于 2021-03-08 发布 文件大小:229KB
0 106
下载积分: 1 下载次数: 18

代码说明:

  图书馆案例 asp.net + sql制作,很适合学习(Case Library asp.net+ sql production, a very suitable study)

文件列表:

MyLibrary
.........\adminLogin.aspx
.........\adminLogin.aspx.cs
.........\adminMain.aspx
.........\adminMain.aspx.cs
.........\App_Code
.........\........\BusinessLogicLayer
.........\........\..................\Book.cs
.........\........\..................\Borrow.cs
.........\........\..................\Users.cs
.........\........\DataAccessHelper
.........\........\................\GetSafeData.cs
.........\........\................\SQLString.cs
.........\........\DataAccessLayer
.........\........\...............\DataBase.cs
.........\BookManage
.........\..........\AdminBookAdvancedSearch.aspx
.........\..........\AdminBookAdvancedSearch.aspx.cs
.........\..........\BookAdd.aspx
.........\..........\BookAdd.aspx.cs
.........\..........\BookDetails.aspx
.........\..........\BookDetails.aspx.cs
.........\..........\BookLists.aspx
.........\..........\BookLists.aspx.cs
.........\..........\BookSearch.aspx
.........\..........\BookSearch.aspx.cs
.........\..........\BookSearchResult.aspx
.........\..........\BookSearchResult.aspx.cs
.........\..........\ReaderBookAdvancedSearch.aspx
.........\..........\ReaderBookAdvancedSearch.aspx.cs
.........\..........\ReaderBookDetails.aspx
.........\..........\ReaderBookDetails.aspx.cs
.........\Borrow
.........\......\BorrowBook.aspx
.........\......\BorrowBook.aspx.cs
.........\......\ReturnBook.aspx
.........\......\ReturnBook.aspx.cs
.........\Controls
.........\........\AdminLeft.ascx
.........\........\AdminLeft.ascx.cs
.........\........\ReaderLogin.ascx
.........\........\ReaderLogin.ascx.cs
.........\........\ReaderTop.ascx
.........\........\ReaderTop.ascx.cs
.........\DB
.........\..\MyLibrary.bak
.........\..\MyLibrary.sql
.........\Images



.........\......\CONFIRM.GIF

.........\......\Login.GIF
.........\......\mm.gif
.........\......\movetool1.gif
.........\......\movetoolright1.gif
.........\......\name.gif
.........\......\online_left.gif
.........\......\online_middle.gif
.........\......\online_right.gif
.........\......\QUERY.GIF
.........\......\RESET.GIF
.........\......\RETURN.GIF
.........\......\ReturnBook.GIF
.........\......\search.GIF
.........\......\SubmitScore.GIF
.........\......\Update.GIF
.........\ModifyPassword.aspx
.........\ModifyPassword.aspx.cs
.........\Reader
.........\......\ReaderBorrowHistory.aspx
.........\......\ReaderBorrowHistory.aspx.cs
.........\......\ReaderCurrentBorrow.aspx
.........\......\ReaderCurrentBorrow.aspx.cs
.........\......\ReaderExpireCuiHuan.aspx
.........\......\ReaderExpireCuiHuan.aspx.cs
.........\......\ReaderInformation.aspx
.........\......\ReaderInformation.aspx.cs
.........\......\ReaderLogin.aspx
.........\......\ReaderLogin.aspx.cs
.........\......\ReaderLoginMain.aspx
.........\......\ReaderLoginMain.aspx.cs
.........\......\ReaderNotLogin.aspx
.........\......\ReaderNotLogin.aspx.cs
.........\UsersManage
.........\...........\UserAdd.aspx
.........\...........\UserAdd.aspx.cs
.........\...........\UserDetails.aspx
.........\...........\UserDetails.aspx.cs
.........\...........\UserLists.aspx
.........\...........\UserLists.aspx.cs
.........\Web.Config

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

发表评论

0 个回复

  • 支付宝线下支付C#2010WINFORM实例及官网DEMO
    支付宝线下支付C#2010WINFORM实例及官网DEMO,可以直接测试调用(Alipay offline payment C#2010WINFORM instance and official website DEMO, you can directly test calls.)
    2019-02-14 10:47:27下载
    积分:1
  • !ASP_TimeSh853665202002
    sap on asp sap on asp
    2020-06-24 21:00:01下载
    积分:1
  • Ilog4netn
    初始化 log4Net 信息,这是我个人的总结!各位同同仁可以随意下载使用,欢迎提意见。, (The initialization log4Net, this is my personal summary! Members with colleagues can freely download welcome comments. And)
    2012-08-23 20:39:04下载
    积分:1
  • 20099121003360
    本网站采用了先进的.netMVC技术,url地址为html,便于搜索引擎的抓取,布局为div+css,后台是extjs框架,采用了高级搜索,jquery+ajax无刷新全文索引.便于大家学习,有补足之处,请留言联系 直接用vs2008打开本网站,然后点击default.aspx页面右键,设为起始页面,然后按F5直接可以运行。后台暂时无登录名和密码的设置。 (This site uses advanced. NetMVC technology, url address is html, easy search engine crawling, layout div+ css, the background is the extjs framework, using the advanced search, jquery+ ajax without refreshing the full-text index. To facilitate them to learn, a complement of office, please leave a message contact directly with vs2008 open the site, then right-click the default.aspx page, set the start page, and then press F5 to run directly. Background being no login name and password settings.)
    2011-07-22 17:08:07下载
    积分:1
  • 195925_CH22_Code_CS
    about the devleloment of website in asp
    2010-02-08 12:00:37下载
    积分:1
  • 不登陆获取qq头像 实例源码
    原理是 以GET方式访问 http://ptlogin2.qq.com/getface?appid=1006102&uin=QQ号码&imgtype=尺寸尺寸一共分为四等: 2:70*70 3:175* 175 4:247*247 5:高清原始头像(不存在高清头像则返回等级为2级的头像) 返回内容如下: pt.setHeader({"QQ号码":"http://q4.qlogo.cn/g?b=qq&k=JEPicUxtymH7VlzGlehNdxA&s=40&t=1384608689"}); 里面的URL就是头像的真正地址。 第二步 把上一步获取到的URL里的转义符处理一下,然后直接访问就可以了。 http://q4.qlogo.cn/g?b=qq&k=JEPicUxtymH7VlzGlehNdxA&s=40&t=1384608689
    2014-01-06下载
    积分:1
  • Foundations_of_CPlusPlus-CLI
    说明:  說明在.NET 3.5中,Visual C++的資料型態及使用(Indicate. NET 3.5 in, Visual C++ data types and use of)
    2010-04-19 15:17:45下载
    积分:1
  • New folder
    DFSBGFSDZBGSFDZJEDClkJNdcJNwcLjnHWALESnh.S
    2018-08-12 21:54:38下载
    积分:1
  • 入门经典第5版中文高清版
    C#入门经典,非常好的学习C#的入门教材(C# Introduction classics, very good learning C# introductory textbooks)
    2020-06-21 14:40:01下载
    积分:1
  • SoapLog
    说明:  This project provide a library to provide asp.net asmx web service logging mechanism, include when who access which web method, the detailed request/respond soap content.(Currently it only support .net 2.0 or above, Check the readme.txt in source code for usage.)
    2020-08-02 09:30:18下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 57今日下载