Problem: time series clustering TSC - unsupervised learning/ category information is not available. time-series clustering for anomaly detection/ patt ...
分类:
其他好文 时间:
2020-02-07 00:50:57
阅读次数:
99
一、编辑网卡文件 vi /etc/network/interfaces二、修改网卡文件 # This file describes the network interfaces available on your system# and how to activate them. For more ...
分类:
其他好文 时间:
2020-02-06 01:38:49
阅读次数:
133
一、双网卡双IP。 eth0为电信,eth1为联通。 # cd /etc/network/ #vi interfaces # This file describes the network interfaces available on your system # and how to activa ...
分类:
系统相关 时间:
2020-02-06 01:15:41
阅读次数:
162
Linux环境下apache服务器配置301跳转 基于ubuntu 16.04系统,使用 apache 进行布署,云服务器为阿里云 配置步骤 修改 apache 端口文件 找到/etc/apache2/sites available路径下的000 default.conf,写入以下代码 重启 apa ...
分类:
Web程序 时间:
2020-02-05 13:50:37
阅读次数:
89
在使用feign远程调用的时候启动项目报错。 报错信息如下: com.netflix.client.ClientException: Load balancer does not have available server for client:xxx 解决方法: 在客户端 (消费者) 的appli ...
分类:
Web程序 时间:
2020-02-04 20:50:20
阅读次数:
104
HTTP协议是Hyper Text Transfer Protocol(超文本传输协议)的缩写,和 TCP/IP 协议族内的其他众多的协议相同, 用于客户端和服务器之间的通信,请求访问文本或图像等资源的一端称为客户端, 而提供资源响应的一端称为服务器端。 HTTP协议交互的典型描述 为什么要“三次握 ...
分类:
Web程序 时间:
2020-02-02 01:16:53
阅读次数:
114
当使用 RestTemplate 可能会遇到异常: 典型如下: 这样使用,会出现如下报错信息: 这个地方很令人费解,难道不能这样使用?经过一顿查找,发现原来是因为。。。 url因为本身的原因,把花括号 { } 中的内容当成了占位符,而这里又没有明确说明占位符对应的值,所以会导致报错。 只需要简单几步 ...
分类:
其他好文 时间:
2020-01-29 21:24:42
阅读次数:
79
?创建deployment:nginx-deploy kubectl run nginx-deploy --image=nginx:1.14-alpine --port=80 --replicas=1 --dry-run=true #--dry-run =true:仅打印将要发送的对象,而不发送它。 ...
分类:
其他好文 时间:
2020-01-29 19:50:34
阅读次数:
1034
操作系统:win10 环境:vscode+anaconda(python3.7) 非常头疼的问题,查了很久发现是可能是anaconda的ssl模块和系统自带的冲突了,最后参考了以下这篇文章解决: 下载openssl的安装包并安装,并添加到系统环境变量 https://slproweb.com/pro ...
分类:
编程语言 时间:
2020-01-28 23:30:29
阅读次数:
93
今天想使用单元测试类,存储一些数据到mysql,可是,一直在报错,org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'locationService' available 检查了好久,实属无奈 ...
分类:
编程语言 时间:
2020-01-28 23:00:10
阅读次数:
201