上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页
摘要: /** * 下载文件 */ private void writeFile(Response response) { InputStream is = null; FileOutputStream fos = null; is = response.body().byteStream(); String path ... 阅读全文
posted @ 2017-06-09 10:40 逍遥散人95 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://square.github.io/okhttp/3.x/okhttp/ 阅读全文
posted @ 2017-06-07 18:03 逍遥散人95 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1 using Entity; 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Web; 6 using System.IO; 7 using Newtonsoft.Jso 阅读全文
posted @ 2017-06-07 10:40 逍遥散人95 阅读(352) 评论(0) 推荐(0) 编辑
摘要: https://www.kotlincn.net/ 中文网站 https://kotlinlang.prg 官网 https://blog.jetbrains.com/kotlin/ 官方博客 https://github.com/JetBrains/kotlin kotlin源码 https:// 阅读全文
posted @ 2017-05-19 18:02 逍遥散人95 阅读(204) 评论(0) 推荐(0) 编辑
摘要: Windows Registry Editor Version 5.00 ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.jpg] @="PhotoViewer.FileAssoc.Tiff" ; Change 阅读全文
posted @ 2017-05-02 13:59 逍遥散人95 阅读(273) 评论(0) 推荐(0) 编辑
摘要: https://plugins.jetbrains.com/ 阅读全文
posted @ 2017-04-11 15:04 逍遥散人95 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 第一步:在main文件夹下添加assets文件,下面再建fonts文件夹 然后引入外部字体。 第二步:建一个字体工具类。 第三步:在全局中初始化。 第四步:xml代码展示。 效果图: 阅读全文
posted @ 2017-02-28 11:46 逍遥散人95 阅读(2746) 评论(0) 推荐(0) 编辑
摘要: 我们很高兴地宣布,Google Developers 中国网站 (developers.google.cn) 正式发布! 阅读全文
posted @ 2016-12-08 14:14 逍遥散人95 阅读(184) 评论(0) 推荐(0) 编辑
摘要: http://hukai.me/android-training-course-in-chinese/index.html 阅读全文
posted @ 2016-12-02 14:43 逍遥散人95 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-11-22 16:09 逍遥散人95 阅读(187) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 13 下一页