摘要:
Mysql和C#数据类型对应表 : MySql C# bigint long bigint unsigned ulong int int int unsigned uint smallint short smallint unsigned ushort guid Guid smalldatetime 阅读全文
摘要:
using System; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Controls.Primitives; using System.Windows.Interop; usin 阅读全文
摘要:
public class FlushMemUtil { public static void StartTimer() { #region 定时整理内存 var flushTimer = new Timer(FlushMemory); flushTimer.Change(TimeSpan.FromS 阅读全文