上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 244 下一页
摘要: 使用CentOS,遇到本地时间对不上,直接敲命令:date -s "2017-10-21 15:15:15"是立即生效了,但是重启后,系统时间还是原来的。 修改了其一是没有办法奏效,必须两者都更改。 1.date //查看本地2.hwclock --show //查看硬件的时间3.如果硬件的时间是对 阅读全文
posted @ 2020-11-10 21:04 疯子110 阅读(1202) 评论(0) 推荐(0) 编辑
摘要: 时间用久了我的阿里云服务器下面的磁盘空间越来越少了,需要对无效的大文件进行清除删除.我通过find 命令查找到nginx/logs/ 目录西面有好几个大的日志文件.因此想对其清除,但是当我删除文件后,发现磁盘的空间并没有变化.具体的操作如下: 1 2 3 4 5 6 7 8 9 10 11 12 1 阅读全文
posted @ 2020-11-04 08:48 疯子110 阅读(2991) 评论(0) 推荐(0) 编辑
摘要: postgresql查询关键字有时候会遇到英文单引号的情况,比如你要查询一个英文句子 It's my love 好吧,这里会发现遇到了一个问题。(')单引号是postgresql中表示值的符号。比如 select * from mydoc WHERE code Like '%%' 大家都知道 % 符 阅读全文
posted @ 2020-11-04 08:47 疯子110 阅读(3016) 评论(0) 推荐(0) 编辑
摘要: 首先更正一下,在Linux系统下,查看IP地址,指令是ifconfig 没有root权限情况下,安装指令为 sudo yum -y install net-tool 有root权限的话,直接执行 yum -y install net-tools 阅读全文
posted @ 2020-10-30 18:28 疯子110 阅读(757) 评论(0) 推荐(0) 编辑
摘要: org.apache.catalina.LifecycleException: The configured protocol [org.apache.coyote.http11.Http11AprProtocol] requires the APR/native library which is 阅读全文
posted @ 2020-10-30 18:26 疯子110 阅读(1296) 评论(0) 推荐(0) 编辑
摘要: 在CentOS 7下,手工设置 /etc/resolv.conf 里的DNS,过了一会,发现被系统重新覆盖或者清除了。和CentOS 6下的设置DNS方法不同,有几种方式: 1、使用全新的命令行工具 nmcli 来设置 #显示当前网络连接 #nmcli connection show NAME UU 阅读全文
posted @ 2020-10-29 13:48 疯子110 阅读(6903) 评论(0) 推荐(0) 编辑
摘要: Download Maintainer: pgAdmin Development Team RPMs for various Redhat and derivative distributions are available from the pgAdmin Yum repository. The 阅读全文
posted @ 2020-10-29 13:46 疯子110 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 、安装 pgdg 资源文件 pgdg-centos11-11-2.noarch.rpm [root@pgadmin ~]# yum -y install https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/pgd 阅读全文
posted @ 2020-10-29 13:38 疯子110 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 简介 pgAdmin4 是开源数据库 PostgreSQL 的图形管理工具,是桌面版图形管理工具pgAdmin3 的重写,遵循 PostgreSQL协议 是开源、免费、可商用的。pgAdmin4 是python开发的web应用程序,既可以部署为web模式通过浏览器访问,也可以部署为桌面模式独立运行。 阅读全文
posted @ 2020-10-29 13:34 疯子110 阅读(4192) 评论(0) 推荐(0) 编辑
摘要: Problem When trying to remotely connect to Postgres 10.10 install for the first time I got and authentication error via pgadmin From the log files (/v 阅读全文
posted @ 2020-10-29 13:30 疯子110 阅读(1651) 评论(0) 推荐(0) 编辑
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 244 下一页