上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页
摘要: #region << 版 本 注 释 >> /**************************************************** * 文 件 名:RegExpHelper * Copyright(c) www.ITdos.com * CLR 版本: 4.0.30319.1792 阅读全文
posted @ 2019-09-02 13:58 萌橙 阅读(247) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Globalization; using System.Text.RegularExpressions; using System.Web; namespace GT.Common.Helper { /// <summary> /// 正则帮助类 阅读全文
posted @ 2019-09-02 13:53 萌橙 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 1.引入CEfSharp newget包 2.把平台配置为X86或X64,any cpu不支持此控件 3.引入命名空间 using CefSharp; using CefSharp.WinForms; 4.初始化 Cef.Initialize(new CefSettings() { }); brow 阅读全文
posted @ 2019-08-27 14:16 萌橙 阅读(1336) 评论(0) 推荐(0) 编辑
摘要: http://msdn.itellyou.cn/ 阅读全文
posted @ 2019-08-23 11:20 萌橙 阅读(112) 评论(0) 推荐(1) 编辑
摘要: 1.创建compare类 using DCZY.Bean; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DCZY.Bean { public class 阅读全文
posted @ 2019-08-19 14:57 萌橙 阅读(362) 评论(0) 推荐(0) 编辑
摘要: private System.Timers.Timer _timer = null; if (_timer == null) { _timer = new System.Timers.Timer(); _timer.Interval = 1000; _timer.Enabled = true; _t 阅读全文
posted @ 2019-08-15 11:12 萌橙 阅读(712) 评论(0) 推荐(0) 编辑
摘要: jquery.uploadify.min.js /* Uploadify v3.2.1 Copyright (c) 2012 Reactive Apps, Ronnie Garcia Released under the MIT License <http://www.opensource.org/ 阅读全文
posted @ 2019-08-08 08:55 萌橙 阅读(389) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Xml; using System.IO; using System.Data; using System.Collections; nam 阅读全文
posted @ 2019-07-25 09:18 萌橙 阅读(302) 评论(0) 推荐(0) 编辑
摘要: 帮助类代码 using System; using System.CodeDom; using System.CodeDom.Compiler; using System.Collections.Generic; using System.Configuration; using System.IO 阅读全文
posted @ 2019-07-25 09:08 萌橙 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/daigualu/article/details/70800012 .NET中list的扩展方法Distinct可以去掉重复的元素,分别总结默认去重和自定义去重。 class Program { static void Main(string[] 阅读全文
posted @ 2019-07-09 11:28 萌橙 阅读(2634) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页