03 2022 档案
摘要:参考资料:https://blog.csdn.net/weixin_39568531/article/details/104825816 一、项目中配置 1. mingw编译器 在pro工程文件中加入 #win32 代表是Windows环境下的编译 win32 { RC_FILE = serverc
阅读全文
摘要:mysqldump 导出数据库表数据到sql文件中 mysqldump -hlocalhost -uroot -p table1 table2>E:/backup/wcs_xxx.sql 假设当前时间为20220318092532 Linux xxx=`date '+%Y%m%d%H%M%S'`等于
阅读全文