原创 如何在SQL2005中快速添加2000的Northwind和pubs樣例數據庫

第一步,到下面的網址去下載一個SQL2000SampleDb.msi http://www.microsoft.com/downloads/details.aspx?FamilyId=06616212-0356-46A0-8DA2-EEB

原创 SQL2005新添加的函數

1 . with  用法 with  aa  as ( select   top   10   *   from   table ) select   *   from  aa 2.PIVOT 用法 select vendor_id,'

原创 Application.Exit和Environment.Exit區別

Application.Exit:通知winform消息循環退出。 Environment.Exit:終止當前進程,返回exitcode給操作系統 Application.Exit會在所有前臺線程退出後,退出應用, Envir

原创 Array的一些用法

Array.Copy 一種淺拷貝                       int[] intArray = new int[5] { 1, 2, 3, 4, 5 };             Object[] objArray =

原创 Flex出現的問題

1.安裝FlexBuilder3後出現flashPlay沒有正常安裝,要求重新安裝    1> 安裝文件在安裝目錄後的Flex Builder 3/Player/10/win 其中Install Flash Player 10 Activ

原创 jquery 插件

資源:http://plugins.jquery.com/ 經典的驗證插件 http://plugins.jquery.com/project/metadata http://plugins.jquery.com/project/vali

原创 mysql問題

重裝時出現could not start the service mysql error:0的錯誤時   在控制面板中運行添加刪除程序,將mysql卸載; 卸載後打開註冊表,查看HKEY_LOCAL_MACHINE/SYSTEM/Cur

原创 對錶單和表格的操作

單行文本框應用 .focus {      border: 1px solid #f00;      background: #fcc; }    $(function(){         $(":input").focus(fun

原创 jQuery動畫製作

事件的綁定 bind(type[,data],fn); type:包括 blur/focus/load/resize/scroll/unload/click/dblclick/mousedown/error mouseup/mousemo