摘要: 在List<T>中删除主要有Remove()、RemoveAt()、RemoveRange()、RemoveAll()这几个方法。下面一一介绍使用方法和注意点。 我们以List<string>举例 var strList = new List<string> { "aa", "ba", "cc", 阅读全文
posted @ 2019-10-31 10:12 Luckzy 阅读(279) 评论(0) 推荐(0) 编辑
摘要: using System;using System.IO;using System.Web;using System.Threading; namespace ERN.Tools.Common{ /// <summary> /// 文件下载帮助类 /// </summary> public clas 阅读全文
posted @ 2019-10-29 15:33 Luckzy 阅读(136) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Linq;using System.Text;using ThoughtWor 阅读全文
posted @ 2019-10-29 15:29 Luckzy 阅读(117) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks; namespace ERN.Tools.Co 阅读全文
posted @ 2019-10-29 15:28 Luckzy 阅读(95) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace ERN.Tools.Common{ /// <summary> /// 验证码类 /// </summary> p 阅读全文
posted @ 2019-10-29 15:28 Luckzy 阅读(124) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Drawing;using System.Drawing.Drawing2D;using System.Linq;using System.Text;using ThoughtWor 阅读全文
posted @ 2019-10-29 15:28 Luckzy 阅读(189) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Security.Cryptography;using System.Text;using System.Text 阅读全文
posted @ 2019-10-29 15:27 Luckzy 阅读(248) 评论(0) 推荐(0) 编辑
摘要: using System; namespace ERN.Tools.Common{ /// <summary> /// Rmb 的摘要说明。 /// </summary> public class Rmb { /// <summary> /// 转换人民币大小金额 /// </summary> // 阅读全文
posted @ 2019-10-29 15:26 Luckzy 阅读(1473) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Data;using System.IO;using System.Text;using System.Web;using NPOI;using NPOI.HPSF;using NP 阅读全文
posted @ 2019-10-29 15:26 Luckzy 阅读(676) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text; namespace ERN.Tools.Common{ public static class Dec 阅读全文
posted @ 2019-10-29 15:26 Luckzy 阅读(162) 评论(0) 推荐(0) 编辑