postgresql
阳光下的海狗
这个作者很懒,什么都没留下…
展开
-
postgres 建表时设置主键自增长以及字段类型修改
以借书为例create table t_borrow ( id SERIAL primary key not null , bookid integer not null , readerid integer not null , ...原创 2020-03-19 10:05:03 · 826 阅读 · 0 评论 -
DBUtil 实现对postgres 的链接操作
1、准备dbutils包,加入到项目中2、https://blog.csdn.net/yk583443123/article/details/104909459根据这个配置数据库连接3、数据操作(1)BeanHandler 查询一条(2)BeanListHandler查询一组(3)MapHandler 查询一条封装成Map(4)MapListHandler查询...原创 2020-03-17 21:52:34 · 417 阅读 · 0 评论 -
CentOS配置postgresql+postsql
CentOS配置postgresql+postsql1、软件需求:VmWare10.0+CentOS7+postgresql9.6+postgis24_96+pgAdmin42、安装步骤:(1)安装VMWare+虚拟机(2)window上安装pgAdmin4(3)虚拟机配置网络,进入/etc/sysconfig/network-scripts/,编辑ifcfg-ens33,配置原创 2017-11-15 15:13:08 · 699 阅读 · 0 评论