原创 Array vs. ArrayCollection in Flex 2 (with a ColdFusion Slant)

I've been spending a bit of personal time digging into Flex 2 development. One thing I've noticed up front is that ther

原创 檢測SQL的InstallShield腳本 通用於最新的 12

  //全局變量STRING szSQLServiceName;            //數據庫服務器名 STRING szSQLServiceName1;           //數據庫服務器名(緩存

原创 動態創建 DataGrid 列

<?xml version="1.0" encoding="utf-8"?><!-- This example uses the dataProvider to build the dataGrid columns dynamicall

原创 在 Tree 中查找節點。在對話框中輸入要查找的節點的值

  <?xml version="1.0" encoding="utf-8"?><!-- Searchable Tree control example. uses e4x expression to find a node with 

原创 Fast VBScript string class

Fast VBScript string classby Jan Verhoeven, 10 November 2001String building in VBScript is very slow. The VBScript cla

原创 IE屏蔽鼠標右鍵及快捷鍵方法

<html> <script>function KeyDown(){ //屏蔽鼠標右鍵、Ctrl+n、shift+F10、F5刷新、退格鍵 //alert("ASCII代碼是:"+event.keyCode);  if ((window

原创 檢測系統的IIS版本腳本

function OnAppSearch()      STRING szIISKey, szNumName, szNumValue;    NUMBER nType, nSize, nvType, nvSize;begin      

原创 Convert FLV to jpg sequence

Convert FLV to jpg sequenceffmpeg -i video.flv -an -r 1 -y -s 320x240 video%d.jpg-i Input file name-an

原创 InstallShield SQL 數據庫安裝

function OnFirstUIAfter()    STRING szTitle, szMsg1, szMsg2, szOpt1, szOpt2;    NUMBER bvOpt1, bvOpt2;    NUMBER bShow

原创 動態顯示/隱藏 DataGrid 的列。

 在List中選中一個就會顯示相應的 DataGrid 的列   <?xml version="1.0" encoding="utf-8"?><mx:Application xmlns:mx="http://www.adobe.com/

原创 用InstallShield生成新的Web.Config

在InstallShield中寫Web.Config 就是和操作XML文件  需要調用系統的MSXML.DOMDocument 在開發Asp.net程序後.對WebConfig有自定義動態配置 需要動態生成Web.Config 特使用以下

原创 IIS HTTP 500 內部服務器錯誤 服務器無法加載應用程序 '/LM/W3SVC''/LM/W3SVC' '找不到指定的元數據

運行環境:Windows XP Sp2現象:[1] 瀏覽主機的.net腳本時出現 “HTTP 500 - 內部服務器錯誤”[2] 察看計算機系統事件,發現每次瀏覽.net腳本均會出現一個警告如下:事件類型:

原创 五種提高 SQL 性能的方法

有時, 爲了讓應用程序運行得更快,所做的全部工作就是在這裏或那裏做一些很小調整。啊,但關鍵在於確定如何進行調整!遲早您會遇到這種情況:應用程序中的 SQL 查詢不能按照您想要的方式進行響應。它要麼不返回數據,要麼耗費的時間長得出奇。如果它