上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 201 下一页
摘要: 一,配置icon: 查看效果: 说明:icon图片必须是1024x1024的大小,否则会报错 二,配置名字: 测试效果: 阅读全文
posted @ 2026-04-05 14:06 刘宏缔的架构森林 阅读(9) 评论(0) 推荐(0)
摘要: 一,命令: visudo 在/etc/sudoers中增加一行: Defaults timestamp_timeout=60 说明: 1,这里60是你想要reprompts之间的分钟的量。在我们的例子中,我们将此值设置为60。让 sudo 更长时间地记住密码而已。保存文件并退出。现在sudo密码提示 阅读全文
posted @ 2026-04-04 23:13 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0)
摘要: 一,报错信息: 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 刘宏缔的架构森林 阅读(7) 评论(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 刘宏缔的架构森林 阅读(13) 评论(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)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 201 下一页