摘要:
using System;using System.IO;using System.Net;using System.Text.RegularExpressions;/// /// 图片下载/// public class ImageDown{ public ImageDown() { } #reg... 阅读全文
posted @ 2014-10-22 16:30
m天下
阅读(193)
评论(0)
推荐(0)
摘要:
using System;using System.IO;using System.Web;using System.Web.UI.HtmlControls;using System.Drawing;/// /// 文件类型/// public enum FileExtension{ JPG = 2... 阅读全文
posted @ 2014-10-22 16:30
m天下
阅读(1703)
评论(0)
推荐(0)
摘要:
using System;using System.Data;using System.IO;using System.Xml;public class XMLProcess{ #region 构造函数 public XMLProcess() { } public XMLProcess(string... 阅读全文
posted @ 2014-10-22 16:28
m天下
阅读(404)
评论(0)
推荐(0)
摘要:
using System.Web;using System.Configuration;//if (this.fload.HasFile)//{// string upFileName = HttpContext.Current.Server.MapPath("~/savefile") + "\\"... 阅读全文
posted @ 2014-10-22 16:27
m天下
阅读(501)
评论(0)
推荐(0)
摘要:
using System;using System.Text;using System.IO;using System.Net.Sockets;using System.Collections;public enum MailFormat { Text, HTML };public enum Mai... 阅读全文
posted @ 2014-10-22 16:26
m天下
阅读(357)
评论(0)
推荐(0)
摘要:
using System;using System.IO;using System.Diagnostics;using Microsoft.Win32;using ICSharpCode.SharpZipLib.Checksums;using ICSharpCode.SharpZipLib.Zip;... 阅读全文
posted @ 2014-10-22 16:25
m天下
阅读(392)
评论(0)
推荐(0)
摘要:
using System.Web;public static class SessionHelper{ /// /// 添加Session,调动有效期为20分钟 /// /// Session对象名称 /// Session值 public static void Add(string strS... 阅读全文
posted @ 2014-10-22 16:24
m天下
阅读(470)
评论(0)
推荐(0)
摘要:
using System;using System.IO;using System.Text;using System.Xml;using System.Xml.Serialization;using System.Runtime.Serialization.Json;using System.Ru... 阅读全文
posted @ 2014-10-22 16:22
m天下
阅读(569)
评论(0)
推荐(0)
摘要:
using System;using System.Collections;using System.IO;using System.Text.RegularExpressions;/// /// 分词辅助类/// public class SegList{ public int MaxLength... 阅读全文
posted @ 2014-10-22 16:21
m天下
阅读(742)
评论(0)
推荐(0)
摘要:
using System.Web;using System.Text;public static class PSD2swfHelper{ /// /// 转换所有的页,图片质量80% /// /// PDF文件地址 /// 生成后的SWF文件地址 public static bool PDF2... 阅读全文
posted @ 2014-10-22 16:20
m天下
阅读(314)
评论(0)
推荐(0)

浙公网安备 33010602011771号