测试技术
脚本编程
数据存储
自动框架
测试工具
虚拟技术
排序
MinGW-w64下载文件失败the file has been downloaded incorrectly
1 问题背景 今天使用exe在线安装器(MinGW-W64-install.exe)安装MinGW-w64时弹出下面报错的提示框 2 报错原因 因为文件资源是托管在sourceforge上面的,因此在线安装器需要从该网站上下载文件...
第2章 开始学习C++
/* creator:www.regular.cc date:2024.06.03 */ #inclue <iostream> int main(void) { using namespace std; string name; cout<<'wellcome to regular.cc! what's your name?'<<...