摘要:
设置登密码(mysql创建后没有登陆密码) alter user 'root'@'localhost' IDENTIFIED BY 'newpassword'; FLUSH PRIVILEGES; 开启远程连接 alter user 'root'@'localhost' IDENTIFIED BY 阅读全文
摘要:
## 1. 控件访问浏览器 ```vb Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, By 阅读全文