最近發現使用Sql的預存程序,可以大大減少程式的代碼量。以後要考慮多多使用預存程序了。兩個小技巧:一、使用預存程序動態建立資料表。/*過程功能:預存程序動態建立資料表注意事項:串連Sql語句的“單引號”建立日期:2006-09-01建立人:SkyJackerBlog:Http://blog.csdn.net/skyjacker*/CREATE PROCEDURE [dbo].[CreateTable]@TableName varchar(255)AS begin if exists
自從微軟宣布要收購Yahoo 之後, 業界就開始沸沸揚揚地討論這件事情。Google 也沉不住氣了, 在官方Blog上發表了一篇 "Yahoo! and the future of the Internet" 的評論文章。 以下是節選 …Microsoft’s hostile bid for Yahoo! raises troubling questions. This is about more than simply a financial transaction, one
認識靜態數組 array[m,n] of x Written by SkyJacker http://www.cnpack.org CnPack IV QQ Group: 130970 2007-3-7 年前 passion 和 Bahamut討論過。 這裡總結一下,有誤之處請指出。 var A: array[0..0] of Char; // 表示一個字元。即 array[0..0] 表示一個此類型的元素 B: array[0..10] of Char; //
Delphi tips and FAQs Delphi技巧集索引VCL:#0002 How can I draw the rotated text on canvas? 如何在畫布上寫旋轉文字#0005 To change a font style (bold nodes) in standard TTreeview component改變TTreeview控制項的字型樣式 #0008 To disable a form movement 禁止Form表單移動#0010 To add the
WinDBG的 !handle 命令可以讓你方便調試控制代碼(handle)。 查看進程內所有控制代碼, 輸入命令列 0:014> !handleHandle 4 Type DirectoryHandle 8 Type ProcessHandle c Type KeyHandle 10 Type MutantHandle 14 Type ALPC PortHandle 18 Type
Web開發的常見問題: "URL 的最大長度是多少?" 答案是:HTTP協議標準並沒有規定URL的最大長度。 RFC文檔: http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.2 The HTTP protocol does not place any a priori limit on the length of a URI. Servers MUST be able to handle the URI of any