上一页 1 2 3 4 5 6 ··· 26 下一页
摘要: sudo add-apt-repository ppa:kisak/kisak-mesa sudo apt update sudo apt dist-upgrade -y 可解决 qml 硬件加速字体显示问题 阅读全文
posted @ 2025-07-02 21:38 马肯尼煤牙巴骨 阅读(87) 评论(0) 推荐(0)
摘要: include <signals.h> raise(SIGSTOP); // 中断 raise(SIGTRAP); // 中断并自动附加调试 ( yarn ios 启动的不行, xcode启动的可以 阅读全文
posted @ 2025-06-02 15:21 马肯尼煤牙巴骨 阅读(4) 评论(0) 推荐(0)
摘要: { "workbench.colorTheme": "Default Light+", "security.workspace.trust.untrustedFiles": "open", "explorer.confirmDelete": false, "cmake.configureOnOpen 阅读全文
posted @ 2025-06-01 16:40 马肯尼煤牙巴骨 阅读(19) 评论(0) 推荐(0)
摘要: code --list-extensions 阅读全文
posted @ 2025-06-01 16:31 马肯尼煤牙巴骨 阅读(9) 评论(0) 推荐(0)
摘要: 修改项目 Bundle Identifier 1、修改 info.plist 文件中的 Bundle identifier(改成你想要的那个Bundle identifier,如:com.example.xxx),编译通过后,此时你会发现个 project ->Target ->General 中的 阅读全文
posted @ 2025-06-01 15:22 马肯尼煤牙巴骨 阅读(223) 评论(0) 推荐(0)
摘要: gem install xcpretty xcpretty-json-formatter cd ios xcodebuild -workspace AwesomeProject.xcworkspace \ -scheme AwesomeProject \ -sdk iphonesimulator \ 阅读全文
posted @ 2025-06-01 01:24 马肯尼煤牙巴骨 阅读(20) 评论(0) 推荐(0)
摘要: port 1194 proto tcp dev tun #dev-node tap-bridge ca ca.crt cert server.crt key server.key dh dh.pem #cipher none #data-ciphers none cipher AES-256-CBC 阅读全文
posted @ 2025-05-27 11:48 马肯尼煤牙巴骨 阅读(1) 评论(0) 推荐(0)
摘要: 创建无 internal 网络 docker network create --driver bridge --internal isolated_net 使用示例 docker run --network=isolated_net ... 阅读全文
posted @ 2025-05-23 13:35 马肯尼煤牙巴骨 阅读(16) 评论(0) 推荐(0)
摘要: 注册表中设置固定值 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\NatNetwork 阅读全文
posted @ 2025-05-01 17:09 马肯尼煤牙巴骨 阅读(24) 评论(0) 推荐(0)
摘要: rsync -avP --inplace deepvision@10.2.1.136:/home/deepvision/source/repos/docker/02tflite.tar . 阅读全文
posted @ 2025-04-28 15:53 马肯尼煤牙巴骨 阅读(14) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 26 下一页