发送请求是跳过证书 package com.yurun.micro.common.third.ding; import okhttp3.OkHttpClient; import javax.net.ssl.*; /** * okhttp ssl证书解决 * @author dll * @create ...
分类:
编程语言 时间:
2020-07-27 15:48:27
阅读次数:
80
加载或者安装R包 stringr,stringr时报错如下 libicui18n.so.64 找不到 加载: library(stringi)Error: package or namespace load failed for ‘stringi’ in dyn.load(file, DLLpath ...
分类:
其他好文 时间:
2020-07-27 09:39:17
阅读次数:
150
b for ssh.service failed because the control process exited with error code. See "systemctl status ssh.service" and "journalctl -xe" for details. 1.按照 ...
分类:
其他好文 时间:
2020-07-26 15:55:41
阅读次数:
180
ssh无法启动 (code=exited, status=255) 2019年1月30日ssh 服务器运行了一些脚本后,突然发现无法ssh了。 root@X61T:/home/liang# service sshd restart Job for ssh.service failed because ...
分类:
其他好文 时间:
2020-07-26 15:52:25
阅读次数:
322
CentOS7启动SSH服务报:Job for ssh.service failed because the control process exited with error code.......... 宇智波唐嫣 2019-04-18 12:07:00 1384 收藏 1版权面试:你懂什么是分 ...
分类:
其他好文 时间:
2020-07-26 15:12:02
阅读次数:
128
最近用户反映一些电脑启动程序就崩溃,还给演示了一个比较诡异的问题 “把软件重新拷贝到另外一个目录,就能正常运行"。还说过一段时间又不能运行需要在换个位置。 ’由于当时没有设置全局异常,只能借助系统操作日志来分析, 系统日志记录不全,就说发生一个异常程序挂掉。 就简单加上全局异常捕获。 public ...
分类:
其他好文 时间:
2020-07-26 15:11:49
阅读次数:
94
起初这个是因为编译时出现了一个错误: 使用安卓模拟器遇到Installation failed with message INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113. 错误 后来发现该解决 ...
分类:
移动开发 时间:
2020-07-26 15:03:39
阅读次数:
109
解决goland module代理无法访问 问题如下 D:\project\demo1\main>go run main.go go: finding module for package github.com/sirupsen/logrus main.go:4:2: module github.c ...
分类:
其他好文 时间:
2020-07-26 02:07:34
阅读次数:
151
产生原因: 先说一下Git和SVN的区别吧,有助于更好的理解这个问题。 SVN从服务器上update文件时,如果文件有冲突,SVN会自动帮你merge,很方便; GIT如果本地有文件改动未提交,且该文件和服务器最新版本有冲突,pull更新时会提示错误,无法更新。 就是这个小小的区别,造成了产生"Gi ...
分类:
其他好文 时间:
2020-07-26 01:36:26
阅读次数:
171
前言 vue通信手段有很多种,props/emit、vuex、event bus、provide/inject 等。还有一种通信方式,那就是 $attrs 和 $listeners,之前早就听说这两个api,趁着有空来补补。这种方式挺优雅,使用起来也不赖。下面例子都会通过父、子、孙子,三者的关系来说 ...
分类:
其他好文 时间:
2020-07-26 00:35:59
阅读次数:
70