摘要:
/** * 下载文件 */ private void writeFile(Response response) { InputStream is = null; FileOutputStream fos = null; is = response.body().byteStream(); String path ... 阅读全文
摘要:
http://square.github.io/okhttp/3.x/okhttp/ 阅读全文
摘要:
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 阅读全文
摘要:
https://www.kotlincn.net/ 中文网站 https://kotlinlang.prg 官网 https://blog.jetbrains.com/kotlin/ 官方博客 https://github.com/JetBrains/kotlin kotlin源码 https:// 阅读全文
摘要:
Windows Registry Editor Version 5.00 ; Change Extension's File Type [HKEY_CURRENT_USER\Software\Classes\.jpg] @="PhotoViewer.FileAssoc.Tiff" ; Change 阅读全文
摘要:
https://plugins.jetbrains.com/ 阅读全文
摘要:
第一步:在main文件夹下添加assets文件,下面再建fonts文件夹 然后引入外部字体。 第二步:建一个字体工具类。 第三步:在全局中初始化。 第四步:xml代码展示。 效果图: 阅读全文
摘要:
我们很高兴地宣布,Google Developers 中国网站 (developers.google.cn) 正式发布! 阅读全文
摘要:
http://hukai.me/android-training-course-in-chinese/index.html 阅读全文
摘要:
阅读全文