上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 39 下一页
摘要: 引用包dependencies { implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16'}使用GifImageView最简单的使... 阅读全文
posted @ 2019-05-18 22:30 野猿新一 阅读(88) 评论(0) 推荐(0)
摘要: update方法定义第三个参数可以传入多个KeyValue修改多个字段值int update(Class var1, WhereBuilder var2, KeyValue... var3) throws DbE... 阅读全文
posted @ 2019-05-18 22:30 野猿新一 阅读(23) 评论(0) 推荐(0)
摘要: update方法定义第三个参数可以传入多个KeyValue修改多个字段值int update(Class var1, WhereBuilder var2, KeyValue... var3) throws DbE... 阅读全文
posted @ 2019-05-18 22:30 野猿新一 阅读(27) 评论(0) 推荐(0)
摘要: public class Test { public static void main(String[] args) { Map.Entry entry = new AbstractMap.S... 阅读全文
posted @ 2019-05-18 22:30 野猿新一 阅读(204) 评论(0) 推荐(0)
摘要: public class Test { public static void main(String[] args) { Map.Entry entry = new AbstractMap.S... 阅读全文
posted @ 2019-05-18 22:30 野猿新一 阅读(59) 评论(0) 推荐(0)
摘要: 停止外层循环public class Test { public static void main(String[] args) { out:for (int i = 0; i < 3; i+... 阅读全文
posted @ 2019-05-18 22:30 野猿新一 阅读(76) 评论(0) 推荐(0)
摘要: 停止外层循环public class Test { public static void main(String[] args) { out:for (int i = 0; i < 3; i+... 阅读全文
posted @ 2019-05-18 22:30 野猿新一 阅读(58) 评论(0) 推荐(0)
摘要: http://www.bejson.com/jsonviewernew/https://www.json.cn/http://tool.chinaz.com/tools/jsonformat.aspx ... 阅读全文
posted @ 2019-05-18 22:29 野猿新一 阅读(39) 评论(0) 推荐(0)
摘要: 假设我们想用gson把如下的json字符串转成一个Student对象,正常情况下是无法成功解析的,因为json的键名和Java类的变量名不一致,这种情况在开发中很常见,后台服务器返回的json字段经常不符合ja... 阅读全文
posted @ 2019-05-18 22:29 野猿新一 阅读(144) 评论(0) 推荐(0)
摘要: 假设我们想用gson把如下的json字符串转成一个Student对象,正常情况下是无法成功解析的,因为json的键名和Java类的变量名不一致,这种情况在开发中很常见,后台服务器返回的json字段经常不符合ja... 阅读全文
posted @ 2019-05-18 22:29 野猿新一 阅读(33) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 39 下一页