資源簡介
代碼片段和文件信息
using?System;
using?System.Configuration;
using?System.Collections.Generic;
using?System.Data;
using?System.Data.SQLite;
using?System.Text;
namespace?Database
{
????public?class?Database
????{
????????string?_connectionString?=?string.Empty;
????????SQLiteConnection?_connection?=?new?SQLiteConnection();
????????SQLiteCommand?_command?=?new?SQLiteCommand();
????????public?Database()
????????{
????????????string?db_name?=?ConfigurationManager.AppSettings[“DatbaseFilepath“].ToString();
????????????this._connectionString?=?ConfigurationManager.AppSettings[“connection“].ToString();
????????????this._connectionString?=?string.Format(_connectionString?System.IO.Path.Combine(System.Windows.Forms.Application.StartupPath?db_name));
????????????this._connection.ConnectionS
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-24?16:16??Databa
?????目錄???????????0??2009-05-15?16:38??Databa
?????目錄???????????0??2017-06-24?16:29??Databa
?????文件???????14848??2017-06-24?16:29??Databa
?????文件???????40448??2017-06-24?16:29??Databa
?????文件????????5632??2017-06-24?16:29??Databa
?????文件???????13824??2017-06-24?16:29??Databa
?????文件??????839680??2009-05-15?16:38??Databa
?????文件????????2872??2009-05-15?16:38??Databa
?????文件????????3176??2017-06-24?16:16??Databa
?????文件????????4618??2009-05-15?16:38??Databa
?????目錄???????????0??2017-06-24?16:16??Databa
?????目錄???????????0??2017-06-24?16:29??Databa
?????文件?????????712??2017-06-24?16:29??Databa
?????文件????????8269??2017-06-24?16:29??Databa
?????文件???????14848??2017-06-24?16:29??Databa
?????文件???????40448??2017-06-24?16:29??Databa
?????文件????????6799??2017-06-24?16:16??Databa
?????目錄???????????0??2017-06-24?16:16??Databa
?????目錄???????????0??2009-05-15?16:38??Databa
?????文件????????1428??2009-05-15?16:38??Databa
?????文件?????????905??2009-05-15?16:38??Databa
?????文件???????11481??2009-05-15?16:38??Databa
?????文件?????????662??2009-05-15?16:38??Databa
?????目錄???????????0??2017-06-24?16:16??DataProtection\
?????目錄???????????0??2009-05-15?16:38??DataProtection\bin\
?????目錄???????????0??2017-06-24?16:29??DataProtection\bin\Debug\
?????文件????????9728??2017-06-24?16:29??DataProtection\bin\Debug\DataProtection.dll
?????文件???????19968??2017-06-24?16:29??DataProtection\bin\Debug\DataProtection.pdb
?????文件????????2662??2017-06-24?16:16??DataProtection\DataProtection.csproj
?????文件????????2285??2009-05-15?16:38??DataProtection\DataProtectionForRDPWrapper.cs
............此處省略267個文件信息
- 上一篇:C# 文件加密解密
- 下一篇:Ngrok調用CMD執行命令
評論
共有 條評論