Mac
文章平均质量分 53
WMSmile
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
macOS 上安装 Wails 3(wails3)步骤
macOS 安装 Wails 3 简明指南 确保已安装 Go 1.25+ 执行安装命令:go install github.com/wailsapp/wails/v3/cmd/wails3@latest 配置环境变量:将 ~/go/bin 加入 PATH(修改.zshrc) 安装Xcode工具链:xcode-select --install 验证安装:wails3 doctor 创建项目:wails3 init -n myapp ⚠️ 注意:若提示命令未找到,检查 PATH 是否包含Go二进制路径。安装完成原创 2026-04-15 11:46:41 · 279 阅读 · 0 评论 -
遇到/bin/sh: mysql_config: command not found的问题
# 遇到/bin/sh: mysql_config: command not found的问题在执行 pip install mysqlclient的时候出现以下错误:/bin/sh: mysql_config: command not found/bin/sh: mariadb_config: command not found/bin/sh: mysql_config: command not found```bash/bin/sh: mysql_config: command not原创 2022-04-28 11:30:22 · 7476 阅读 · 2 评论 -
【Github】 使用token验证提交代码的两种方式
Github 使用token验证提交代码的两种方式原创 2021-12-14 11:22:57 · 4496 阅读 · 0 评论 -
AMD黑苹果Adobe全家桶闪退问题
AMD黑苹果Adobe全家桶闪退问题前言自从Apple开源了macOS内核,人们就想办法通过重新编译内核,让macOS运行在非Intel处理器上。但是修改内核法目前仍有问题,比如今天说说的:专业软件崩溃:一些软件需要用到Intel专用的指令集,因此完全无法运行或需要阉割功能模块,如PhotoShop 2019。存在问题软件版本存在问题解决办法Premiere Pro...原创 2019-07-22 13:10:03 · 12858 阅读 · 2 评论
分享