摘要: wget.exe -nH -m -r --cut-dirs=1 ftp://111.43.75.48/sub/ssub -P a -P制定目标目录,不存在则创建 -nH :不已主机名字命名文件目录 -m : 文件及子目录 -r : 递归子目录 --cut-dirs=1 去掉/sub一层 阅读全文
posted @ 2023-02-23 21:11 xzsxzxs 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 创建目录结构 撰写CMakeLists.txt 点击查看代码 #cmake需求的最小版本,2和3不兼容 #cmake_minimum_required(VERSION 3.1) # 置工程名称 project(HELLO) #设置变量 SOURCE 添加 main.cpp到变量 #相对路径 set( 阅读全文
posted @ 2023-02-23 15:24 xzsxzxs 阅读(20) 评论(0) 推荐(0) 编辑
摘要: vcpkg.exe install imgui[imgui:x64-windows]:x64-windows-static vcpkg.exe install imgui[docking-experimental]:x64-windows-static vcpkg install imgui[dx1 阅读全文
posted @ 2023-02-23 00:43 xzsxzxs 阅读(769) 评论(0) 推荐(0) 编辑