摘要:
遇到很多次运行startup.bat后,一个窗口一闪而过的问题,但是从来没去纠正怎样修改配置才是正确的,现在从网上查阅的资料整理如下 进入tomcat的安装目录(即解压后放置的地方): 看到圈出红色的3个bat文件,一般通过startup.bat启动tomcat时流程是: startup->cata 阅读全文
posted @ 2021-12-14 15:17 且行且思 阅读(1389) 评论(0) 推荐(0)
|
|||
摘要:
遇到很多次运行startup.bat后,一个窗口一闪而过的问题,但是从来没去纠正怎样修改配置才是正确的,现在从网上查阅的资料整理如下 进入tomcat的安装目录(即解压后放置的地方): 看到圈出红色的3个bat文件,一般通过startup.bat启动tomcat时流程是: startup->cata 阅读全文
posted @ 2021-12-14 15:17 且行且思 阅读(1389) 评论(0) 推荐(0)
摘要:
一、PostgreSQL基本参数优化: PostgreSQL的配置文件是数据库目录(/opt/PostgresPlus/8.3/data)下的 postgresql.conf文件, 8.0以后的版本可支持K,M,G这样的参数,只要修改相应 参数后重新启动PostgreSQL服务就OK了。 share 阅读全文
posted @ 2021-12-14 10:44 且行且思 阅读(3610) 评论(0) 推荐(0)
摘要:
The server doesn't grant access to the database: the server reports FATAL: no pg_hba.conf entry for host "192.168.0.123", user "postgres", database "p 阅读全文
posted @ 2021-12-14 09:42 且行且思 阅读(694) 评论(0) 推荐(0)
摘要:
PostgreSQL 10 安装详细步骤: https://blog.csdn.net/antma/article/details/83579920 PostGIS 2.5.0 安装详细步骤:https://blog.csdn.net/antma/article/details/83580859 一 阅读全文
posted @ 2021-12-14 08:04 且行且思 阅读(717) 评论(0) 推荐(0) |
|||