Phabricator Arcanist基本用法

2021-08-24 23:02:51 字數 553 閱讀 2474

git clone git:

git clone git:

獲取到arcanist的原始碼後,進行相關配置

開啟.bash_profile

open -e ~/.bash_profile
在環境變數中新增

export path=$path:/somewhere/arcanist/bin/
命令列中輸入arc命令檢視是否成功

配置arc預設編輯,這裡選擇了vim

arc set-config editor "vim"
在專案的根目錄下建.arcconfig配置檔案,檔案中至少要填入以下內容

為專案安裝證書,用於phabricator的認證。在專案根目錄下執行

arc install-certificate
根據提示獲取token,將token貼上在相應位置

基本使用可以參考官方文件

Spring Integration基本用法

關於spring integration的介紹這裡不需要贅述,現在我們需要實現的是傳送乙個param,裡面有兩個引數datatype和data,datatype是0和1除外的捨棄,剩餘datatype 0的資料往oldchannel通道發,剩餘datatype 1的資料往newchannel通道發,...

elastic search head 基本用法

elastic search head 基本用法 es 安裝方法 資源監控和集群管理外掛程式 bin plugin install lukas vlcek bigdesk 資料查詢外掛程式 bin plugin install mobz elasticsearch head 理解性 index 類似...

sharedPreference的基本用法

android儲存資料的形式主要有四種 1 sharedpreference,是乙個系統定義好的xml檔案 2 檔案系統 3 sqlite 4 網路儲存 這裡是sharedpreference 寫入 1 建立新的sharedpreference sharedpreferences sharedpre...