06 2017 档案

摘要:using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Reflection; using System.Collections; using System. 阅读全文
posted @ 2017-06-27 15:16 哈哈哈嗝 阅读(847) 评论(0) 推荐(0) 编辑
摘要:using System; using System.IO; using System.Text; using System.Xml; using System.Xml.Serialization; //using System.Runtime.Serialization.Json; using S 阅读全文
posted @ 2017-06-27 15:03 哈哈哈嗝 阅读(515) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Reflection; using System.Collections; using System. 阅读全文
posted @ 2017-06-27 14:35 哈哈哈嗝 阅读(605) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections; using System.IO; using System.Drawing; using System.Drawing.Imaging; using System.Drawing.Drawing2D; namespace 阅读全文
posted @ 2017-06-27 14:14 哈哈哈嗝 阅读(1136) 评论(1) 推荐(1) 编辑
摘要:using System.Web; using System.Configuration; namespace DotNet.Utilities { public class VideoConvert : System.Web.UI.Page { public VideoConvert() { } 阅读全文
posted @ 2017-06-27 13:55 哈哈哈嗝 阅读(1843) 评论(0) 推荐(0) 编辑
摘要:可进行FTP的上传,下载等其他功能,支持断点续传: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; usi 阅读全文
posted @ 2017-06-27 13:38 哈哈哈嗝 阅读(11298) 评论(11) 推荐(3) 编辑
摘要:using System; namespace DotNet.Utilities { /// <summary> /// 农历属性 /// </summary> public class CNDate { /// <summary> /// 农历年(整型) /// </summary> public 阅读全文
posted @ 2017-06-21 15:51 哈哈哈嗝 阅读(2852) 评论(0) 推荐(3) 编辑
摘要:using System; namespace DotNet.Utilities { /// <summary> /// BaseRandom /// 产生随机数 /// /// 随机数管理,最大值、最小值可以自己进行设定。 /// </summary> public class BaseRando 阅读全文
posted @ 2017-06-21 15:39 哈哈哈嗝 阅读(523) 评论(2) 推荐(0) 编辑
摘要:using System; namespace DotNet.Utilities { /// <summary> /// 时间类 /// 1、SecondToMinute(int Second) 把秒转换成分钟 /// </summary> public class TimeHelper { /// 阅读全文
posted @ 2017-06-21 15:21 哈哈哈嗝 阅读(1105) 评论(0) 推荐(1) 编辑
摘要:using System.Text.RegularExpressions; namespace DotNet.Utilities { /// <summary> /// 汉字转拼音类 /// </summary> public class EcanConvertToCh { //定义拼音区编码数组 阅读全文
posted @ 2017-06-21 14:52 哈哈哈嗝 阅读(2335) 评论(5) 推荐(0) 编辑
摘要:using System.Xml; using System.Data; namespace DotNet.Utilities { /// <summary> /// Xml的操作公共类 /// </summary> public class XmlHelper { #region 字段定义 /// 阅读全文
posted @ 2017-06-21 13:57 哈哈哈嗝 阅读(7568) 评论(0) 推荐(1) 编辑
摘要:using System; using System.Security.Cryptography; using System.Text; namespace DotNet.Utilities { /// <summary> /// Encrypt 的摘要说明。 /// </summary> publ 阅读全文
posted @ 2017-06-21 11:16 哈哈哈嗝 阅读(2409) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; namespace Utils { /// <summary> /// <para> </para> /// 常用 阅读全文
posted @ 2017-06-21 10:52 哈哈哈嗝 阅读(19808) 评论(0) 推荐(2) 编辑
摘要:注意添加引用:System.Configuration; using System; using System.Collections.Generic; using System.Text; using System.Configuration; namespace DotNet.Utilities 阅读全文
posted @ 2017-06-20 15:57 哈哈哈嗝 阅读(1111) 评论(0) 推荐(1) 编辑
摘要:using System.Collections; using System.Text.RegularExpressions; namespace DotNet.Utilities { public class BarCodeToHTML { public static string get39(s 阅读全文
posted @ 2017-06-20 15:17 哈哈哈嗝 阅读(905) 评论(0) 推荐(2) 编辑
摘要:一、SQL Server 相关 1 /// <summary> 2 /// 数据库的通用访问代码 3 /// 此类为抽象类, 4 /// 不允许实例化,在应用时直接调用即可 5 /// </summary> 6 public abstract class SqlHelper 7 { 8 /// <s 阅读全文
posted @ 2017-06-20 15:03 哈哈哈嗝 阅读(1791) 评论(0) 推荐(1) 编辑
摘要:C#正则验证大全 Regex.IsMatch()正则表达式验证 需要引入命名空间 using System.Text.RegularExpressions; 阅读全文
posted @ 2017-06-19 14:45 哈哈哈嗝 阅读(595) 评论(1) 推荐(3) 编辑

点击右上角即可分享
微信分享提示