摘要: 1.kubernetes 预备知识 kubernetes是一个用go语言写的容器编排框架,常与docker搭配使用。 kubernetes是谷歌内部的容器编排框架的开源实现。可以用来方便的管理容器集群。具有很多 优点,要了解这些优点,需要先来了解一下kubernetes中的集群资源。这里指的是kub 阅读全文
posted @ 2020-10-02 23:15 马肯尼煤牙巴骨 阅读(1592) 评论(5) 推荐(10)
摘要: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList 阅读全文
posted @ 2025-09-13 12:18 马肯尼煤牙巴骨 阅读(6) 评论(0) 推荐(0)
摘要: 10038 npx @react-native-community/cli@latest init aaa 3836 npx create-react-native-library@latest hbbTurboTest 阅读全文
posted @ 2025-08-24 11:43 马肯尼煤牙巴骨 阅读(5) 评论(0) 推荐(0)
摘要: 设置图标 npx icon-set-creator create ./assets/icon/app_icon.png ios需要在xcode中把images资源重命名为assets andorid 设置真机调试时的bundle ip 由于直连mac android没有像Ios那样自动创建一个虚拟的 阅读全文
posted @ 2025-08-17 10:42 马肯尼煤牙巴骨 阅读(8) 评论(0) 推荐(0)
摘要: if(info.stride % info.width) { for(size_t i=0; i< info.height; ++i) { memcpy(dst + i* info.width * channel , src + i*info.stride ,info.width * channel 阅读全文
posted @ 2025-07-04 17:35 马肯尼煤牙巴骨 阅读(11) 评论(0) 推荐(0)
摘要: sudo add-apt-repository ppa:kisak/kisak-mesa sudo apt update sudo apt dist-upgrade -y 可解决 qml 硬件加速字体显示问题 阅读全文
posted @ 2025-07-02 21:38 马肯尼煤牙巴骨 阅读(50) 评论(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 马肯尼煤牙巴骨 阅读(8) 评论(0) 推荐(0)
摘要: code --list-extensions 阅读全文
posted @ 2025-06-01 16:31 马肯尼煤牙巴骨 阅读(8) 评论(0) 推荐(0)
摘要: 修改项目 Bundle Identifier 1、修改 info.plist 文件中的 Bundle identifier(改成你想要的那个Bundle identifier,如:com.example.xxx),编译通过后,此时你会发现个 project ->Target ->General 中的 阅读全文
posted @ 2025-06-01 15:22 马肯尼煤牙巴骨 阅读(156) 评论(0) 推荐(0)
摘要: gem install xcpretty xcpretty-json-formatter cd ios xcodebuild -workspace AwesomeProject.xcworkspace \ -scheme AwesomeProject \ -sdk iphonesimulator \ 阅读全文
posted @ 2025-06-01 01:24 马肯尼煤牙巴骨 阅读(11) 评论(0) 推荐(0)