代码改变世界

阅读排行榜

PostgreSQL function examples

2015-10-14 16:19 by DataBases, 1008 阅读, 收藏,
摘要: 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 阅读全文
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 80 下一页