自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 Android更新及gradle3.0问题

问题:Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.It will be removed at the end of 2018.解决方案:将gradle.app中的dependence改为dependencies { implementation fileT...

2018-04-18 11:09:18 9623 2

原创 git commit 与sublime text 2 连接错误

错误信息:hint: Waiting for your editor to close the file... 'D:/Program\ Files\ \(x86\)/S                  ublime\ Text\ 2/sublime_text.exe' -n -w: D:/Program\ Files\ \(x86\)/Sublime\ Tex                 ...

2018-04-16 17:36:17 4953

原创 android studio增加网络权限

<uses-permission android:name="android.permission.INTERNET"/>

2018-04-04 11:44:43 7250

原创 import android.support.v7.app.AppCompatActivity; 没有起作用

android studio怎么导入appcompat-v7在项目的build.gradle文件里,用传统的自动依赖处理方式:compile ‘com.Android.support:appcompat-v7:23+’,然后rebuild就可以了。只有这一种适合我。...

2018-04-04 11:16:13 38665

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除