04 2021 档案

摘要:https://cloud.tencent.com/developer/ask/59833 sudo -u postgres psql -U postgres -d postgres -c "alter user postgres with password 'password';"sudo -u 阅读全文
posted @ 2021-04-07 17:21 Billy.rao 阅读(634) 评论(0) 推荐(0)
摘要:http://www.cppblog.com/cppx/archive/2011/02/28/140794.html 一个简单的PostgreSQL数据库连接池实现 https://blog.csdn.net/supmana/article/details/109259053 C++实现数据库连接池 阅读全文
posted @ 2021-04-06 21:16 Billy.rao 阅读(45) 评论(0) 推荐(0)
摘要:https://www.yiibai.com/postgresql/ PostgreSQL教程 https://www.yiibai.com/postgresql/postgresql_c_cpp.html C/C++连接PostgreSQL数据库 https://www.jianshu.com/p 阅读全文
posted @ 2021-04-01 22:51 Billy.rao 阅读(614) 评论(0) 推荐(0)