各種依賴收集持續更新

2021-08-15 04:41:07 字數 1076 閱讀 7699

// 其他依賴

implementation   'com.facebook.fresco:fresco:0.12.0'

// 在 api < 14 上的機器支援 webp 時,需要新增

implementation 'com.facebook.fresco:animated-base-support:0.12.0'

// 支援 gif **,需要新增

implementation 'com.facebook.fresco:animated-gif:0.12.0'

// 支援 webp (靜態圖+**),需要新增

implementation 'com.facebook.fresco:animated-webp:0.12.0'

implementation 'com.facebook.fresco:webpsupport:0.12.0'

// 僅支援 webp 靜態圖,需要新增

implementation 'com.facebook.fresco:webpsupport:0.12.0'

頻道管理 draggridview

1、首先在專案的build下註冊

allprojects  }

}implementation 'com.github.andyoom:draggrid:v1.0.1'

git使用收集 持續更新

檢查已有的配置資訊 git config list 檢查倉庫最近的更新 git fetch 檢視遠端分支 git remote v 關聯遠端倉庫 git remote add origin 手動建立對映關係 git branch u origin 分支名 檢視本地分支和遠端分支對映關係 git br...

機器學習資料收集(持續更新)

書籍 資料 the discipline of machine learning a few useful things to know about machine learning 個人主頁 李航 是msra web search and mining group高階研究員和主管,主要研究領域是資...

git命令收集(記得持續更新)

這裡收集了一些常用的git命令 git remote add origin git 192.168.1.128 sabo ycdd server.git git push u origin master git pull git 192.168.1.128 sabo ycdd server.git ...