2015年6月5日
摘要: takeown /f I:\* /A /Ricacls I:\* /t /grant:r everyone:f 阅读全文
posted @ 2015-06-05 14:16 CodeBase 阅读(320) 评论(0) 推荐(0) 编辑
  2014年6月2日
摘要: /******************************************************************************* * FastBitmap.cs * A fast implementation of System.Drawing.Bitmap clas... 阅读全文
posted @ 2014-06-02 18:15 CodeBase 阅读(560) 评论(0) 推荐(0) 编辑
  2014年5月20日
摘要: usingSR usingSR StreamReader 循环的代码段 Microsoft Corporation Expansio... 阅读全文
posted @ 2014-05-20 23:30 CodeBase 阅读(178) 评论(0) 推荐(0) 编辑
  2014年5月6日
摘要: // Simple JavaScript Templating// John Resig - http://ejohn.org/ - MIT Licensed(function(){ var cache = {}; this.tmpl = function tmpl(str, data){ ... 阅读全文
posted @ 2014-05-06 12:52 CodeBase 阅读(646) 评论(0) 推荐(0) 编辑
  2014年4月29日
摘要: /****** Object: StoredProcedure [dbo].[PRO_PageForIdTable] Script Date: 04/29/2014 11:23:21 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO--... 阅读全文
posted @ 2014-04-29 11:25 CodeBase 阅读(281) 评论(0) 推荐(0) 编辑
  2014年4月26日
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;namespace DAL{ publ... 阅读全文
posted @ 2014-04-26 16:06 CodeBase 阅读(459) 评论(0) 推荐(0) 编辑
摘要: var JS_AddressJSON=[["110000","0","北京市"],["130000","0","河南省"],["210000","0","上海市"],["130100","130000","周口市"]]; var pHelper = new CategoryHelper("... 阅读全文
posted @ 2014-04-26 10:27 CodeBase 阅读(376) 评论(0) 推荐(0) 编辑
  2013年12月7日
摘要: 1 private void BugFix_CookieDomain(CookieContainer cookieContainer) 2 { 3 System.Type _ContainerType = typeof(CookieContainer); 4 Hashtable table = (Hashtable)_ContainerType.InvokeMember("m_domainTable", 5 System.Reflect... 阅读全文
posted @ 2013-12-07 14:16 CodeBase 阅读(315) 评论(0) 推荐(0) 编辑
  2013年10月31日
摘要: 1 using System.Runtime.InteropServices; 2 using Microsoft.Win32; 3 using System.Drawing; 4 using System.Net; 5 using System.IO; 6 using System.Drawing.Imaging; 7 8 namespace Cnic 9 { 10 public class RegeditHelper 11 { 12 13 public static string GetDefaultBrowserPath() 14 ... 阅读全文
posted @ 2013-10-31 19:28 CodeBase 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Runtime.InteropServices; 5 using System.ComponentModel; 6 //using System.Drawing; 7 8 namespace Cnic 9 { 10 public class SafeNativeMethods 11 { 12 public const int INVALID_HANDLE_VALUE ... 阅读全文
posted @ 2013-10-31 19:26 CodeBase 阅读(473) 评论(0) 推荐(0) 编辑