随笔分类 -  windows

摘要:解决方法:在你的切换的盘符前面加上/d,如原本命令是:cd d:\。变为:cd /d d:\。 阅读全文
posted @ 2021-03-18 16:00 maycpou 阅读(681) 评论(0) 推荐(0)
摘要:1.安装vscode 2.下载mingw64压缩包,并解压 3.添加系统环境变量,C:\mingw64\mingw64\bin 4.win+r输入cmd打开命令行,输入g++ -v,查看mingw64环境变量是否正确配置 5.在vscode的插件商店中搜索c/c++,code runner安装 6. 阅读全文
posted @ 2021-02-19 17:48 maycpou 阅读(174) 评论(0) 推荐(0)
摘要:命令:TREE /F 阅读全文
posted @ 2020-11-18 14:12 maycpou 阅读(2235) 评论(0) 推荐(0)
摘要:dir 显示当前目录下的所有文件和文件夹 cd.>test.txt 创建一个名为test.txt的文件 notepad test.txt 用记事本打开test.txt文件 删除文件del test.txt 阅读全文
posted @ 2020-03-30 11:02 maycpou 阅读(207) 评论(0) 推荐(0)