import numpy as np import matplotlib.pyplot as plt from sklearn import datasets, linear_model,svm from sklearn.model_selection import train_test_split... ...
分类:
编程语言 时间:
2019-05-01 10:34:34
阅读次数:
175
index.html 为一个静态维护页面 在容器服务创建应用和服务 在 路由 ingress 进行变更 为 weifeng-ui-maintain-svc 和 443端口 等页面恢复后, 再将路由 ingress 变更到 正常的ui-svc ...
分类:
其他好文 时间:
2019-04-24 19:33:41
阅读次数:
146
一、SVM目标和原理 svm分为线性可分和线性不可分两种 线性可分: svm.SVC(C=0.8, kernel='linear', class_weight={-1:1, 1:20}) 线性不可分: 使用径向基(高斯)核函数 svm.SVC(C=0.8, kernel='rbf', class_w ...
分类:
其他好文 时间:
2019-04-22 20:56:40
阅读次数:
168
对于Cortex-M单片机,用户程序调用RTOS系统函数有两种思路:假设创建任务的RTOS函数是xxx_task_create()第一类:FreeRTOS、RT-Thread中采用的方法,和调用普通的用户函数一样,xxx_task_create()调用直接执行任务创建代码第二类:RTX、zephyr ...
分类:
其他好文 时间:
2019-04-18 20:11:09
阅读次数:
145
apt install docker.io 配置加速器、私有仓库地址 mkdir -p /etc/dockertee /etc/docker/daemon.json <<-'EOF'{ "registry-mirrors": ["https://plapxez2.mirror.aliyuncs.co ...
分类:
其他好文 时间:
2019-04-16 01:20:10
阅读次数:
203
原文:更新k8s镜像版本的三种方式 一、知识准备 更新镜像版本是在k8s日常使用中非常常见的一种操作,本文主要介绍更新介绍的三种方法 二、环境准备 组件 版本 OS Ubuntu 18.04.1 LTS docker 18.06.0-ce 三、准备镜像 首先准备2个不同版本的镜像,用于测试(已经在阿... ...
分类:
其他好文 时间:
2019-04-08 15:43:47
阅读次数:
229
执行删除/启动: sc delete testService / sc start testService ...
分类:
其他好文 时间:
2019-03-31 22:05:52
阅读次数:
172
a.创建deployment pod 准备svc文件 创建nginx-svc b.升级mynginx,nginx:1.13 > nginx:1.15 c.回滚升级 ...
分类:
Web程序 时间:
2019-03-20 20:47:38
阅读次数:
234
TASK[openshift_service_catalog:Verifythatthecatalogapiserverisrunning]curl:(7)Failedconnecttoapiserver.kube-service-catalog.svc:443;Connectionrefused"WarningFailedMountkubelet,okd311MountVolume.S
分类:
其他好文 时间:
2019-03-07 18:01:42
阅读次数:
236