随笔分类 - 常用类库
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using org.in2bits.MyXls;using System.Data;using System.Text.RegularExpressions;using System.IO;using NPOI;using NPOI.HPSF;using NPOI.HSSF;using NPOI.HSSF.UserModel;using NPOI.HSSF.Util;using NPOI.POIFS;using NPOI.Util;
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.IO;using NPOI.SS.UserModel;using NPOI.HSSF.UserModel;using System.Data;using System.ComponentModel;using System.Web.Mvc;namespace Util{ public class ExcelHelper { public static class ExportTool...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using System.Collections;namespace Util{ public class HtmlDiff { private StringBuilder content; private string oldText, newText; private string[] oldWords...
阅读全文
摘要://-----------------------------------------------------------------------------// FILENAME: ImageProcessor.cs//// DESCRIPTION:// 图片处理工具类,进行图片缩放和水印的处理//// AUTHOR: BlueStone//// CREATEDATE: 2008-3-28//////-----------------------------------------------------------------------------u...
阅读全文
摘要:最近开源风来的特别猛烈,作为一名彻彻底底的开源支持者,自然也不能落了下风,今天就把多年积累的类库拿出来分享给大家,其中有的来源于网络,有的是自己造的,如果以下内容可以帮助到你,我会非常高兴。BarCodeToHTML:关于条形码的类。Captcha:3D验证码,源址:http://www.cnblogs.com/Aimeast/archive/2011/05/02/2034525.html.CNDate & ChinaDate & ChineseCalendar:史上最全的日历类集合。ConvertJson:史上最全的JSON转换类。CacheHelper:这个比较简单,Cac
阅读全文
摘要:using System.Text;using System.Text.RegularExpressions;namespace MyHelper4Web{ /// <summary> /// 常用验证操作类 /// </summary> public class MyValidateHelper { #region Public Fields private static readonly Regex RegNumber = new Regex("^[0-9]+$"); private static readonly R...
阅读全文
浙公网安备 33010602011771号