摘要:
以下面的C++程序多级目录为例: 根目录的CMakelists.txt示例代码如下所示: cmake_minimum_required(VERSION 3.0.0) project(cppjson VERSION 0.1.0) # The default include directory incl 阅读全文
摘要:
本文介绍几种常见情况下mysql数据库的密码修改方法。 未设置密码,可以通过mysql直接登录数据库 mysql> use mysql; mysql> update user set password=password("111111") where user='root'; mysql> flus 阅读全文