上一页 1 2 3 4 5 6 7 ··· 10 下一页
  2019年4月4日
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-04-04 17:50 白衣雨果 阅读(4) 评论(0) 推荐(0) 编辑
  2019年3月30日
摘要: app的build.gradle下: apply plugin: 'com.android.application'android { compileSdkVersion 26 defaultConfig { applicationId "com.nrisc.serialport" minSdkVe 阅读全文
posted @ 2019-03-30 10:51 白衣雨果 阅读(575) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/renfujiang/article/details/84291504 阅读全文
posted @ 2019-03-30 10:28 白衣雨果 阅读(7387) 评论(0) 推荐(0) 编辑
  2019年3月13日
摘要: https://www.jianshu.com/p/ee1990270ee1 网上找了很多方法都不太靠谱,有问题,自己改了改,亲试可以 大家都知道,版本号一般由以下几部分组成: 1. 主版本号 2. 次版本号 3. 修正版本号 4. 编译版本号 例如:2.1.3 ,3.7.5,10.2.0 在比较版 阅读全文
posted @ 2019-03-13 11:36 白衣雨果 阅读(1922) 评论(0) 推荐(0) 编辑
  2019年2月28日
摘要: https://blog.csdn.net/smileiam/article/details/69055963 阅读全文
posted @ 2019-02-28 17:07 白衣雨果 阅读(473) 评论(0) 推荐(0) 编辑
  2019年1月14日
摘要: 1.添加gradle依赖: compile com.squareup.retrofit2:converter-scalars:2.0.0' 2.更换转换器 mRetrofit = Retrofit.Builder() .baseUrl(HttpAddress.SITE) .addConverterFacto... 阅读全文
posted @ 2019-01-14 14:27 白衣雨果 阅读(2677) 评论(0) 推荐(0) 编辑
  2018年9月12日
摘要: 接口文档: 首先自然想到封装成JavaBean。 注意点: 1、内部嵌套的类必须是static的,要不然解析会出错; 2、类里面的属性名必须跟Json字段里面的Key一模一样; 3、因为Json字段里面的Key存在中文,所以必须在相应的字段上使用@SerializedName("中国画")注解,给K 阅读全文
posted @ 2018-09-12 14:38 白衣雨果 阅读(1736) 评论(0) 推荐(0) 编辑
  2018年8月18日
摘要: 需要加上 annotationProcessor 'com.jakewharton:butterknife:7.0.1' dependencies { compile 'com.jakewharton:butterknife:7.0.1' annotationProcessor 'com.jakew 阅读全文
posted @ 2018-08-18 11:59 白衣雨果 阅读(1200) 评论(0) 推荐(0) 编辑
  2018年8月15日
摘要: 转自https://blog.csdn.net/student9128/article/details/53026990 阅读全文
posted @ 2018-08-15 17:02 白衣雨果 阅读(698) 评论(0) 推荐(0) 编辑
  2018年7月31日
摘要: buildscript { repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.1.3' classpath 'org.greenrobot:greendao-g 阅读全文
posted @ 2018-07-31 17:08 白衣雨果 阅读(1630) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 10 下一页