问题:Add the option /D_SCL_SECURE_NO_DEPRECATE to the compilation command 解决方案:项目属性 –> 配置属性 –> C/C++ –> 命令行 –> 加上 /D_SCL_SECURE_NO_DEPRECATE 参考: These are compilation options that I typically enable for any C++ projects in Visual Studio. They sh
linux 中解析命令行参数(getopt_long用法) http://www.educity.cn/linux/518242.html 详细解析命令行的getopt_long()函数 http://www.codeweblog.com/%E8%AF%A6%E7%BB%86%E8%A7%A3%E6%9E%90%E5%91%BD%E4%BB%A4%E8%A1%8C%E7%9A%84getopt_long-%E5%87%BD%E6%95%B0/ C/C++中有哪些简单好用的命令行参数解析工具? h
linux命令大全:https://www.linuxcool.com/ 大概了解到有哪些命令,如果有需要的话可以在该网站上查询. 另外在实验楼学习了一些基础,该篇博客就此次对linux命令行的学习进行一个小总结. 常用快捷键 Ctrl + d Ctrl + s Ctrl + z Ctrl + a Ctrl + e Ctrl + k Alt + Backspace Ctrl + c TAB 键盘输入结束或退出终端 暂停当前程序,暂停后按下任意键恢复运行 将当前程序放到后台运行,恢复到前台为命令f