進(jìn)階之路

1、關(guān)于Android MVP Adapter上的應(yīng)用 ? https://github.com/JerryMissTom/LookLook

2、git命令

git status //檢查修改狀態(tài)

git branch//檢查分支

git add?. //將所有的文件添加進(jìn)去

git commit -m '描述'

git pull ? ?(git pull origin?feature) //下載下代碼

git push ?(git push?—set-upstream origin feature)//上傳代碼

git fetch origin # 抓取遠(yuǎn)程倉庫更新

git pull origin feature ?下載gitlab上的代碼

git tag -a v1.0.1-3 ?//對(duì)當(dāng)前分支做附注標(biāo)簽

git tag -d v1.0.1-3 //刪除指定的標(biāo)簽

git push origin v1.0.1-3 //將v1.0.1-3 標(biāo)簽提交到git服務(wù)器上

git co feature/master? // 切換到相應(yīng)的分支上

git merge feature //將feature分支合并到當(dāng)前分支上

./gradlew clean刪除app目錄下的build文件夾

./gradlew assembleRelease ?編譯并打Release包

./gradlew build 檢查依賴并編譯打包

從git上上傳代碼

git init ?將目錄變成git可以管理的倉庫

git add?. 將文件添加到暫存區(qū)

git commit -m?“?“ 提交到倉庫

git remote add origin 遠(yuǎn)程庫地址 關(guān)聯(lián)到遠(yuǎn)程庫

git pull?—rebase origin master ?獲取遠(yuǎn)程庫與本地同步合并

git push -u origin master ?將本地庫內(nèi)容推送到遠(yuǎn)程

git status 檢查狀態(tài)

創(chuàng)建分支

在本地新建一個(gè)分支: git branch Branch1

切換到你的新分支: git checkout Branch1

將新分支發(fā)布在github上: git push origin Branch1

3、系統(tǒng)分享

Intentintent =newIntent(Intent.ACTION_SEND);

intent.setType("text/plain");

intent.putExtra(Intent.EXTRA_TEXT,"www.baidu.com");

startActivity(Intent.createChooser(intent,“title"));

4、動(dòng)畫

https://github.com/airbnb/lottie-android.git

https://github.com/REBOOTERS/AndroidAnimationExercise.git

https://github.com/airbnb/lottie-android



5、RXJava

http://www.cnblogs.com/zhaoyanjun/p/5535651.html


6、git ssh配置

http://jingyan.baidu.com/article/a65957f4e91ccf24e77f9b11.html

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 1. 安裝 Github 查看是否安裝git: $ git config --global user.name "...
    Albert_Sun閱讀 13,852評(píng)論 9 163
  • Spring Cloud為開發(fā)人員提供了快速構(gòu)建分布式系統(tǒng)中一些常見模式的工具(例如配置管理,服務(wù)發(fā)現(xiàn),斷路器,智...
    卡卡羅2017閱讀 136,544評(píng)論 19 139
  • git常用命令 GIT常用命令備忘:http://stormzhang.com/git/2014/01/27/gi...
    新篇章閱讀 8,866評(píng)論 1 26
  • 一、BitCode是什么 Bitcode is an intermediate representation of...
    Yaanco閱讀 1,079評(píng)論 0 7
  • 世界上最美的艷遇就是遇見一個(gè)全新的自 己 美白的誤區(qū)在哪?現(xiàn)在你的皮膚白嗎?秋天有做防曬嗎!都是保養(yǎng)的方法!但是美...
    青桔笙歌閱讀 434評(píng)論 0 1

友情鏈接更多精彩內(nèi)容