03 2022 档案

摘要:/* MSVC调试有效 __debugbreak(),调试中断 __FILE__,文件路径 __LINE__,行号 */ #define ASSERT(x) if(!(x)) __debugbreak(); #define GLCall(x) GLClearError();\ x;\ ASSERT( 阅读全文
posted @ 2022-03-29 15:26 冂冋冏囧 阅读(123) 评论(0) 推荐(0) 编辑
摘要:mysql -uroot -pword; // 管理员帐号登陆,root帐号,word密码 mysql> GRANT ALL ON *.* TO 'user1'@localhost IDENTIFIED BY 'password'; //user1帐号,password密码 阅读全文
posted @ 2022-03-22 09:56 冂冋冏囧 阅读(82) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示