自定义博客皮肤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 /pgdata chown -R postgres.postgres /pgdata chcon -t postgresql_db_t /pgdata su postgres /usr/pgsql-9.5/bin/initdb -D /pgdata chkconfig postgresql-9.5 on cp /usr/lib/systemd/sys...

2016-08-19 14:51:00 545

转载 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 3699

转载 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 120

转载 centos 安装 PyGreSQL

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

2016-05-06 14:23:00 273

空空如也

空空如也

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

TA关注的人

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