Commit 7e103b50 by guanzhenshan

改为每小时启动一次

parent fb855915
...@@ -23,7 +23,7 @@ namespace Bailun.DC.TaskCenter ...@@ -23,7 +23,7 @@ namespace Bailun.DC.TaskCenter
{ {
var now = DateTime.Now; var now = DateTime.Now;
if (now.Hour==2 && now.Minute == 12) // if (now.Minute == 12) //每小时启动
{ {
Console.WriteLine("开始启动 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")); Console.WriteLine("开始启动 " + DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
Init(); Init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment