From ca4362ddf30700cf8a05094d72de4dd39a2893e9 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期五, 10 三月 2023 17:37:09 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/simoer_jiekou
---
zymes/test/Program.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/zymes/test/Program.cs b/zymes/test/Program.cs
index 23a983d..82b3fdf 100644
--- a/zymes/test/Program.cs
+++ b/zymes/test/Program.cs
@@ -11,7 +11,9 @@
{
static void Main(string[] args)
{
- CustomDemo1();
+ //CustomDemo1();
+ Console.WriteLine(DateTime.Now);
+ Console.WriteLine(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss:fff:ffffff"));
Console.WriteLine(Convert.ToDecimal(1 / 10));
Console.WriteLine(1 % 10);
Console.WriteLine(1 % 10.0);
@@ -19,6 +21,7 @@
Console.WriteLine((double)61 / 111);
Console.WriteLine(Math.Round(((decimal)61 / 111), 2));
Console.WriteLine(Math.Round(((decimal)61 * 100 / 111), 2));
+ Console.Read();
}
private static void CustomDemo()
{
--
Gitblit v1.9.1