轉一篇對JS跨域調用和JSONP解釋得比較清楚的文章,通過JSONP可以在跨域URL中傳特定參數來擷取內容:http://justcoding.iteye.com/blog/1366102Asynchronous JavaScript and XML (Ajax) 是驅動新一代 Web 網站(流行術語為 Web 2.0 網站)的關鍵技術。Ajax 允許在不干擾 Web 應用程式的顯示和行為的情況下在後台進行資料檢索。使用 XMLHttpRequest 函數擷取資料,它是一種 API,允許用戶端
當你接觸iOS開發,一般都會涉及到Provisioning Profile(設定檔)。大多數時候是通過蘋果的“Development Provisioning Assistant”,將設定檔安裝到正確的地方,並使用Keychain Access(鑰匙串訪問程式)擷取認證和密鑰,並將其安裝到鑰匙串中。一段時間過後,你可能會遇到如下問題: Code Sign error(程式碼簽署錯誤):The executable was signed with invalid
本文參考了這篇文章http://svnbook.red-bean.com/en/1.0/ch06s04.html概要:svn (subversion) 是一種開源免費的軟體項目源檔案版本管理工具svn 伺服器是集中管理 svn 容器,並允許 svn 用戶端通過http或者遠程登入訪問 svn 容器的伺服器。 本文介紹在 Mac OS 或者 Cent OS 下建立一個允許用戶端通過 http 訪問的 svn 伺服器的方法。環境:Apache:OS: Mac OS X 10.6 Snow
剛查了Apple的文檔,圖片的命名規則如下即可:Devices with out retina:ImageName.png - For iPhone/iPodImageName~ipad.png -- For iPadDevices with retina display:ImageName@2x~ipad.png -- For iPadImageName@2x.png - For iPhone/iPodApplications running in iOS 4 should now
Management styles are characteristic ways of making decisions and relating to subordinates. Different management styles can be employed dependent on the culture of the business, the nature of the task, the nature of the workforce and the personality
The following steps are based on WinXP sp3 platform. 1 install instantrails2.0 2 update rails as following:C:/InstantRails-2.0/ruby>gem update --system C:/InstantRails-2.0/ruby>gem update rails --include-dependencies --source