date:2021/6/26 背景: 升级了jenkins后构建报错如标题。 报错截图如下: 话不多说,找了参考链接:https://issues.jenkins.io/browse/JENKINS-64806 需要更新指令插件,token 在jenkins得插件管理更新那里,找到这个插件(Toke ...
分类:
编程语言 时间:
2021-06-28 18:49:43
阅读次数:
0
最近新配了一个主机(开心😊) 配置: CPU Intel(R) Core(TM) i7-10700KF CPU @ 3.80GHz 3.79 GHz 主板 微星z490 S01 内存 金士顿 (Kingston) 16GB(8G×2) DDR4 3200 台式机内存条 骇客神条 Fury雷电系列 ...
现象: git clone 或是 git pull的时候会出错,error 大概如下 remote: Enumerating objects: 7433, done.remote: Counting objects: 100% (7433/7433), done.error: pack-object ...
分类:
其他好文 时间:
2021-06-28 18:00:00
阅读次数:
0
public void startC138() { new Thread(() -> { try { Thread.sleep(10000); String killredis = "/home/bjlthy/gym/code/killredis.sh"; Process ps = Runtime. ...
分类:
编程语言 时间:
2021-06-28 17:45:28
阅读次数:
0
export function chooseWXPay(params: wx.ChooseWXPayConfig) { return new Promise<{ status: 'success' | 'error' | 'cancel'; result?: string; message?: st ...
分类:
微信 时间:
2021-06-28 17:44:33
阅读次数:
0
这个错误的出现一般是SpringBoot的启动类(类名上面有@SpringBootApplication注解 )与controller包不在同一个目录下,解决方案就是把启动类和controller包放在同目录下就可以啦。 这个错误出现需要将Controller层中的@Controller注解改为@R ...
分类:
移动开发 时间:
2021-06-25 16:59:24
阅读次数:
0
前言 安装有两种方式,一种是从包管理器中安装,另一种是使用源码安装。 推荐使用包管理安装,然后在程序中加入cmake文件,通过cmake文件来查找库。 不推荐使用源码安装,因为在找库的时候和包管理安装冲突,产生很多问题 包管理器安装 # google-glog + gflags sudo apt-g ...
分类:
其他好文 时间:
2021-06-25 16:36:00
阅读次数:
0
[nginx@p0-hfssp-healthos-web02 sbin]$ sudo ./nginx -s reloadnginx: [error] invalid PID number "" in "/home/nginx/openresty/nginx/logs/nginx.pid" 发生这个错 ...
分类:
其他好文 时间:
2021-06-24 18:14:17
阅读次数:
0
Vue_控件(tree_table) 要使用tree_table之前要进行依赖的插入, 插入方法可以在vue UI中直接搜索依赖插入 在main.js中导入组件,然后全局定义组件,在使用组件的时候使用 import TreeTable from 'vue-table-with-tree-grid' ...
分类:
其他好文 时间:
2021-06-24 17:57:41
阅读次数:
0
> scRNA <- FindNeighbors(scRNA, dims = pc.num) Computing nearest neighbor graph Computing SNN Error in validObject(.Object) : invalid class “Graph” ob ...
分类:
其他好文 时间:
2021-06-24 17:51:06
阅读次数:
0