上一页 1 2 3 4 5 6 7 ··· 23 下一页
摘要: npm install element-plus windicss --save import { createApp } from 'vue' import App from './App.vue' import ElementPlus from 'element-plus' import 'el 阅读全文
posted @ 2023-05-11 23:00 明天OoO你好 阅读(275) 评论(0) 推荐(0) 编辑
摘要: http://www.likuli.com/doc/keras/15211966310968.html 关于深度学习 由于Keras是为深度学习设计的工具,这里只列举深度学习中的一些基本概念。请确保对下面的概念有一定理解: 有监督学习,无监督学习,分类,聚类,回归 神经元模型,多层感知器,BP算法 阅读全文
posted @ 2023-04-11 09:58 明天OoO你好 阅读(47) 评论(0) 推荐(0) 编辑
摘要: https://www.gl.sh.cn/2022/04/04/victoriametrics_qi_dong_can_shu_shuo_ming.html 阅读全文
posted @ 2023-04-04 22:11 明天OoO你好 阅读(127) 评论(0) 推荐(0) 编辑
摘要: http://icon.chrafz.com/icon/index.htm 阅读全文
posted @ 2023-03-30 21:09 明天OoO你好 阅读(9) 评论(0) 推荐(0) 编辑
摘要: tt@tt-PC:~/project$ cat /lib/systemd/system/clash.service [Unit] Description=A rule based proxy in Go for %i. After=network.target [Service] Type=simp 阅读全文
posted @ 2023-02-24 10:09 明天OoO你好 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 出处:https://www.cnblogs.com/jiujuan/p/16014608.html 什么是 channel 管道# 它是一个数据管道,可以往里面写数据,从里面读数据。 channel 是 goroutine 之间数据通信桥梁,而且是线程安全的。 channel 遵循先进先出原则。 阅读全文
posted @ 2023-02-02 22:39 明天OoO你好 阅读(45) 评论(0) 推荐(0) 编辑
摘要: https://go-zero.dev/cn/docs/blog/concurrency/stream 流式处理数据 阅读全文
posted @ 2023-01-18 09:32 明天OoO你好 阅读(26) 评论(0) 推荐(0) 编辑
摘要: k8s 学习(1)——CentOS 系统搭建 k8s 环境 2021年3月21日 15:01 阅读 3195 评论 1 环境准备 安装 docker-ce(所有机器) k8s 环境配置(所有机器) 安装k8s v1.16.0 (master节点) 安装k8s v1.16.0 (node 节点) 安装 阅读全文
posted @ 2023-01-10 10:43 明天OoO你好 阅读(223) 评论(0) 推荐(0) 编辑
摘要: k8s 学习(2)——使用 ansible-playbook 搭建 k8s 环境 2021年3月23日 20:52 阅读 3997 评论 6 步骤梳理 代码结构 安装流程 安装 docker(所有节点) 配置 k8s 环境信息(所有节点) 主节点安装 k8s node 节点安装 k8s 上一篇博客记 阅读全文
posted @ 2023-01-10 10:42 明天OoO你好 阅读(606) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/546340640 https://zhuanlan.zhihu.com/p/541592293 3.6.7 登录与执行速度比较慢 netmiko和设备交互,都是通过write_channel写入命令到通信隧道中,然后以某种频率去隧道中循环读 阅读全文
posted @ 2022-12-28 00:55 明天OoO你好 阅读(525) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 23 下一页