資源簡介
可錄制操作腳本,并實現 重新操作。流程錄制以及自動化模擬操作。
代碼片段和文件信息
using?System.IO;
using?Newtonsoft.Json;
namespace?ZMC
{
///?
///?Represents?an?object?that?can?be?written?to?and?read?from?a?file?as?JSON.
///?
///?The?object?type.
public?abstract?class?JsonSerializable
{
///?
///?Saves?this?object?to?a?file?as?JSON.
///?
///?The?filename?to?write?to.
public?void?Save(string?filename)
{
var?writer?=?new?StreamWriter(filename);
writer.Write(JsonConvert.Serializeobject(this?Formatting.Indented));
writer.Flush();
writer.Close();
}
///?
///?Reads?an?object?of?this?type?from?a?JSON?file.
///?
///?The?filename?to?read?from.
///?
public?static?T?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-07-01?14:26??RPA\
?????文件??????409600??2012-03-16?10:39??RPA\Microsoft.Office.Core.dll
?????文件?????1628856??2017-08-25?09:15??RPA\microsoft.office.interop.excel.dll
?????文件???????64112??2016-12-28?12:51??RPA\Microsoft.Vbe.Interop.dll
?????文件????????4486??2018-07-01?11:34??RPA\RPA.sln
?????目錄???????????0??2018-07-01?14:26??RPA\ZMC\
?????目錄???????????0??2018-07-01?14:26??RPA\ZMC.Common\
?????文件????????2188??2018-06-29?16:08??RPA\ZMC.Common\GlobalVar.cs
?????文件?????????204??2018-01-08?12:35??RPA\ZMC.Common\Handler.cs
?????目錄???????????0??2018-06-29?16:07??RPA\ZMC.Common\Properties\
?????文件????????1309??2018-01-04?12:15??RPA\ZMC.Common\Properties\AssemblyInfo.cs
?????文件????????2289??2018-07-01?11:34??RPA\ZMC.Common\ZMC.Common.csproj
?????目錄???????????0??2018-07-01?14:26??RPA\ZMC.Excel\
?????目錄???????????0??2018-06-29?16:07??RPA\ZMC.Excel\Bank\
?????文件????????1225??2018-01-10?17:35??RPA\ZMC.Excel\Bank\HuaXia.cs
?????文件????????3420??2018-01-10?17:35??RPA\ZMC.Excel\Bankba
?????文件?????????174??2018-01-02?10:59??RPA\ZMC.Excel\Excel.cs
?????文件????????7354??2018-01-10?11:01??RPA\ZMC.Excel\ExcelHelp.cs
?????目錄???????????0??2018-06-29?16:07??RPA\ZMC.Excel\Properties\
?????文件????????1307??2018-01-02?10:58??RPA\ZMC.Excel\Properties\AssemblyInfo.cs
?????文件????????2727??2018-06-29?16:07??RPA\ZMC.Excel\ZMC.Excel.csproj
?????目錄???????????0??2018-07-01?14:26??RPA\ZMC.Forms\
?????目錄???????????0??2018-06-29?16:07??RPA\ZMC.Forms\Excel\
?????文件????????7682??2018-01-08?15:42??RPA\ZMC.Forms\Excel\FilesManager.cs
?????文件???????16002??2018-01-08?14:02??RPA\ZMC.Forms\Excel\FilesManager.Designer.cs
?????文件???????32347??2018-01-08?14:02??RPA\ZMC.Forms\Excel\FilesManager.resx
?????文件????????8763??2018-01-04?17:20??RPA\ZMC.Forms\Excel\VBAManager.cs
?????文件????????9244??2018-01-04?17:12??RPA\ZMC.Forms\Excel\VBAManager.Designer.cs
?????文件????????6410??2018-01-04?16:50??RPA\ZMC.Forms\Excel\VBAManager.resx
?????目錄???????????0??2018-06-29?16:07??RPA\ZMC.Forms\ja
?????文件?????????757??2018-03-03?20:02??RPA\ZMC.Forms\ja
............此處省略157個文件信息
- 上一篇:解析HTML文件并插入數據庫保存起來
- 下一篇:C# 定期刪除指定文件夾下的文件
評論
共有 條評論