2019年1月7日

greenplum 亿级数据导入测试

摘要: 1、启动gpfdist服务 后台启动:nohup ./gpfdist -d /data1/gpfdist/ -p 5439 -t 600 -l /data1/gpfdist/gpfdist.log & 2、创建外表 CREATE EXTERNAL TABLE "external_位置" ("id" 阅读全文

posted @ 2019-01-07 17:05 纤纤细细腰 阅读(2296) 评论(0) 推荐(0)

2018年12月28日

httpClient token认证 接口调用示例

摘要: package com.bbd.onet.data.service.impl;import com.github.jsonldjava.utils.JsonUtils;import org.apache.http.conn.ssl.AllowAllHostnameVerifier;import or 阅读全文

posted @ 2018-12-28 18:05 纤纤细细腰 阅读(6843) 评论(0) 推荐(0)

2018年11月15日

使用swagger2markup导出swagger离线PDF/HTML文档

摘要: <dependency> <groupId>io.github.swagger2markup</groupId> <artifactId>swagger2markup</artifactId> <version>1.3.1</version> </dependency> 生成文件如下图: 2、将ad 阅读全文

posted @ 2018-11-15 10:54 纤纤细细腰 阅读(8438) 评论(0) 推荐(0)

导航