- 博客(5)
- 收藏
- 关注
原创 MYSQL8.0密码正确,无法登录(完美解决)Access denied for user ‘root‘@‘localhost‘ (using password:YES)
1.问题:输入密码正确,但就是进不去;就算跳过密码,改密码的时候,没法改。(仅针对MySQL8.0版本)改密码。
2024-11-16 10:32:54
8132
5
原创 MFC英文介绍
MFC is a C++ graphical user interface (GUI) application framework that allows us to write desktop applications for windows. It plays an important role in assisting programmers in writing desktop interface applications. As early as 1998, MFC was definitely
2024-10-29 01:14:43
726
原创 MFC读取和修改注册表信息
这里须要指出的是,用户的信息位于系统注册表中\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\ 的位置,键值名RegisteredOwner和RegisteredOrganization分别表示用户的姓名和用户公司的名称。这样,上述程序执行完毕,字符串str_owner和str_company则表示查询到的用户的姓名和公司的名称,在VC++中便可用对话框的方式将其显示出来。MessageBox("错误: 无法打开有关的hKEY!
2024-10-22 13:56:23
2043
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅