摘要: message("当前CMakeLists.txt所在目录: ${CMAKE_CURRENT_SOURCE_DIR}") # 不同范围的含义 message("CMAKE_SOURCE_DIR: ${CMAKE_SOURCE_DIR}") # 最顶层CMakeLists.txt目录 message( 阅读全文
posted @ 2025-09-29 10:26 cactus001 阅读(12) 评论(0) 推荐(0)
摘要: 1、 备份之前的源 export directory_name=bak_$(date +"%Y-%m-%d_%H-%M-%S") && mkdir -p /etc/yum.repos.d/$directory_name && mv /etc/yum.repos.d/CentOS-* /etc/yum 阅读全文
posted @ 2025-08-31 22:11 cactus001 阅读(28) 评论(0) 推荐(0)
摘要: notepad++:https://github.com/notepad-plus-plus/notepad-plus-plus/releases/ 阅读全文
posted @ 2025-08-31 20:21 cactus001 阅读(12) 评论(0) 推荐(0)
摘要: cd /etc/sysconfig/network-scripts/ vim ifcong-ens33 重启网络 service network restart 阅读全文
posted @ 2025-08-28 00:37 cactus001 阅读(10) 评论(0) 推荐(0)
摘要: git是一种分布式版本控制工具 个人配置指令: git config --global user.name “zhang san” git config --global user.email zhangsan@huawei.com 展示配置指令: git config --global --lis 阅读全文
posted @ 2024-07-30 14:11 cactus001 阅读(27) 评论(0) 推荐(0)