From a4e47b818ddd4138cffb4e868d777a6bf4501f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=9F=B3=E5=A4=B4?= Date: Mon, 6 May 2024 09:27:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E6=9E=90=E9=9B=AA=E8=8A=B1Id=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E6=97=B6=E9=97=B4=E5=AD=97=E6=AE=B5=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E6=AF=AB=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XCoder/CrazyCoder.csproj | 4 ++-- XCoder/Tools/FrmSecurity.cs | 2 +- XCoderLinux/XCoderLinux.csproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/XCoder/CrazyCoder.csproj b/XCoder/CrazyCoder.csproj index 84a6f7b..dfbcd79 100644 --- a/XCoder/CrazyCoder.csproj +++ b/XCoder/CrazyCoder.csproj @@ -73,7 +73,7 @@ - 10.10.2024.426-beta1001 + 10.10.2024.501 2.0.2024.407 @@ -88,7 +88,7 @@ 2.9.2024.426-beta1008 - 11.11.2024.424-beta1026 + 11.12.2024.503 2024.0.0 diff --git a/XCoder/Tools/FrmSecurity.cs b/XCoder/Tools/FrmSecurity.cs index 330d85f..9c06fea 100644 --- a/XCoder/Tools/FrmSecurity.cs +++ b/XCoder/Tools/FrmSecurity.cs @@ -512,7 +512,7 @@ private void btnSnowflake_Click(Object sender, EventArgs e) $"十六:{v:X16}", $"编码:{(t << 2):X8} {workerId:X2} {sequence:X3}", $"基准:{snow.StartTimestamp.ToFullString()} {snow.StartTimestamp.Kind}", - $"时间:{time.ToFullString()} {time.Kind} ({t} / {(t << 22):X8})", + $"时间:{time:yyyy-MM-dd HH:mm:ss.fff} {time.Kind} ({t} / {(t << 22):X8})", $"节点:{workerId} ({workerId:X4})", $"序号:{sequence} ({sequence:X4})", $"本机:{snow.WorkerId} ({snow.WorkerId:X4})"); diff --git a/XCoderLinux/XCoderLinux.csproj b/XCoderLinux/XCoderLinux.csproj index 8e66fc8..6eab3a9 100644 --- a/XCoderLinux/XCoderLinux.csproj +++ b/XCoderLinux/XCoderLinux.csproj @@ -49,9 +49,9 @@ - + - +