随笔分类 -  工具

日常工作中用到的一些开发、工作工具
摘要:✅ 一次性配置 Ubuntu Server 上的 Tailscale 🔧 第 1 步:安装 Tailscale 在 Ubuntu Server 上运行以下命令: curl -fsSL https://tailscale.com/install.sh | sh 🔐 第 2 步:启动并登录 Tail 阅读全文
posted @ 2025-05-23 17:21 江海余生 阅读(5888) 评论(0) 推荐(0)
摘要:开发环境:x86_64 Ubuntu24.04server 交叉编译链包:arm-linux-gnueabihf-4.7.tar.bz2 arm_32 1. 将交叉编译链解压到/opt sudo tar -xvjf arm-linux-gnueabihf-4.7.tar.bz2 -C /opt 2. 阅读全文
posted @ 2025-05-16 15:52 江海余生 阅读(82) 评论(0) 推荐(0)
摘要:下面是一个 使用 GNU intl(libintl)库 实现 C++ 项目多语言支持(中英文) 的完整示例,包括: 源代码 .po 翻译文件 编译和运行步骤 ✅ 1. 示例 C++ 源代码 main.cpp #include <iostream> #include <locale.h> #inclu 阅读全文
posted @ 2025-05-12 17:36 江海余生 阅读(282) 评论(0) 推荐(0)
摘要:🔧 1. 安装 Ghostscript Windows 下载 Ghostscript: 官网:https://www.ghostscript.com/download/gsdnld.html 选择适合你的 Windows 版本的安装包(通常是 gs**w64.exe)。 安装后,记住 Ghosts 阅读全文
posted @ 2025-03-27 16:06 江海余生 阅读(6719) 评论(0) 推荐(0)