摘要:
用法: 阅读全文
摘要:
用法: 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; using LUserCont... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; namespace Share { public class TimeExit { //单例模式 private sta... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Share { public class TimeHelp { /// /// 获取时间戳 10位 /// /... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; namespace Share { public class ProcessHelp { public static bool StartP... 阅读全文
摘要:
public class LogHelp { /// <summary> /// 一天第几个日记文件 /// </summary> private static int _OneDayI = 1; /// <summary> /// 1只写异常日记,2只写过程日记,4只写测试数据,3=异常+过程,以 阅读全文
摘要:
using System; using System.Collections.Generic; using System.IO; using System.Runtime.Serialization.Json; using System.Text; namespace Share { /// /// 解析JSON,仿Javascript风格 /// publ... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Net.NetworkInformation; using System.Runtime.InteropServices; using System.Text; using System.Management; namespace Share { /// /... 阅读全文
摘要:
using ICSharpCode.SharpZipLib.GZip; using ICSharpCode.SharpZipLib.Zip; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; namespace Share { pu... 阅读全文
摘要:
用法: 阅读全文
摘要:
public partial class UCCheck : UserControl { [Browsable(true), Category("修改属性"), Description("控件标识,用来判断同类型的不同对象")] public string Identification { get; set; } private bool... 阅读全文