最近幾年在搞地圖方面的開發,主要是迴圈為座標添加標註並為標註添加彈出資訊視窗,起初My Code如下: var map = new BMap.Map("Mapcontainer"); var JsonObj = eval(JsonStr); if (JsonObj != null) { for (var i = 0; i < JsonObj.length; i++) {
Using the new Windows Azure 1.3 SDK and the RDP support, you can create your own FTP server in the cloud within less than 30 minutes! Here is a little guide how to do so:The three major steps are to open the necessary FTP ports to the virtual
windows XP 的命令大全開啟C:\Documents and Settings\XXX(當前登入Windows XP的使用者名稱).. 開啟Windows XP所在的盤符下的Documents and Settings檔案夾... 開啟“我的電腦”選項。 accwiz.exe 協助工具輔助嚮導 actmovie.exe 直接顯示安裝工具append.exe 允許程式開啟制定目錄中的資料arp.exe 顯示和更改電腦的IP與硬體物理地址的對應列表at.exe 計劃運行任務
IntroductionI strongly believe that in most application we are building, we would need to store date and time. In some application, date and time play very important role, for instance: rental-similar application which could result big impact if
Create a temporary file name in Windows temp area {******************************************************function skuGetTempFileName(prefix: string): string;Creates a temporary file name with the given prefix. TheWindows temporary folder name is
我給出一個反組譯碼Win32 API函數CreateProcess的例子,來示範研究子系統的技術,同時演示Win32是如何與Windows NT的執行系統協同工作的。從MSDN中得到函數原型:BOOL CreateProcess( LPCTSTR lpApplicationName,// pointer to name of executable module LPTSTR lpCommandLine, // pointer to command line string