tiger

          BlogJava 首頁 新隨筆 聯系 聚合 管理
            6 Posts :: 0 Stories :: 4 Comments :: 0 Trackbacks

          2007年8月5日 #

          declare   @Tem   table   (iIndex   int,Value   varchar(200))  
             
          insert   @Tem   values(1,'First   One')  
          insert   @Tem   values(2,'Second   One')

          select * from @Tem

          posted @ 2007-11-03 22:01 他 閱讀(670) | 評論 (0)編輯 收藏

          MyEclipse5.5注冊碼
          Subscriber: www.1cn.biz
           Subscriber Code: jLR8ZC-655355-5450765457039125
           或者
           Subscriber: www.1cn.biz
           Subscriber Code: jLR7ZL-655355-5450755330522962
          ---------------------------------------------------------------
          posted @ 2007-09-23 13:24 他 閱讀(195) | 評論 (0)編輯 收藏


          function doValidate(value)
            {
             vkeyWords=/^[^`~!@#$%^&*()+=|\\\][\]\{\}:;'\,.<>/?]{1}[^`~!@$%^&()+=|\\\][\]\{\}:;'\,.<>?]{0,19}$/;
             if(value==null || value=="")
             {
              alert("請輸入正確的查詢參數");
              return false
             }
             if(!vkeyWords.test(value))
             {
              alert("您輸入的查詢參數不正確,請重新輸入!");
              return false;
             }   
             return true;
            }
          posted @ 2007-09-23 13:17 他 閱讀(2403) | 評論 (1)編輯 收藏

          1、點擊“開始》運行”,輸入“regedit”,打開注冊表
          2、找到目錄HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
          3、刪除其中的“PendingFileRenameOperations”
          4、關閉注冊表
          5、重新開始安裝SQL Server 2000,一且OK了。

          在運行窗口輸入regedit,打開注冊表編輯器,在HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager中找到PendingFileRenameOperations,刪除該鍵值(這個鍵值是安裝程序暫掛項目,只要找到對應的應用程序清除掉就行了),關閉注冊表編輯器。重新安裝SQL Server 2000即可。

          posted @ 2007-09-15 21:22 他 閱讀(295) | 評論 (0)編輯 收藏

          @echo off

          echo 正在清除系統垃圾文件,請稍等......

          del /f /s /q %systemdrive%\*.tmp

          del /f /s /q %systemdrive%\*._mp

          del /f /s /q %systemdrive%\*.log

          del /f /s /q %systemdrive%\*.gid

          del /f /s /q %systemdrive%\*.chk

          del /f /s /q %systemdrive%\*.old

          del /f /s /q %systemdrive%\recycled\*.*

          del /f /s /q %windir%\*.bak

          del /f /s /q %windir%\prefetch\*.*

          rd /s /q %windir%\temp & md %windir%\temp del /f /q %userprofile%\cookies\*.*

          del /f /q %userprofile%\recent\*.*

          del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*" del /f /s /q "%userprofile%\Local Settings\Temp\*.*"

          del /f /s /q "%userprofile%\recent\*.*"

          echo 清除系統LJ完成!

          echo. & pause 

          posted @ 2007-08-05 19:51 他 閱讀(2146) | 評論 (3)編輯 收藏

           1function getchknum(){
           2        var x=document.all.chk.length;
           3        
           4        
           5        var j=0;
           6        for(var i=0;i<x;i++){
           7            if(document.all.chk[i].checked==true){
           8                j=j+1;
           9            }

          10        }

          11        if(x="undefined"){
          12            if(document.all.chk.checked==true){
          13                j=j+1;
          14            }

          15        }

          16        return j;
          17    }
          posted @ 2007-08-05 19:45 他 閱讀(257) | 評論 (0)編輯 收藏

          主站蜘蛛池模板: 商都县| 邛崃市| 依兰县| 改则县| 牟定县| 定日县| 沙坪坝区| 土默特右旗| 鲁甸县| 静宁县| 会泽县| 广水市| 中阳县| 永昌县| 邵阳市| 宁晋县| 黄梅县| 乌苏市| 大田县| 山阳县| 晋中市| 炎陵县| 西昌市| 修水县| 确山县| 施秉县| 江达县| 灵台县| 云南省| 七台河市| 遂川县| 岐山县| 玛曲县| 乐山市| 同德县| 开平市| 华容县| 常州市| 西乡县| 衡南县| 河北区|