摘要: 最近,在升级卡巴斯基KES时,部分用户出现安装失败,提示已安装360杀毒软件,需要卸载后再安装。用户已经删除所有360软件。 经过测试,需要在注册表删除: HKEY_CURRENT_USER 下面的software里面360和2345的东西。HKEY_LOCAL_MACHINE下面的software 阅读全文
posted @ 2024-01-23 16:57 Sam_Gu 阅读(776) 评论(0) 推荐(0) 编辑
摘要: Load the sample database using psql tool First, launch the psql tool. >psql Second, enter the account’s information to log in to the PostgreSQL databa 阅读全文
posted @ 2024-01-05 11:11 Sam_Gu 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 1. 修改PostgreSQL配置文件 编辑 postgresql.conf 文件,该文件通常位于 /etc/postgresql/<版本号>/main/ 目录下 sudo nano /etc/postgresql/12/main/postgresql.conf 找到 listen_addresse 阅读全文
posted @ 2024-01-04 16:55 Sam_Gu 阅读(986) 评论(0) 推荐(0) 编辑