91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 3.93MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-28
  • 語言: C#
  • 標簽:

資源簡介

學生成績管理系統,C#,SqlServer2000

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;

namespace?CJGL2
{
????public?partial?class?backbase?:?Form
????{
????????public?backbase()
????????{
????????????InitializeComponent();
????????}

????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
????????????Close();
????????}

????????private?void?button3_Click(object?sender?EventArgs?e)
????????{
????????????FolderBrowserDialog?pathchose?=?new?FolderBrowserDialog();
????????????pathchose?.SelectedPath?=@“D:\Backup\我的文檔\Visual?Studio?2005\Projects\CJGL2\CJGL2“;
????????????if?(pathchose.ShowDialog()?==?DialogResult.OK)
????????????{
????????????????textBox1.Text?=?pathchose.SelectedPath+“\\student_back.bak“;
????????????}
????????????
???????????
????????}

????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????if?(textBox1.Text?==?““)?{?MessageBox.Show(this?“請先選擇路徑“?“警告?“?MessageBoxButtons.OK?MessageBoxIcon.Warning);?return;?}
????????????if?(MessageBox.Show(this?“確定備份數據庫嗎?“?“備份數據庫“?MessageBoxButtons.YesNo?MessageBoxIcon.Question)?==?DialogResult.Yes?)
????????????{
????????????????string?sql?=?“backup?database?student?to?disk=‘“+textBox1?.Text?+“‘“;
??????????????//?string?sql?=?@“backup?database?student?to?disk=‘D:\Backup\我的文檔\Visual?Studio?2005\Projects\CJGL2\CJGL2\studentback‘“;

??????????????DataAccess?data?=?new?DataAccess();
????????????????if?(data.ExecteSQL(sql))
????????????????{?MessageBox.Show(this?“完成“?“警告?“?MessageBoxButtons.OK?MessageBoxIcon.Warning);?}
????????????????else?MessageBox.Show(this?“失敗“?“警告?“?MessageBoxButtons.OK?MessageBoxIcon.Warning);
???????????????
?????????????


????????????}
????????}
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????904??2009-08-21?19:49??學生成績管理系統\CJGL2\CJGL2.sln

????..A..H.?????43008??2010-05-31?19:04??學生成績管理系統\CJGL2\CJGL2.suo

?????文件???????9294??2010-05-25?18:50??學生成績管理系統\CJGL2\成績.sql

?????文件????????459??2009-08-21?19:53??學生成績管理系統\CJGL2\CJGL2\app.config

?????文件???????1884??2009-08-28?21:11??學生成績管理系統\CJGL2\CJGL2\backbase.cs

?????文件???????4678??2009-08-22?11:12??學生成績管理系統\CJGL2\CJGL2\backbase.Designer.cs

?????文件???????5814??2009-08-22?11:12??學生成績管理系統\CJGL2\CJGL2\backbase.resx

?????文件??????11954??2009-08-25?11:49??學生成績管理系統\CJGL2\CJGL2\CJGL2.csproj

?????文件????????581??2009-08-22?21:38??學生成績管理系統\CJGL2\CJGL2\CJGL2.csproj.user

?????文件????????639??2009-08-21?21:27??學生成績管理系統\CJGL2\CJGL2\Constant.cs

?????文件??????22084??2009-08-25?11:49??學生成績管理系統\CJGL2\CJGL2\Form1.Designer.cs

?????文件???????6408??2009-08-25?11:49??學生成績管理系統\CJGL2\CJGL2\Form1.resx

?????文件????????453??2009-08-30?15:45??學生成績管理系統\CJGL2\CJGL2\FormAbout.cs

?????文件???????6254??2009-08-30?15:45??學生成績管理系統\CJGL2\CJGL2\FormAbout.Designer.cs

?????文件???????5814??2009-08-30?15:45??學生成績管理系統\CJGL2\CJGL2\FormAbout.resx

?????文件???????2142??2009-08-28?21:19??學生成績管理系統\CJGL2\CJGL2\FormCJCX.cs

?????文件???????7063??2009-08-23?15:22??學生成績管理系統\CJGL2\CJGL2\FormCJCX.Designer.cs

?????文件???????5814??2009-08-23?15:22??學生成績管理系統\CJGL2\CJGL2\FormCJCX.resx

?????文件???????3062??2009-08-23?22:25??學生成績管理系統\CJGL2\CJGL2\FormCJDR.cs

?????文件??????10526??2009-08-23?22:25??學生成績管理系統\CJGL2\CJGL2\FormCJDR.Designer.cs

?????文件???????6641??2009-08-23?22:25??學生成績管理系統\CJGL2\CJGL2\FormCJDR.resx

?????文件???????2193??2009-08-25?17:22??學生成績管理系統\CJGL2\CJGL2\FormCJXG.cs

?????文件???????9400??2009-08-25?17:22??學生成績管理系統\CJGL2\CJGL2\FormCJXG.Designer.cs

?????文件???????5814??2009-08-25?17:22??學生成績管理系統\CJGL2\CJGL2\FormCJXG.resx

?????文件???????2640??2009-08-25?14:20??學生成績管理系統\CJGL2\CJGL2\FormDLRZ.cs

?????文件???????6346??2009-08-25?14:20??學生成績管理系統\CJGL2\CJGL2\FormDLRZ.Designer.cs

?????文件???????5814??2009-08-25?14:20??學生成績管理系統\CJGL2\CJGL2\FormDLRZ.resx

?????文件???????3532??2009-08-28?20:21??學生成績管理系統\CJGL2\CJGL2\FormKCCX.cs

?????文件???????9228??2009-08-28?20:21??學生成績管理系統\CJGL2\CJGL2\FormKCCX.Designer.cs

?????文件???????5814??2009-08-28?20:21??學生成績管理系統\CJGL2\CJGL2\FormKCCX.resx

............此處省略109個文件信息

評論

共有 條評論

相關資源