摘要:
在D盘下打开test.txt将所需单词写在其中,单词接龙显示在控制台 阅读全文
2019年10月22日
摘要:
#include #include #include #include #include #include #include using namespace std; //定义学生节点 typedef struct studentNode{ string number; string name; int math; int english; ... 阅读全文
摘要:
1登录账号:要求由6到12位字母、数字、下划线组成,只有字母可以开头; 2登录密码:要求显示“• ”或“*”表示输入位数,密码要求八位以上字母、数字组成。 3性别:要求用单选框或下拉框实现,选项只有“男”或“女”; 4学号:要求八位数字组成,前四位为“2018”开头,输入自己学号; 5姓名:输入自己 阅读全文
摘要:
我在这里用到的MySQL可视化工具为Navicat,这个错误是这样说的:1045 Access denied for user 'root'@'localhost' (using password:YES) 这个意思是说:用户“root”@本地主机的访问被拒绝 查了很久,发现新的mysql8.0以上 阅读全文