摘要:
takeown /f I:\* /A /Ricacls I:\* /t /grant:r everyone:f 阅读全文
摘要:
/******************************************************************************* * FastBitmap.cs * A fast implementation of System.Drawing.Bitmap clas... 阅读全文
摘要:
usingSR usingSR StreamReader 循环的代码段 Microsoft Corporation Expansio... 阅读全文
摘要:
// Simple JavaScript Templating// John Resig - http://ejohn.org/ - MIT Licensed(function(){ var cache = {}; this.tmpl = function tmpl(str, data){ ... 阅读全文
摘要:
/****** Object: StoredProcedure [dbo].[PRO_PageForIdTable] Script Date: 04/29/2014 11:23:21 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO--... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;namespace DAL{ publ... 阅读全文
摘要:
var JS_AddressJSON=[["110000","0","北京市"],["130000","0","河南省"],["210000","0","上海市"],["130100","130000","周口市"]]; var pHelper = new CategoryHelper("... 阅读全文
摘要:
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... 阅读全文
摘要:
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 ... 阅读全文
摘要:
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 ... 阅读全文