08 2024 档案
摘要:下载sqlite 解压到一个目录 配置系统变量 Path = D:\software\sqlite3 打开cmd验证 cd D:\software\sqlite3> D:\software\sqlite3>sqlite3 SQLite version 3.46.1 2024-08-13 09:16:
阅读全文
摘要:新建类自定义拦截器 package com.example.okhttp; import android.util.Log; import java.io.IOException; import okhttp3.Interceptor; import okhttp3.Request; import
阅读全文
摘要:新建一个安卓项目 build.gradle (:app)中添加如下依赖 android { android.buildFeatures.viewBinding = true } dependencies { implementation 'com.squareup.okhttp3:okhttp:3.
阅读全文