資源簡介
首先要附加db目錄下的數據,然后 用這個賬號登陸即可測試
賬號:10082 密碼:1
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Data.SqlClient;
namespace?MyQQ
{
????public?partial?class?BeizhuForm?:?Form
????{
????????public?BeizhuForm()
????????{
????????????InitializeComponent();
????????}
????????Database?MyDatabase?=?new?Database();
????????private?void?btnOk_Click(object?sender?EventArgs?e)
????????{
????????????//查詢好友是否有備注的Sql語句
????????????string?sql?=?string.Format(“update?Friends?set?Friendbeizhu=‘{0}‘?where?HostId={1}?and?FriendId={2}“?txtBeizhu.Text.ToString()?UserHelper.LoginldMainForm.selectId);
????????????try
????????????{
????????????????int?result?=?MyDatabase.ExecuteSQL(sql);
?????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????3145728??2009-05-29?15:09??MyQQ\DB\MyQQ\MyQQ.mdf
?????文件????1048576??2009-05-29?15:09??MyQQ\DB\MyQQ\MyQQ_log.ldf
?????文件???????1314??2009-06-04?14:01??MyQQ\MyQQ\MyQQ\BeizhuForm.cs
?????文件???????4659??2009-03-06?20:30??MyQQ\MyQQ\MyQQ\BeizhuForm.Designer.cs
?????文件??????90652??2009-03-06?20:30??MyQQ\MyQQ\MyQQ\BeizhuForm.resx
?????文件???????9156??2007-06-19?11:00??MyQQ\MyQQ\MyQQ\bin\Debug\folder.wav
?????文件?????516096??2006-08-18?11:50??MyQQ\MyQQ\MyQQ\bin\Debug\IrisSkin2.dll
?????文件??????15899??2009-02-10?16:50??MyQQ\MyQQ\MyQQ\bin\Debug\MP10.ssk
?????文件???????9220??2007-06-19?11:00??MyQQ\MyQQ\MyQQ\bin\Debug\msg.wav
?????文件????1961984??2009-07-03?23:10??MyQQ\MyQQ\MyQQ\bin\Debug\MyQQ.exe
?????文件?????216576??2009-07-03?23:10??MyQQ\MyQQ\MyQQ\bin\Debug\MyQQ.pdb
?????文件??????40960??2007-09-14?15:51??MyQQ\MyQQ\MyQQ\bin\Debug\SideBar.dll
?????文件??????11351??2009-02-08?16:05??MyQQ\MyQQ\MyQQ\bin\Debug\SportsBlack.ssk
?????文件??????12789??2009-02-08?16:05??MyQQ\MyQQ\MyQQ\bin\Debug\SportsBlue.ssk
?????文件??????11723??2009-02-08?16:05??MyQQ\MyQQ\MyQQ\bin\Debug\SportsCyan.ssk
?????文件??????12041??2009-02-08?16:05??MyQQ\MyQQ\MyQQ\bin\Debug\SportsGreen.ssk
?????文件???????6947??2007-06-19?11:00??MyQQ\MyQQ\MyQQ\bin\Debug\system.wav
?????文件??????47607??2009-02-08?09:36??MyQQ\MyQQ\MyQQ\bin\Debug\Wave.ssk
?????文件??????43378??2009-02-08?15:39??MyQQ\MyQQ\MyQQ\bin\Debug\WaveColor1.ssk
?????文件??????45510??2009-02-08?15:39??MyQQ\MyQQ\MyQQ\bin\Debug\WaveColor2.ssk
?????文件??????18221??2006-03-22?12:22??MyQQ\MyQQ\MyQQ\bin\Debug\皮膚\Deep\deepcyan.gif
?????文件???????5032??2006-04-04?15:20??MyQQ\MyQQ\MyQQ\bin\Debug\皮膚\Deep\DeepCyan.ssk
?????文件??????17920??2006-03-22?12:23??MyQQ\MyQQ\MyQQ\bin\Debug\皮膚\Deep\deepgreen.gif
?????文件???????5037??2006-03-29?12:12??MyQQ\MyQQ\MyQQ\bin\Debug\皮膚\Deep\DeepGreen.ssk
?????文件??????20292??2006-03-22?12:24??MyQQ\MyQQ\MyQQ\bin\Debug\皮膚\Deep\deeporange.gif
?????文件??????50635??2006-03-21?14:11??MyQQ\MyQQ\MyQQ\bin\Debug\皮膚\Diamond\diamondblue.gif
?????文件??????16021??2006-03-22?12:25??MyQQ\MyQQ\MyQQ\bin\Debug\皮膚\Diamond\DiamondBlue.ssk
?????文件??????45088??2006-03-21?14:12??MyQQ\MyQQ\MyQQ\bin\Debug\皮膚\Diamond\diamondgreen.gif
?????文件??????16669??2006-03-22?12:26??MyQQ\MyQQ\MyQQ\bin\Debug\皮膚\Diamond\DiamondGreen.ssk
?????文件??????33870??2006-03-22?11:38??MyQQ\MyQQ\MyQQ\bin\Debug\皮膚\Eighteen\eighteen.gif
............此處省略435個文件信息
- 上一篇:wpf 自定義美化窗體
- 下一篇:學生信息管理
評論
共有 條評論