Started by user test java.lang.NoSuchMethodError: org.eclipse.jgit.lib.Repository.getRef(Ljava/lang/String;)Lorg/eclipse/jgit/lib/Ref; at jenkins.plug ...
分类:
编程语言 时间:
2020-03-02 12:53:02
阅读次数:
279
这几天研究了用hugo搭建个人博客。 简单的整理了一下。 1.安装hugo(windows 请查看官网介绍 https://gohugo.io/getting started/installing/) $ brew install hugo 之后检查版本 2.创建hugo 项目 $ hugo new ...
分类:
其他好文 时间:
2020-02-29 14:45:13
阅读次数:
77
1-下载anaconda3并安装 2-打开condaprompt 3-conda create --name pytorch python=3.6 遇到提示键入y 4-activate pytorch 5-从官网 https://pytorch.org/get-started/locally/ 选择 ...
背景测试的时候,通常需要将Pod中的container频繁地杀死,重启。在这个过程中,Pod的状态经常会出现CrashLoopBackOff,而且container重启的时间越来越长。分析为了避免container频繁地restart,k8s对containerrestart过程做了限制,使用back-off的方法,官方文档中的说法是:Failedcontainersthatarerestarte
分类:
其他好文 时间:
2020-02-24 00:00:23
阅读次数:
219
分享几个链接 module官方配置上手 https://goproxy.io/zh/docs/getting-started.html module示例 https://juejin.im/post/5c8e503a6fb9a070d878184a 几个通用的解决go get失败问题 https:/ ...
分类:
其他好文 时间:
2020-02-23 09:46:24
阅读次数:
93
influxDB 安装 下载 https://portal.influxdata.com/downloads/ 这里需要注意因为这个网站引用了google的api所以国内点页面的按钮是没反应的,怎么办呢? 按照下图所示,按F12打开浏览器的控制台,然后点击Elements,按下Ctrl/Comman ...
分类:
数据库 时间:
2020-02-22 15:29:38
阅读次数:
765
Getting Started Getting the Source Code git clone https://github.com/spdk/spdk cd spdk git submodule update --init 获取源码 git clone https://github.com/s ...
分类:
其他好文 时间:
2020-02-22 14:02:27
阅读次数:
68
题目: In this problem, a tree is an undirected graph that is connected and has no cycles. The given input is a graph that started as a tree with N nodes ...
分类:
编程语言 时间:
2020-02-21 22:42:00
阅读次数:
81
通过GUI按照流程操作 更换之前确认热备状态(是否顶替),坏盘是否failed offline状态。 1、热备盘更换之后手工设置为后备盘 2、数据盘更换之后会同步数据event信息如下: array mdisk has started exchangeing an array member ...
分类:
其他好文 时间:
2020-02-20 17:03:39
阅读次数:
82
踩了很多坑,以为其他地方有捷径。 可能是小程序云开发刚起步的原因吧。 最终还是用官网的文档解决的问题。 "https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting started.html" 至于UI效果可以用van ...
分类:
微信 时间:
2020-02-20 10:14:08
阅读次数:
287