上一页 1 2 3 4 5 6 7 8 9 10 ··· 202 下一页
摘要: Glide是谷歌开发的图片加载框架,也是Android官方推荐的图片加载框架。 使用Glide之前需要先导入glide库:implementation 'com.github.bumptech.glide:glide:4.13.0‘ Glide的用法很简单,只需一行代码即可将网络图片加载到图像视图界 阅读全文
posted @ 2024-01-07 18:07 小白龙白龙马 阅读(82) 评论(0) 推荐(0) 编辑
摘要: gradle添加依赖: implementation 'com.squareup.okhttp3:okhttp:4.9.3' ifest: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.a 阅读全文
posted @ 2024-01-07 17:15 小白龙白龙马 阅读(30) 评论(0) 推荐(0) 编辑
摘要: ifest: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android 阅读全文
posted @ 2024-01-07 12:37 小白龙白龙马 阅读(252) 评论(0) 推荐(0) 编辑
摘要: ifest文件,网络权限申请: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schema 阅读全文
posted @ 2024-01-07 12:02 小白龙白龙马 阅读(38) 评论(0) 推荐(0) 编辑
摘要: xml: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="mat 阅读全文
posted @ 2024-01-06 20:19 小白龙白龙马 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 一、认识Looper和Handler对象 当主线程诞生时,就会去执行一个消息循环(Message Loop),以便持续监视它的消息队列(Message Queue简称MQ)。 当UI事件发生了,通常会立即丢一个Message给MQ,此时主线程就立即从MQ里边取出该消息并处理。 比如,用户在UI界面上 阅读全文
posted @ 2024-01-06 18:50 小白龙白龙马 阅读(32) 评论(0) 推荐(0) 编辑
摘要: xml配置文件: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_par 阅读全文
posted @ 2024-01-06 18:05 小白龙白龙马 阅读(15) 评论(0) 推荐(0) 编辑
摘要: firewalld firewall-cmd 常用命令 网址:https://www.cnblogs.com/klvchen/p/10063875.html # 开启防火墙 systemctl start firewalld.service # 防火墙开机启动 systemctl enable fi 阅读全文
posted @ 2023-12-17 11:38 小白龙白龙马 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_35432613/article/details/134034123?spm=1001.2101.3001.6650.3&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault% 阅读全文
posted @ 2023-12-16 16:04 小白龙白龙马 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/henrin/article/details/130898186 参考:https://blog.csdn.net/weixin_59663288/article/details/125958594?utm_medium=distribute.pc_ 阅读全文
posted @ 2023-12-16 14:00 小白龙白龙马 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 202 下一页