1
0
mirror of synced 2026-04-21 07:48:38 +08:00

auto commit

This commit is contained in:
zhouzj
2021-03-22 14:28:26 +08:00
parent d60154b946
commit 3aa9f6f42b
8 changed files with 295 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ namespace Yitter.OrgSystem.TestA
static bool single = true;
static bool outputLog = true;
static bool outputLog = false;
static IIdGenerator IdGen = null;
static IList<GenTest> testList = new List<GenTest>();
static bool checkResult = false;
@@ -38,7 +38,7 @@ namespace Yitter.OrgSystem.TestA
// MaxSeqNumber = 200,
BaseTime = DateTime.Now.AddYears(-10),
// BaseTime = DateTime.Now.AddYears(-10),
};
IIdGenerator IdGen = new DefaultIdGenerator(options);
@@ -54,7 +54,7 @@ namespace Yitter.OrgSystem.TestA
{
Go(options);
Thread.Sleep(1000); // 每隔3秒执行一次Go
Console.WriteLine("Hello World!");
Console.WriteLine("Hello World! C#");
}
}