-
大小: 3.94MB文件類型: .rar金幣: 2下載: 0 次發(fā)布日期: 2023-09-21
- 語(yǔ)言: 其他
- 標(biāo)簽:
資源簡(jiǎn)介
港口物流管理系統(tǒng) 數(shù)據(jù)庫(kù)課程設(shè)計(jì) 是我做數(shù)據(jù)庫(kù)課程設(shè)計(jì)做的,登錄名 密碼 都是 lmc 大家多多指教
里面有報(bào)關(guān) 配送 員工 存庫(kù) 管理幾個(gè)模塊

代碼片段和文件信息
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;
using?plms.NewMethod;
namespace?plms
{
????public?partial?class?bf?:?Form
????{
????????public?bf()
????????{
????????????InitializeComponent();
????????}
????????private?void?button2_Click(object?sender?EventArgs?e)
????????{
????????????try
????????????{
????????????????string?strg?=?Application.StartupPath.ToString();
????????????????strg?=?strg.Substring(0?strg.LastIndexOf(“\\“));
????????????????strg?=?strg.Substring(0?strg.LastIndexOf(“\\“));
????????????????strg?+=?@“\Data“;
????????????????string?sqltxt?=?“BACKUP?DATAbase?plms?TO?Disk=‘“?+?strg?+?“\\“?+?txtpath.Text?+?“.bak“?+?“‘“;
????????????????Database?w?=?new?Database();
????????????????string?lan?=?w.getlink();
????????????????SqlConnection?conn?=?new?SqlConnection(lan);
????????????????conn.Open();
????????????????SqlCommand?cmd?=?new?SqlCommand(sqltxt?conn);
????????????????cmd.ExecuteNonQuery();
????????????????conn.Close();
????????????????if?(MessageBox.Show(“備份成功“?“提示“?MessageBoxButtons.OK?MessageBoxIcon.Exclamation)?==?DialogResult.OK)
????????????????{
????????????????????this.Close();
????????????????}
????????????}
????????????catch?(Exception?ex)
????????????{
????????????????MessageBox.Show(ex.Message.ToString());
????????????}
????????}
????????private?void?button3_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????446??2009-04-19?01:27??plms\plms\plms\app.config
?????文件???????1617??2009-04-19?14:33??plms\plms\plms\bf.cs
?????文件???????3814??2009-04-19?14:10??plms\plms\plms\bf.Designer.cs
?????文件???????5814??2009-04-19?14:10??plms\plms\plms\bf.resx
?????文件????2293760??2009-04-24?17:08??plms\plms\plms\bin\Debug\Data\Dataplms.mdf
?????文件?????573440??2009-04-24?17:08??plms\plms\plms\bin\Debug\Data\Dataplms_log.ldf
?????文件???????1458??2009-04-24?17:08??plms\plms\plms\bin\Debug\plms.application
?????文件????1908736??2009-04-24?17:02??plms\plms\plms\bin\Debug\plms.exe
?????文件????????446??2009-04-19?01:27??plms\plms\plms\bin\Debug\plms.exe.config
?????文件???????3632??2009-04-24?17:08??plms\plms\plms\bin\Debug\plms.exe.manifest
?????文件?????321024??2009-04-24?17:02??plms\plms\plms\bin\Debug\plms.pdb
?????文件???????1458??2009-04-24?17:08??plms\plms\plms\bin\Debug\plms.vshost.application
?????文件???????5632??2005-11-11?22:25??plms\plms\plms\bin\Debug\plms.vshost.exe
?????文件????????446??2009-04-19?01:27??plms\plms\plms\bin\Debug\plms.vshost.exe.config
?????文件???????3632??2009-04-24?17:08??plms\plms\plms\bin\Debug\plms.vshost.exe.manifest
?????文件????2293760??2009-04-16?12:58??plms\plms\plms\bin\Release\Data\Dataplms.mdf
?????文件?????573440??2009-04-16?12:58??plms\plms\plms\bin\Release\Data\Dataplms_log.ldf
?????文件?????757760??2009-04-16?13:55??plms\plms\plms\bin\Release\plms.exe
?????文件????????446??2009-04-04?20:39??plms\plms\plms\bin\Release\plms.exe.config
?????文件?????208384??2009-04-16?13:55??plms\plms\plms\bin\Release\plms.pdb
?????文件????????430??2009-04-12?17:31??plms\plms\plms\Connetion.cs
?????文件????2293760??2009-04-24?17:08??plms\plms\plms\Data\Dataplms.mdf
?????文件?????573440??2009-04-24?17:08??plms\plms\plms\Data\Dataplms_log.LDF
?????文件???????2252??2009-04-16?21:24??plms\plms\plms\Databa
?????文件?????????71??2009-04-12?00:59??plms\plms\plms\dstrans.cs
?????文件??????80128??2009-04-12?00:57??plms\plms\plms\dstrans.Designer.cs
?????文件??????????3??2009-04-12?00:57??plms\plms\plms\dstrans.xsc
?????文件??????31088??2009-04-12?00:57??plms\plms\plms\dstrans.xsd
?????文件??????????3??2009-04-12?00:57??plms\plms\plms\dstrans.xss
?????文件???????2303??2009-04-19?14:59??plms\plms\plms\frmbf.cs
............此處省略173個(gè)文件信息
評(píng)論
共有 條評(píng)論