資源簡介
SqlServer自動備份,分離,附加,刪除小工具
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?Microsoft.Win32;
using?System.IO;
using?System.Diagnostics;
using?System.Collections;
using?System.Linq;
namespace?SQL_1._1
{
????public?class?cls_RAR
????{
????????static?cls_RAR()
????????{
????????????//判斷是否安裝了WinRar.exe
????????????RegistryKey?key?=?Registry.LocalMachine.OpenSubKey(@“SOFTWARE\Microsoft\Windows\CurrentVersion\App?Paths\WinRAR.exe“);
????????????_existSetupWinRar?=?!string.IsNullOrEmpty(key.GetValue(string.Empty).ToString());
????????????//獲取WinRar.exe路徑
????????????_winRarPath?=?key.GetValue(string.Empty).ToString();
????????}
????????static?bool?_existSetupWinRar;
????????///?
????????///?獲取是否安裝了WinRar的標識
????????///?
????????public?static?bool?Ex
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????270398??2017-08-22?16:31??SQL_1.1\SQL_1.1\20170822043118567_easyicon_net_256.ico
?????文件????????187??2017-08-18?14:09??SQL_1.1\SQL_1.1\App.config
?????文件?????102912??2018-03-07?15:33??SQL_1.1\SQL_1.1\autoexec.bat
?????文件?????102912??2018-03-07?15:33??SQL_1.1\SQL_1.1\bin\autoexec.bat
?????文件????????154??2017-08-18?16:13??SQL_1.1\SQL_1.1\bin\Debug\AutoBakDB.ini
?????文件?????102912??2018-03-07?15:33??SQL_1.1\SQL_1.1\bin\Debug\autoexec.bat
?????文件????????187??2017-08-18?14:09??SQL_1.1\SQL_1.1\bin\Debug\SQL_1.1.vshost.exe.config
?????文件????????490??2016-07-16?19:44??SQL_1.1\SQL_1.1\bin\Debug\SQL_1.1.vshost.exe.manifest
?????文件?????852480??2017-08-25?13:30??SQL_1.1\SQL_1.1\bin\Debug\SQL小工具.exe
?????文件????????187??2017-08-18?14:09??SQL_1.1\SQL_1.1\bin\Debug\SQL小工具.exe.config
?????文件??????50688??2017-08-25?13:30??SQL_1.1\SQL_1.1\bin\Debug\SQL小工具.pdb
?????文件??????22984??2017-08-25?13:29??SQL_1.1\SQL_1.1\bin\Debug\SQL小工具.vshost.exe
?????文件????????187??2017-08-18?14:09??SQL_1.1\SQL_1.1\bin\Debug\SQL小工具.vshost.exe.config
?????文件????????490??2016-07-16?19:44??SQL_1.1\SQL_1.1\bin\Debug\SQL小工具.vshost.exe.manifest
?????文件????????187??2017-08-18?14:09??SQL_1.1\SQL_1.1\bin\Debug\SQL小工具Plus.vshost.exe.config
?????文件?????102912??2018-03-07?15:33??SQL_1.1\SQL_1.1\bin\Release\autoexec.bat
?????文件?????850944??2017-08-25?15:22??SQL_1.1\SQL_1.1\bin\Release\SQL小工具.exe
?????文件????????187??2017-08-18?14:09??SQL_1.1\SQL_1.1\bin\Release\SQL小工具.exe.config
?????文件??????46592??2017-08-25?15:22??SQL_1.1\SQL_1.1\bin\Release\SQL小工具.pdb
?????文件??????22984??2018-03-05?09:50??SQL_1.1\SQL_1.1\bin\Release\SQL小工具.vshost.exe
?????文件????????187??2017-08-18?14:09??SQL_1.1\SQL_1.1\bin\Release\SQL小工具.vshost.exe.config
?????文件????????490??2017-03-19?05:00??SQL_1.1\SQL_1.1\bin\Release\SQL小工具.vshost.exe.manifest
?????文件???????5645??2017-08-23?17:43??SQL_1.1\SQL_1.1\cls_RAR.cs
?????文件??????30347??2017-08-25?13:30??SQL_1.1\SQL_1.1\Form1.cs
?????文件??????54112??2017-08-23?15:24??SQL_1.1\SQL_1.1\Form1.Designer.cs
?????文件?????820713??2017-08-23?15:27??SQL_1.1\SQL_1.1\Form1.resx
?????文件?????102912??2018-03-07?15:33??SQL_1.1\SQL_1.1\obj\autoexec.bat
?????文件?????102912??2018-03-07?15:33??SQL_1.1\SQL_1.1\obj\Debug\autoexec.bat
?????文件???????1308??2017-08-18?14:33??SQL_1.1\SQL_1.1\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7082??2017-08-22?17:00??SQL_1.1\SQL_1.1\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
............此處省略48個文件信息
- 上一篇:C# 生成軟件注冊碼
- 下一篇:C#掃描條碼并打印
評論
共有 條評論