摘要:
using System; using System.Collections.Generic; using System.Web; namespace Zhong.Core { /// /// Cookie操作类 /// public class CookieHelper { private static readonly strin... 阅读全文
摘要:
/// /// 将一个对象序列化为XML字符串 /// /// 要序列化的对象 /// 编码方式 /// 序列化产生的XML字符串 public static string SerializeObject(object o, Encoding encoding) {... 阅读全文
摘要:
using ICSharpCode.SharpZipLib.Zip; using System; using System.Collections.Generic; using System.IO; namespace Zhong.Core { /// /// 压缩解压操作类,使用的是SharpZipLib /// public class DCompres... 阅读全文