Android 开发中的日常积累

###一、 常用的框架
常用的框架 https://github.com/lizhangqu/corelink

二、图表工具

MPAndroidChart使用

三、安卓API

https://developers.google.cn/

四、测试版本、bug管理sdk下载

五、视频播放器库 IjkPlayer https://github.com/Bilibili/ijkplayer

六、https://github.com/supercwn/SuperRecycleView

recyclerView 下拉刷新加载
https://github.com/WuXiaolong/PullLoadMoreRecyclerView
//根据原生系统改变的 SwipeRefreshLayout 下拉刷新与上拉加载
使用方法中文文档
https://github.com/android-cjj/Android-MaterialRefreshLayout/blob/master/README-cn.md
compile ‘com.cjj.materialrefeshlayout:library:1.3.0’

七 蓝牙的开发 经验介绍http://www.race604.com/android-ble-in-action/

git 删除本地修改

git如何删除本地所有未提交的更改

git checkout . && git clean -xdf

一般 git clean都是配合git reset 使用的

如果你有的修改已经加入了暂存区
那么,命令
git reset --hard
git clean -xdf

git回滚到某一个版本

git reset —hard a136c6923d882ffc9065439f33412936902a1f5d

强制提交:

git push -f origin master

(三)git pull强制覆盖本地文件

git fetch --all
git reset --hard origin/master
git pull

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值