上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页
摘要: 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... 阅读全文
posted @ 2018-05-10 16:37 三小 阅读(1689) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; namespace Share { public class TimeExit { //单例模式 private sta... 阅读全文
posted @ 2018-05-10 16:26 三小 阅读(368) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Share { public class TimeHelp { /// /// 获取时间戳 10位 /// /... 阅读全文
posted @ 2018-05-10 16:24 三小 阅读(601) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; namespace Share { public class ProcessHelp { public static bool StartP... 阅读全文
posted @ 2018-05-10 16:23 三小 阅读(434) 评论(0) 推荐(0) 编辑
摘要: public class LogHelp { /// <summary> /// 一天第几个日记文件 /// </summary> private static int _OneDayI = 1; /// <summary> /// 1只写异常日记,2只写过程日记,4只写测试数据,3=异常+过程,以 阅读全文
posted @ 2018-05-10 16:22 三小 阅读(360) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.IO; using System.Runtime.Serialization.Json; using System.Text; namespace Share { /// /// 解析JSON,仿Javascript风格 /// publ... 阅读全文
posted @ 2018-05-10 16:20 三小 阅读(285) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Net.NetworkInformation; using System.Runtime.InteropServices; using System.Text; using System.Management; namespace Share { /// /... 阅读全文
posted @ 2018-05-10 16:19 三小 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2018-05-10 16:17 三小 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 用法: 阅读全文
posted @ 2018-05-10 16:15 三小 阅读(1631) 评论(0) 推荐(0) 编辑
摘要: public partial class UCCheck : UserControl { [Browsable(true), Category("修改属性"), Description("控件标识,用来判断同类型的不同对象")] public string Identification { get; set; } private bool... 阅读全文
posted @ 2018-05-10 16:09 三小 阅读(461) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 21 下一页