background picture of the home page

Think in Code

Linux使用Clang链接libc++运行时

在Linux上,一般情况下都会使用GCC和libstdc++,因为他们之间有特殊优化,如果使用Clang编译,性能不会比GCC高,因为默认情况下Clang编译出来的程序也是链接的libstdc++,而Clang的正统在libc++上 运行环境 docker run -it --rm ubuntu b

thumbnail of the cover of the post

安卓解锁root

打开开发者选项,设置->版本号 多点几次 在开发者选项中打开OEM解锁,打开后会清空数据 下载adbSDK 平台工具版本说明 | Android Studio | Android Developers 手机接电脑,执行adb reboot bootloader 执行 fastboot devices

thumbnail of the cover of the post

Visual Studio下载地址

VS下载链接地址 https://aka.ms/vs/15/release/vs_community.exe 15指2017,可以替换为16(2019),17(2022) community可以替换为Enterprise和Professional VS2017企业版 https://aka.ms/v

thumbnail of the cover of the post

Podman配置arm环境

在x86环境运行arm环境的容器 Windows Docker 在windows上 Docker Desktop 已经内置了 binfmt_misc,参考Multi-platform images | Docker Docs 因此只需要安装Docker Desktop就能运行 arm32或者arm6

thumbnail of the cover of the post