2018年9月10日
摘要: 对于一个类来说,最重要的是什么?构造+属性+方法+访问权限待测试的类/** * 作者:张风捷特烈 * 时间:2018/5/6:10:40 * 邮箱:1981462002@qq.com * 说明:反射测试类 */public class ... 阅读全文
posted @ 2018-09-10 21:17 张风捷特烈 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 开幕:初见首先看一下家喻户晓的@Override注解:添加此注解,如果是非覆写的方法,就会报错@Target(ElementType.METHOD)@Retention(RetentionPolicy.SOURCE)public @in... 阅读全文
posted @ 2018-09-10 17:06 张风捷特烈 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 零、前言:个人感觉Picasso还是非常好用的,它是图片加载的类库1.依赖implementation 'com.squareup.picasso:picasso:2.71828'2.如果是请求网络图片:记得权限 3.如果是SD卡图片:... 阅读全文
posted @ 2018-09-10 16:17 张风捷特烈 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 零、前言让数据坐上bus,自由穿梭,效果如下:通常我们可以使用Intent来实现,但通过EventBus更方便些event_bus.gif一、简介:1.引入:implementation 'org.greenrobot:eventbus... 阅读全文
posted @ 2018-09-10 14:41 张风捷特烈 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 零、准备工作 org.springframework.boot spring-boot-starter-mailspring: mail: host: smtp.126.com username: ... 阅读全文
posted @ 2018-09-10 13:04 张风捷特烈 阅读(170) 评论(0) 推荐(0) 编辑