1.配置nativescript 開發環境
2.解決cannot find a compatible android sdk for compilation. to be able to build for android, install android sdk 28 or later.
mac環境android sdk環境變數配置20180715
3.解決xcode is not installed or is not configured properly.
(1)首先嘗試執行xcodebuild -version 檢查版本,報錯
xcode-select: error: tool 'xcodebuild' requires xcode, but active developer directory '/library/developer/commandlinetools' is a command line tools instance
(2)開啟xcode,並在依次開啟工具欄
preferences -> locations -> command line tools
(3)再次執行xcodebuild -version
4.解決cocoapods is not installed or is not configured properly.
(1)首先pod --version,報錯
(2)sudo gem install cocoapods
安裝完成以後檢查一遍
全部安裝成功以後
類的使用,物件的使用
一 類的使用 class student school luffycity def eat self print yes defdrink self print drink 檢視print student.dict 增student.teacher gaohui print student.dict...
messagebox的使用(使用整理)
定義 messagebox顯示乙個模態對話方塊,其中包含乙個系統圖示 一組按鈕和乙個簡短的特定於應用程式訊息,如狀態或錯誤的資訊。訊息框中返回乙個整數值,該值指示使用者單擊了哪個按鈕。messagebox hwnd hwnd text,caption pchar type word hwnd 訊息框...
gulp的使用基本使用
1.全域性安裝gulp 目的是在命令列裡使用gulp的命令 2.命令列中cd到專案目錄,區域性安裝gulp 如果不在專案中再次安裝會報錯,據說這樣是為了避免發生版本衝突 3.在專案目錄下新建乙個gulpfile.js檔案 必須這個名字,這個檔案算是乙個配置檔案 編寫我們的需求,以便gulp能按著我們...