以下2種方式都可以
clone flutter 倉庫(推薦beta版本)
git clone -b beta
複製**
將sdk路徑新增進path
cd $home
open -e .bash_profile
新增 export path=$:/users/hana/flutter/flutter/bin:$path
source .bash_profile
複製**
安裝 doctor命令列輸入
flutter doctor
複製**
此時會有出錯提示
按照提示 進入 在path中增加
export pub_hosted_url=
export flutter_storage_base_url=
複製**
重新安裝
出現以上資訊意味flutter sdk安裝完成
android studio 安裝flutter 和 dart 外掛程式注意網路狀況(公司網路有可能不穩定)
新建flutter 專案
android studio -> file -> new -> new flutter project
複製**
第一次建立,構建速度較慢
執行demo
RobotFramework(一)環境搭建
序號 安裝包名 安裝方法 備註1 python exe檔案,直接雙擊安裝 一切的基礎,安裝路徑不能有空格 設定環境變數 驗證是否成功 cmd輸入python pycharm python ide 2setuptools python 的套件管理程式 安裝在了c python27 lib site p...
ElasticSearch 一 環境搭建
1 2 配置 config elasticsearch.yml network.host 192.168.0.10 本機ip位址 3 啟動 sh bin elasticsearch d 結束 kill 9 pid 啟動成功 head外掛程式是為了更好地查詢和管理es服務的。git clone 執行h...
jqGrid 一 環境搭建
jqgrid 3.8 官網 url api url 開發環境 1,myeclipse 6.0.0 2,mysql 5.1.50 3,tomcat 6.0 搭建步驟 url 1.webroot下新建目錄css和js 2.把jqgrid3.8官方demo包裡的主題包即themes資料夾copy到css目...