在云那方

首页 新随笔 联系 订阅 管理

03 2016 档案

摘要:http://www.cnblogs.com/xiaoMzjm/p/5223799.html 阅读全文
posted @ 2016-03-07 10:38 Rich.T 阅读(174) 评论(0) 推荐(1)

摘要:批量导入文件 psql -h localhost -d dbname -U username -f filename 1. 创建用户 CREATE USER dbuser WITH PASSWORD 'password'; 2. 创建数据库 CREATE DATABASE dbname OWNER 阅读全文
posted @ 2016-03-02 14:25 Rich.T 阅读(380) 评论(0) 推荐(0)

摘要:pip install requests -i http://mirrors.cloud.aliyuncs.com/pypi/simple/ --trusted-host mirrors.cloud.aliyuncs.com 阅读全文
posted @ 2016-03-02 10:50 Rich.T 阅读(1286) 评论(0) 推荐(0)

摘要:yum install python-pip 阅读全文
posted @ 2016-03-01 17:22 Rich.T 阅读(154) 评论(0) 推荐(0)