Commit 9a837b69 刘韬

内置定期删除文件

1 个父辈 dce86849

Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17 # Visual Studio Version 17
VisualStudioVersion = 17.9.34701.34 VisualStudioVersion = 17.9.34701.34
...@@ -15,6 +15,7 @@ Global ...@@ -15,6 +15,7 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU Release|Any CPU = Release|Any CPU
Description = 徐州曼德
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{064BEBF5-8FAA-4EA2-A5F3-A06E6E7D9251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {064BEBF5-8FAA-4EA2-A5F3-A06E6E7D9251}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
......
...@@ -89,7 +89,7 @@ namespace TheMachine ...@@ -89,7 +89,7 @@ namespace TheMachine
//var pn= ServerCommunication.GetPnByReelid("S202306181351530002"); //var pn= ServerCommunication.GetPnByReelid("S202306181351530002");
//LogUtil.info(pn); //LogUtil.info(pn);
//return; //return;
CommonLib.DeleteOverDayFile(Path.Combine(CommonLib.AppPathRoot, "image"), "*.*", 30); CommonLib.DeleteOverDayFile(Path.Combine(CommonLib.AppPathRoot, "image"), "*.*", 15);
Application.EnableVisualStyles(); Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false); Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1()); Application.Run(new Form1());
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!