-
大小: 2.24MB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2023-09-12
- 語(yǔ)言: 數(shù)據(jù)庫(kù)
- 標(biāo)簽: 圖書??
資源簡(jiǎn)介
關(guān)于圖書管理系統(tǒng)數(shù)據(jù)庫(kù)附加的說(shuō)明
1、首先保證計(jì)算機(jī)上已經(jīng)成功安裝SQL Server 2005。
2、將數(shù)據(jù)庫(kù)文件附加到數(shù)據(jù)庫(kù)中。
3、如果當(dāng)前計(jì)算機(jī)裝有多個(gè)SQL Server 2005實(shí)例,請(qǐng)?jiān)贐ookManageSystem目錄下打開app.config程序文件,將程序數(shù)據(jù)庫(kù)連接字符串localhost改為localhost\你的數(shù)據(jù)庫(kù)實(shí)例名。如果僅有一個(gè)實(shí)例,就不用修改了。
4、編譯運(yùn)行即可。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Data;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?BookManageSystem
{
????public?partial?class?FormStatus?:?UserControl
????{
????????public?FormStatus()
????????{
????????????InitializeComponent();
????????????LoadAllInfo();
????????}
????????///?
????????///?載入所有控件信息
????????///?
????????private?void?LoadAllInfo()
????????{
????????????tsUserName.Text?=?Session.UserName;
????????????tsUserRole.Text?=?Session.UserRole;
????????????tsUserAllName.Text?=?Session.UserAllName;
????????????tsDateTimeNow.Text?=?DateTime.Now.ToString(“yy-MM-dd?hh:mm“);
????????}
????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
????????????tsDateTimeNow.Text?=?DateTime.Now.ToString(“yy-MM-dd?hh:mm“);
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????287??2009-06-12?15:37??圖書管理系統(tǒng)\BookManageSystem\App.config
?????文件????????287??2009-06-12?15:37??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\App.config
?????文件??????12288??2011-12-20?17:18??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.BLL.dll
?????文件??????48640??2011-12-20?17:18??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.BLL.pdb
?????文件???????9728??2011-08-10?20:23??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.Common.dll
?????文件??????32256??2011-08-10?20:23??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.Common.pdb
?????文件??????23552??2011-12-20?17:18??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.DAL.dll
?????文件??????56832??2011-12-20?17:18??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.DAL.pdb
?????文件?????135168??2012-08-19?18:11??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.exe
?????文件????????287??2009-06-12?15:37??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.exe.config
?????文件???????9216??2011-08-10?20:23??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.Model.dll
?????文件??????58880??2011-08-10?20:23??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.Model.pdb
?????文件?????173568??2012-08-19?18:11??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.pdb
?????文件??????14328??2012-08-19?19:25??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.vshost.exe
?????文件????????287??2009-06-12?15:37??圖書管理系統(tǒng)\BookManageSystem\bin\Debug\BookManageSystem.vshost.exe.config
?????文件???????9493??2012-08-19?18:11??圖書管理系統(tǒng)\BookManageSystem\BookManageSystem.csproj
?????文件????????945??2012-08-19?13:56??圖書管理系統(tǒng)\BookManageSystem\FormStatus.cs
?????文件???????6831??2012-08-19?13:56??圖書管理系統(tǒng)\BookManageSystem\FormStatus.Designer.cs
?????文件???????6209??2012-08-19?13:56??圖書管理系統(tǒng)\BookManageSystem\FormStatus.resx
?????文件??????13994??2009-01-13?21:46??圖書管理系統(tǒng)\BookManageSystem\frmBookInfoAddOrUpdate.cs
?????文件??????17978??2009-01-13?21:44??圖書管理系統(tǒng)\BookManageSystem\frmBookInfoAddOrUpdate.Designer.cs
?????文件???????5814??2008-12-28?22:04??圖書管理系統(tǒng)\BookManageSystem\frmBookInfoAddOrUpdate.resx
?????文件???????6254??2009-01-27?23:27??圖書管理系統(tǒng)\BookManageSystem\frmBookInfoManage.cs
?????文件??????13754??2009-01-27?23:27??圖書管理系統(tǒng)\BookManageSystem\frmBookInfoManage.Designer.cs
?????文件??????10785??2009-01-27?23:27??圖書管理系統(tǒng)\BookManageSystem\frmBookInfoManage.resx
?????文件???????3646??2009-01-06?14:24??圖書管理系統(tǒng)\BookManageSystem\frmBookSortManage.cs
?????文件???????9425??2009-01-06?14:24??圖書管理系統(tǒng)\BookManageSystem\frmBookSortManage.Designer.cs
?????文件???????8459??2009-01-06?14:24??圖書管理系統(tǒng)\BookManageSystem\frmBookSortManage.resx
?????文件???????9157??2009-02-04?22:37??圖書管理系統(tǒng)\BookManageSystem\frmBorrowReturnMana.cs
?????文件??????28670??2009-02-04?22:37??圖書管理系統(tǒng)\BookManageSystem\frmBorrowReturnMana.Designer.cs
............此處省略158個(gè)文件信息
評(píng)論
共有 條評(píng)論