自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

转载 CentOS 7 PostgreSQL 指定数据库目录

mkdir /pgdatachown -R postgres.postgres /pgdatachcon -t postgresql_db_t /pgdatasu postgres/usr/pgsql-9.5/bin/initdb -D /pgdatachkconfig postgresql-9.5 oncp /usr/lib/systemd/sys...

2016-08-19 14:51:00 536

转载 PostgreSQL的jsonb类型中包含数组的 增加、遍历、查找、修改

Postgresql 版本 :9.5表结构CREATE TABLE person(id serial, info jsonb);JSONB结构[{"num":"学号","name":"姓名","score":"成绩"},{"num":"学号","name":"姓名","score":"成绩"}]插入INSERT INTO person (inf...

2016-05-25 15:01:00 3686

转载 vmware下centos yum update 后vmtools 共享文件夹失效的解决

vi/etc/selinux/config将改为SELINUX=disabled重装vmtools转载于:https://www.cnblogs.com/23cm/p/5467736.html

2016-05-07 09:21:00 118

转载 centos 安装 PyGreSQL

yum install python-develyum install postgresql-devel安装PyGreSQLpip install PyGreSQL如果没有pip,安装pipyum -y install epel-releaseyum -y install python-pip转载于:htt...

2016-05-06 14:23:00 267

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除