- 博客(5)
- 资源 (4)
- 收藏
- 关注
原创 直接插入排序
public static void insertSort(int [] arr ){ int firstw; int lasty; int temp ; for(int firstw = 1 ; firstw <arr.length ;firstw++){ temp = arr[firstw]; lasty = firstw - 1 ; ...
2019-09-19 17:05:28
106
原创 日志记录
1.PermissionDispatcher 运行时权限框架 dependencies { // PermissionDispatcher 框架的使用 implementation 'com.github.hotchemi:permissionsdispatcher:2.1.3' annotationProcessor 'com.github.hotchemi:permiss...
2019-08-21 10:56:35
154
原创 使用阿里云的国内镜像仓库地址
使用阿里云的国内镜像仓库地址,就可以快速的下载需要的文件 修改项目根目录下的文件 build.gradle : buildscript { repositories { maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'} } } allprojects { repos
2017-12-11 22:05:24
3133
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人