上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 203 下一页
摘要: 一,报错信息: ImportError: libGL.so.1: cannot open shared object file: No such file or directory 二,解决: $ sudo yum install mesa-libGL 阅读全文
posted @ 2026-04-04 22:14 刘宏缔的架构森林 阅读(12) 评论(0) 推荐(0)
摘要: 一,报错信息 Exception: Can not find valid pkg-config name. Specify MYSQLCLIENT_CFLAGS and MYSQLCLIENT_LDFLAGS env vars manually 二,解决: $ sudo yum install py 阅读全文
posted @ 2026-04-04 22:00 刘宏缔的架构森林 阅读(8) 评论(0) 推荐(0)
摘要: 一,报错信息 状态: Using username "root". 状态: Access denied 错误: 认证失败。 错误: 严重错误: 无法连接到服务器 二,解决: 把登录类型,从正常改为询问密码,推测原因与filezilla传递密码的方式有关,密码中特殊字符影响了传递 阅读全文
posted @ 2026-04-04 10:41 刘宏缔的架构森林 阅读(22) 评论(0) 推荐(0)
摘要: 一,代码 1,ContentView // // ContentView.swift // helloworld2 // // Created by liuhongdi on 2026/3/28. // import SwiftUI import Alamofire struct ContentVi 阅读全文
posted @ 2026-04-04 10:37 刘宏缔的架构森林 阅读(14) 评论(0) 推荐(0)
摘要: 一,添加图片 二,显示图片代码 import SwiftUI struct DetailView: View { let id: Int // 接收传递过来的 id var body: some View { VStack(spacing: 20) { Text("诗词详情页") .font(.ti 阅读全文
posted @ 2026-04-04 10:37 刘宏缔的架构森林 阅读(17) 评论(0) 推荐(0)
摘要: 一,安装: 官方地址: https://gitcode.com/GitHub_Trending/ki/Kingfisher 二,代码: import Kingfisher import SwiftUI struct DetailView: View { let id: Int // 接收传递过来的 阅读全文
posted @ 2026-04-04 10:37 刘宏缔的架构森林 阅读(14) 评论(0) 推荐(0)
摘要: 一,代码 1,接口返回的json { "status": "success", "code": 200, "time": "2026-03-29 21:39:27", "msg": "", "data": { "list": [ { "id": 1, "author": "李白", "title": 阅读全文
posted @ 2026-03-29 22:08 刘宏缔的架构森林 阅读(9) 评论(0) 推荐(0)
摘要: 一,代码: import SwiftUI struct ContentView: View { @State private var message = "加载中..." var contentList: [[String: Any]] = [ ["id":1,"title":"夜宿山寺","aut 阅读全文
posted @ 2026-03-29 19:56 刘宏缔的架构森林 阅读(10) 评论(0) 推荐(0)
摘要: 一,代码 import SwiftUI struct ContentView: View { @State private var message = "加载中..." var contentList: [[String: Any]] = [["id":1,"title":"夜宿山寺","autho 阅读全文
posted @ 2026-03-29 16:34 刘宏缔的架构森林 阅读(10) 评论(0) 推荐(0)
摘要: 一,代码: 1,json返回: { "status": "success", "code": 200, "time": "2026-03-29 14:29:06", "msg": "", "data": { "list": [ { "id": 1, "author": "李白", "title": 阅读全文
posted @ 2026-03-29 15:25 刘宏缔的架构森林 阅读(6) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 203 下一页