摘要:
PostgreSQL 存储过程示例 阅读全文
阅读排行榜
pip install安装python依赖包时报错:command 'gcc' failed with exit status 1的解决方案
2021-09-18 16:13 by DataBases, 984 阅读, 收藏,
摘要:
环境:Centos 7 Python 2.7 在安装python依赖包时报错:command 'gcc' failed with exit status 1; 解决方案是: sudo yum install python-dev sudo yum install gcc 如果问题还没解决,可以尝试安 阅读全文
PostgreSQL 磁盘使用大小监控
2016-06-28 10:23 by DataBases, 972 阅读, 收藏,
摘要:
表大小信息 postgres=# SELECT *, pg_size_pretty(total_bytes) AS totalpostgres-# , pg_size_pretty(index_bytes) AS INDEXpostgres-# , pg_size_pretty(toast_byte 阅读全文
postgres timesaledb MySQL数据库容器化部署
2020-10-14 11:06 by DataBases, 946 阅读, 收藏,
摘要:
(base) [root@dadevenv ~]# curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun# Executing docker install script, commit: 26ff363bcf3b3f5 阅读全文
使用IDEA指定main函数,打出带MANIFEST.MF文件的Jar包
2022-07-15 19:16 by DataBases, 943 阅读, 收藏,
摘要:
[hadoop@node01 jars]$ java -jar ShortColorDev-1.0.jar no main manifest attribute, in ShortColorDev-1.0.jar [hadoop@node01 jars]$ java -jar ShortColorD 阅读全文
浙公网安备 33010602011771号