摘要:
* mysql - mysqld --install - mysqld --initialize --console - net start mysql - mysql -u root -p - alter user 'root'@'localhost' identified by 'root'; 阅读全文
摘要:
随着android编译由libstdc++改为了libc++,正如很早前 Android NDK 在 Changelog 中提到的那样: Everyone should be switching to Clang. GCC in the NDK is now deprecated. Android 阅读全文