码迷,mamicode.com
首页 >  
搜索关键字:start sshd failed    ( 34523个结果
Eureka-server搭建(入门)
1、导入坐标<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId> <version>Greenwich ...
分类:其他好文   时间:2020-10-27 11:35:08    阅读次数:18
安装Homebrew报错
安装brew报错如下: $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" curl: (7) Failed to connect to raw.git ...
分类:其他好文   时间:2020-10-26 11:47:36    阅读次数:21
MySQL启动关闭流程
1.启动数据库 1./etc/init.d/mysqld start > mysqld_safe > mysqld 2.systemctl start mysqld > mysqld_safe > mysqld 3.mysqld_safe --defaults-file=/etc/my.cnf & ...
分类:数据库   时间:2020-10-26 11:40:08    阅读次数:30
conda安装包的时候提示「CondaHTTPError: HTTP 000 CONNECTION FAILED for url....」
明明在配置文件中配置了清华的镜像,但是就是一直提示无法下载包。 目前网上大部分的解决方案配置如下: https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free https://mirrors.tuna.tsinghua.edu.cn/anacond ...
分类:Web程序   时间:2020-10-26 11:38:45    阅读次数:46
Java的多线程
Java的多线程 1. 通过Thread的子类 需要覆写 Thread 的public void run()方法 public class Test { public static void main(String[] args) { new MyThread("a").start(); new M ...
分类:编程语言   时间:2020-10-26 11:05:38    阅读次数:24
Spring系列——springboot整合quarter定时任务
简介本文主要介绍Spring系列Springboot整合quarter定时任务,大致分为三个部分:添加jar包、创建一个定时任务的配置类、创建具体执行的任务,希望看完本文后对大家有所帮助。
分类:编程语言   时间:2020-10-24 11:51:36    阅读次数:52
二、Prometheus基于Alertmanager实现钉钉告警
Alertmanager基于Webhook集成钉钉告警
分类:其他好文   时间:2020-10-24 11:44:43    阅读次数:32
ionic vue
原文 ionic 现在已经正式支持vue了(而且是3) 全局安装或升级ionic-cli: npm install -g @ionic/cli@latest 然后就可以创建项目了,跟之前用ionic创建angular项目差不多,以项目名myApp为例: ionic start myApp blank ...
分类:其他好文   时间:2020-10-24 10:01:50    阅读次数:27
`curl -L` 解决 GitHub 的 raw.githubusercontent.com 无法连接问题
解决 GitHub 的 raw.githubusercontent.com 无法连接问题 在使用 curl 下载文件时,如果出现以下情况 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection ref ...
分类:Web程序   时间:2020-10-24 09:48:51    阅读次数:57
windows延时自启动脚本
@echo off ping 127.0.0.1 -n 5 > nul start D:\TestOnly\TestOnly\bin\Debug\TestOnly.exe 保存文件后缀为.bat 执行ping指令5分钟后启动程序 ...
分类:Windows程序   时间:2020-10-24 09:48:34    阅读次数:32
34523条   上一页 1 ... 80 81 82 83 84 ... 3453 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!