更新配置文件:修改VSCode设置和系统配置
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
"C_Cpp_Runner.debuggerPath": "gdb",
|
||||
"C_Cpp_Runner.cStandard": "c11",
|
||||
"C_Cpp_Runner.cppStandard": "c++17",
|
||||
"C_Cpp_Runner.msvcBatchPath": "",
|
||||
"C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat",
|
||||
"C_Cpp_Runner.useMsvc": false,
|
||||
"C_Cpp_Runner.warnings": [
|
||||
"-Wall",
|
||||
|
||||
@@ -106,8 +106,8 @@
|
||||
// 预定义的系统提示信息,保证消息的一致性和易于维护
|
||||
#define MSG_SUCCESS "操作成功!" // 操作成功时的提示信息
|
||||
#define MSG_FAILURE "操作失败!" // 操作失败时的通用错误信息
|
||||
#define MSG_NOT_FOUND "未找到相关记录!" // 查询无结果时的提示信息
|
||||
#define MSG_NOT_FOUND "未找到相关记录!" // 查询无结果时的提示信息
|
||||
#define MSG_INVALID_INPUT "输入无效,请重新输入!" // 用户输入格式错误时的提示
|
||||
#define MSG_FILE_ERROR "文件操作错误!" // 文件读写操作失败时的错误信息
|
||||
#define MSG_FILE_ERROR "文件操作错误!" // 文件读写操作失败时的错误信息
|
||||
|
||||
#endif // CONFIG_H
|
||||
Reference in New Issue
Block a user