老样子集成base 镜像构建,以下是clickhouse dockerfile Dockerfile FROM dalongrong/pgspider:base as build WORKDIR /app RUN apt-get update && apt-get install -y openss ...
分类:
其他好文 时间:
2020-02-22 00:44:06
阅读次数:
136
@[toc] Tomcat配置 在Springboot项目中,可以内置tomcat、netty等容器。当添加了spring boot stater web依赖之后,默认使用tomcat作为web容器。如果需要对tomcat进一步配置,可以在application.properties中进行配置。 p ...
分类:
编程语言 时间:
2020-02-21 23:53:00
阅读次数:
91
解决方法 把build里面的webpack.base.conf.js里面的createLintingRule里面的内容注释掉 ...
分类:
其他好文 时间:
2020-02-21 20:24:18
阅读次数:
84
这个迭代刚好要在做TeamCity迁移工作,也算边工作边学习吧,把遇到的问题记录下来,希望能帮到有需要的胖友。 一、Windows系统下 安装与配置Agent 1.先在TeamCity服务中的导航栏中点击Administration,点击Install Build Agents,下载相应的Agent ...
.gradle.gradlew.gradlew.bat.DS_Store/gradle*.iml/build/releasebonree.txt.idea*/buildlocal.propertiesgradle-wrapper.properties ...
分类:
其他好文 时间:
2020-02-21 17:45:04
阅读次数:
51
Jenkins 参数集成 1.新建项目 2.添加选项 #!/bin/sh echo "Current deploy environment is $deploy_env" echo "The build is $version" echo "The paasword is $pass" if $bo ...
分类:
其他好文 时间:
2020-02-21 14:31:36
阅读次数:
65
Jenkins Git集成 1.新建项目 2.新建gitlab项目 克隆地址 3.添加git选项 4.build并查看日志 ...
分类:
其他好文 时间:
2020-02-21 14:25:05
阅读次数:
65
前言 需求: 1、调用商品接口获取sku信息 2、判断库存,如果库存大于500,调用buy接口购买10个商品,否则购买1个商品 一:添加商品http请求,参数id的值调用函数助手进行参数化 二:添加后置处理器-JSON提取器或正则表达式提取器(这里使用JSON提取器)提取商品接口返回结果stock的 ...
分类:
系统相关 时间:
2020-02-21 00:01:49
阅读次数:
104
论文地址:https://link.zhihu.com/?target=https%3A//arxiv.org/pdf/1911.08947.pdf github:https://github.com/MhLiao/DB 捣鼓DB有一段时间了,年前开始就训练了。 问题1:不收敛,原来是我的数据标签有 ...
分类:
数据库 时间:
2020-02-20 22:26:38
阅读次数:
134
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <configuration> <archive> <manif ...
分类:
编程语言 时间:
2020-02-20 22:13:21
阅读次数:
67