目录前言一、安装docker1.方法一:2.方法二二、拉取openguass镜像三、创建容器四、连接数据库 ,切换到omm用户 ,用gsql连接到数据库五.最后用DateGrip远程连接测试(1)选择数据源(2)查看虚拟机ip地址(3)远程连接测
the situation is like this: im creating a Logger class that can write to a file but the write_to_file() function is in a helper class as a static function.