会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
马肯尼煤牙巴骨
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
26
下一页
2025年7月2日
wsl升级mesa
摘要: 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)
2025年6月2日
object c 用代码断点
摘要: include <signals.h> raise(SIGSTOP); // 中断 raise(SIGTRAP); // 中断并自动附加调试 ( yarn ios 启动的不行, xcode启动的可以
阅读全文
posted @ 2025-06-02 15:21 马肯尼煤牙巴骨
阅读(4)
评论(0)
推荐(0)
2025年6月1日
vs code setting.json 用户部分
摘要: { "workbench.colorTheme": "Default Light+", "security.workspace.trust.untrustedFiles": "open", "explorer.confirmDelete": false, "cmake.configureOnOpen
阅读全文
posted @ 2025-06-01 16:40 马肯尼煤牙巴骨
阅读(19)
评论(0)
推荐(0)
vscode export extenstions
摘要: code --list-extensions
阅读全文
posted @ 2025-06-01 16:31 马肯尼煤牙巴骨
阅读(9)
评论(0)
推荐(0)
修改iOS bundle identifer
摘要: 修改项目 Bundle Identifier 1、修改 info.plist 文件中的 Bundle identifier(改成你想要的那个Bundle identifier,如:com.example.xxx),编译通过后,此时你会发现个 project ->Target ->General 中的
阅读全文
posted @ 2025-06-01 15:22 马肯尼煤牙巴骨
阅读(223)
评论(0)
推荐(0)
rn vscode c++
摘要: 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)
2025年5月27日
openvpn_winserver+iosclinet
摘要: 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)
2025年5月23日
docker offline
摘要: 创建无 internal 网络 docker network create --driver bridge --internal isolated_net 使用示例 docker run --network=isolated_net ...
阅读全文
posted @ 2025-05-23 13:35 马肯尼煤牙巴骨
阅读(16)
评论(0)
推荐(0)
2025年5月1日
固定hyper v中wsl 网络适配器的ip
摘要: 注册表中设置固定值 计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Lxss\NatNetwork
阅读全文
posted @ 2025-05-01 17:09 马肯尼煤牙巴骨
阅读(24)
评论(0)
推荐(0)
2025年4月28日
rsync断点续传单个大文件
摘要: 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
下一页
公告