摘要:
use mysql; update user set authentication_string='' where user='root'; // root设为空 ALTER user 'root'@'localhost' IDENTIFIED BY 'root'; // root密码设为root 阅读全文
摘要:
RT,QList是私有成员变量,在某个函数里面append或者clear,程序都会莫名崩溃,在“概要信息”提示“Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!” 阅读全文