07 2006 档案

摘要:http://pw.cnblogs.com/archive/2006/06/25/435357.html加密操作如下: private void ProtectSection(string sectionName, string provider) { Configuration config = WebConfigurationManager. ... 阅读全文
posted @ 2006-07-07 14:50 杰客 阅读(279) 评论(0) 推荐(0)
摘要:VeriSign Verisign PayMent Relation Method#region Verisign PayMent Relation Method protected void VeriSignDoDirectPayment_Click(object sender, EventArgs e) { try { string... 阅读全文
posted @ 2006-07-07 14:15 杰客 阅读(2931) 评论(5) 推荐(0)
摘要:1、向应用程序的添加缓存 public void Insert ( string key, Object value, CacheDependency dependencies, DateTime absoluteExpiration, TimeSpan slidingExpiration ) 参数 key 用于引用该对象的缓存键。 value 要插入缓存中的对象。 dependenc... 阅读全文
posted @ 2006-07-07 11:03 杰客 阅读(902) 评论(0) 推荐(0)