window.cnblogsConfig = { switchDayNight: { enable: true, nightMode: true, // 强制夜间模式 (版本 >= v2.0.6) auto: { enable: false } }, }
摘要: PostgreSQL 常用命令 🐘 PostgreSQL 常用命令参考手册 📥 连接数据库 psql -h 主机名 -p 端口 -U 用户名 -d 数据库名 示例: psql -h localhost -p 5432 -U postgres -d mydatabase 本地简写方式: psql -U postgres -d m 阅读全文
posted @ 2025-04-15 14:57 AccountNull 阅读(175) 评论(0) 推荐(0)