08 2018 档案

摘要:一、先安装好需要的东西 xorm 也可以参考官方文档 readme.md https://github.com/go xorm/cmd 和 http://xorm.io/docs/ 安装驱动版本,选择自己需要用的 二、配置%GOPATH%/Bin的环境变量 三、测试xorm cmd是否安装成功 xo 阅读全文
posted @ 2018-08-30 18:16 nickchou 阅读(2886) 评论(0) 推荐(1)
摘要:获取最新版本 https://api.github.com/repos/nickchou/paopao/releases/latest 获取版本列表 https://api.github.com/repos/nickchou/paopao/releases nickhou:github账号,根据需要 阅读全文
posted @ 2018-08-25 11:00 nickchou 阅读(3543) 评论(0) 推荐(0)
摘要:window installer下载地址:https://www.enterprisedb.com/downloads/postgres postgresql downloads 其他版本官网下载地址: https://www.postgresql.org/download/ 涉及安装的软件有: 1 阅读全文
posted @ 2018-08-03 22:18 nickchou 阅读(1198) 评论(0) 推荐(0)
摘要:官方数据类型document https://www.postgresql.org/docs/10/static/datatype.html PostgreSQL拥有丰富的数据类型供用户使用。用户也可以使用 CREATE TYPE 命令向PostgreSQL添加新类型 。 通用的数据类型 表1是内置 阅读全文
posted @ 2018-08-01 09:16 nickchou 阅读(5308) 评论(0) 推荐(0)