资源简介
C#数据库定时备份Windows服务源码, 系统管理员可以指定时间,备份类型进行数据备份!
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace DBBackServer
{
public class BackModel
{
public string CONNECTION
{
get; set;
}
public string DBNAME
{ get; set; }
public string PATH
{ get; set; }
public string DBTYPE
{ get; set; }
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 266 2018-05-22 14:56 app.config
文件 407 2018-05-22 09:09 BackModel.cs
文件 3988 2018-05-22 15:20 BackService.cs
文件 1099 2018-05-21 20:28 BackService.Designer.cs
目录 0 2018-05-22 15:16 bin\
目录 0 2018-05-22 15:16 bin\Debug\
文件 266 2018-05-22 14:56 bin\Debug\app.config
文件 30208 2018-05-19 15:20 bin\Debug\ba
文件 10240 2018-05-22 15:15 bin\Debug\DBBackServer.exe
文件 266 2018-05-22 14:56 bin\Debug\DBBackServer.exe.config
文件 24064 2018-05-22 15:15 bin\Debug\DBBackServer.pdb
文件 854 2018-05-22 15:18 bin\Debug\DBConfig.xm
文件 504320 2016-01-28 14:22 bin\Debug\Newtonsoft.Json.dll
文件 4877312 2017-05-25 20:39 bin\Debug\Oracle.ManagedDataAccess.dll
文件 805 2018-05-21 20:28 bin\Debug\ProjectInstaller.cs
文件 2238 2018-05-21 20:28 bin\Debug\ProjectInstaller.designer.cs
文件 6416 2018-05-21 20:28 bin\Debug\ProjectInstaller.resx
文件 170496 2018-05-21 11:43 bin\Debug\Utility.dll
目录 0 2018-05-22 15:16 bin\Release\
文件 11264 2018-03-21 10:21 bin\Release\ActiveMQService.dll
文件 19968 2018-03-21 10:21 bin\Release\ActiveMQService.pdb
文件 13824 2018-01-11 12:24 bin\Release\AlarmSystem.BLL.dll
文件 61440 2018-01-11 12:24 bin\Release\AlarmSystem.Model.dll
文件 728576 2018-01-29 17:37 bin\Release\Apache.NMS.ActiveMQ.dll
文件 65024 2018-01-29 17:37 bin\Release\Apache.NMS.dll
文件 9906 2018-03-19 09:09 bin\Release\app.config
文件 30208 2018-03-21 10:15 bin\Release\ba
文件 42496 2018-03-21 10:15 bin\Release\ba
文件 19622 2018-03-21 10:15 bin\Release\ba
文件 104448 2018-03-21 10:21 bin\Release\BllService.dll
文件 392704 2018-03-21 10:21 bin\Release\BllService.pdb
............此处省略81个文件信息
评论
共有 条评论