資源簡介
圖書管理系統(tǒng),是由SQL和ASP兩個(gè)軟件做成的,完成了網(wǎng)上圖書管理的工作。

代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.Data.SqlClient;
public?partial?class?addBookcase?:?System.Web.UI.Page
{
????string?id?=?““;
????protected?void?Page_Load(object?sender?EventArgs?e)
????{
????????id?=?Request.QueryString[“bookcaseID“].ToString();???????????//獲取對圖書操作的方式
????????if?(!IsPostBack)????????????????????????????????????//判斷是否是首次加載
????????{
????????????//自定義方法綁定書架
????????????if?(id?!=?“add“)??????????????????????????????????//判斷是否是添加操作
????????????{
????????????????this.title?=?“修改書架信息“;
????????????????string?sql?=?“select?*?from?tb_bookcase?where?bookcaseID=“?+?id;????????????//調(diào)用自定義方法生成條形碼
????????????????SqlDataReader?sdr?=?dataOperate.getRow(sql);
????????????????sdr.Read();
????????????????txtBookcase.Text?=?sdr[“bookcaseName“].ToString();
????????????????sdr.Close();
????????????}
????????????else
????????????????this.title?=?“添加書架信息“;
????????}
????}
????protected?void?btnSave_Click(object?sender?EventArgs?e)
????{
????????string?bookcaseName?=?txtBookcase.Text;
????????string?sql?=?““;
????????if?(id?==?“add“)
????????{
????????????sql?=?“insert?into?tb_bookcase?values(‘“?+?bookcaseName?+?“‘)“;
????????}
????????else
????????????sql?=?“update?tb_bookcase?set?bookcaseName=‘“?+?bookcaseName?+?“‘?where?bookcaseID=“+id;
????????if?(dataOperate.execSQL(sql))???//判斷添加或修改是否成功
????????{
????????????Response.Write(“ript?language=javascript>alert(‘保存成功!‘);window.opener.location.href=window.opener.location=‘bookcaseManage.aspx‘;window.close(); ript>“);
????????}
????????else
????????{
????????????RegisterStartupscript(““?“ript>alert(‘保存失敗!‘) ript>“);
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1670??2007-12-18?15:29??圖書管理系統(tǒng)\addBookcase.aspx
?????文件???????2085??2010-03-01?11:12??圖書管理系統(tǒng)\addBookcase.aspx.cs
?????文件???????5400??2007-12-14?15:19??圖書管理系統(tǒng)\addBookInfo.aspx
?????文件???????5578??2010-03-01?11:02??圖書管理系統(tǒng)\addBookInfo.aspx.cs
?????文件???????2052??2007-12-19?13:36??圖書管理系統(tǒng)\addBookType.aspx
?????文件???????2208??2010-03-01?11:03??圖書管理系統(tǒng)\addBookType.aspx.cs
?????文件???????6209??2007-12-19?09:50??圖書管理系統(tǒng)\addReaderInfo.aspx
?????文件???????4518??2010-03-01?11:03??圖書管理系統(tǒng)\addReaderInfo.aspx.cs
?????文件???????2052??2007-12-19?14:22??圖書管理系統(tǒng)\addReaderType.aspx
?????文件???????2174??2010-03-01?11:03??圖書管理系統(tǒng)\addReaderType.aspx.cs
?????文件???????3139??2007-12-14?14:54??圖書管理系統(tǒng)\addUser.aspx
?????文件???????1014??2010-03-01?11:03??圖書管理系統(tǒng)\addUser.aspx.cs
?????文件???????2934??2007-12-24?16:37??圖書管理系統(tǒng)\admSet.aspx
?????文件???????3031??2010-03-01?11:04??圖書管理系統(tǒng)\admSet.aspx.cs
?????文件???????2151??2010-03-16?22:07??圖書管理系統(tǒng)\App_Code\dataOperate.cs
?????文件?????????15??2003-02-21?20:14??圖書管理系統(tǒng)\aspnet_client\system_web\1_1_4322\SmartNav.htm
?????文件???????9427??2005-04-04?14:17??圖書管理系統(tǒng)\aspnet_client\system_web\1_1_4322\smartnav.js
?????文件??????14482??2005-04-04?14:18??圖書管理系統(tǒng)\aspnet_client\system_web\1_1_4322\webuivalidation.js
?????文件???????5299??2005-11-12?00:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\CSs\default.css
?????文件????????602??2005-11-12?00:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendar.html
?????文件?????????95??2005-11-12?00:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendarbottom.html
?????文件?????????92??2005-11-12?00:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\calendartop.html
?????文件???????2189??2010-02-22?15:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\crystalexportdialog.htm
?????文件???????2707??2005-11-12?00:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\html\crystalprinthost.html
?????文件?????????84??2005-11-12?00:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\calendar.gif
?????文件???????1410??2005-11-12?00:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\crlogo.gif
?????文件????????617??2005-11-12?00:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\export.gif
?????文件????????283??2005-11-12?00:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\exportd.gif
?????文件???????1244??2005-11-12?00:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\export_over.gif
?????文件?????????78??2005-11-12?00:00??圖書管理系統(tǒng)\aspnet_client\system_web\2_0_50727\CrystalReportWebFormViewer3\Images\ToolBar\First.gif
............此處省略158個(gè)文件信息
評論
共有 條評論