随笔分类 -  常用软件使用问题

摘要:vscode软件基础教程 debug配置 launch.json配置 { "configurations": [ { "name": "g++", "type": "cppdbg", "request": "launch", "program": "${fileDirname}\\build\\${ 阅读全文
posted @ 2025-04-05 21:28 LemHou 阅读(26) 评论(0) 推荐(0)
摘要:单行注释 ctrl+/ 多行注释 ctrl+alt+a 文档注释 /** 复制上面一行 ctrl+d 选中段落整体向左或向右缩进 ctrl +[ 或 ctrl + ] 查找 ctrl + f 阅读全文
posted @ 2023-11-12 20:46 LemHou 阅读(542) 评论(0) 推荐(0)