上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 60 下一页
摘要: each configuration file has 3 parts apiversion kind 然后是: 1) metadata 2) specification 3) status(这个是kubernete自动生成的) 如果kubernete发现status和spec不一样,就进行self 阅读全文
posted @ 2021-03-25 15:29 hh9515 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-03-25 11:42 hh9515 阅读(45) 评论(0) 推荐(0) 编辑
摘要: https://training.play-with-kubernetes.com/kubernetes-workshop/ kubeadm join 192.168.1.110:6443 --token lj36a3.rom4laxfccjftfhj \ --discovery-token-ca- 阅读全文
posted @ 2021-03-16 23:18 hh9515 阅读(571) 评论(0) 推荐(0) 编辑
摘要: selftuts 使用virtualbox 1. 创建1个ubuntu 2个ubuntu server 默认在enp0s3是可以连到互联网的,然后我们设置一个enp0s8的共享网络 2.在设置里创建一个Adapter2 NAT Network,然后 3. ifconfig 查看enp0s8 rout 阅读全文
posted @ 2021-03-16 11:35 hh9515 阅读(145) 评论(0) 推荐(0) 编辑
摘要: https://developers.google.com/web/updates/2018/01/devtools#async Step into: DevTools assumes that you want to pause in the asynchronous code that even 阅读全文
posted @ 2021-03-08 13:11 hh9515 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 1. 传统webpack工具从入口文件开始打包,生成的bundle.js内部带有模块系统。 2. vite直接使用esmodule,浏览器内部自带的高效模块系统,直接加载,所以速度快。 阅读全文
posted @ 2021-02-19 12:00 hh9515 阅读(236) 评论(0) 推荐(0) 编辑
摘要: https://web.dev/ https://bundlers.tooling.report/ https://developers.google.com/web https://developer.chrome.com/ 阅读全文
posted @ 2021-02-19 11:58 hh9515 阅读(53) 评论(0) 推荐(0) 编辑
摘要: (注意,最后一个Pause on exceptions 没有找到快捷键控制的方法) 现在有如下一个六键键盘: 资料: 1. vscode-icon: https://github.com/microsoft/vscode-codicons/tree/main/src/icons 2.chrome-i 阅读全文
posted @ 2021-01-24 15:55 hh9515 阅读(99) 评论(0) 推荐(0) 编辑
摘要: mac键盘上的这个键,是不是感觉没什么用,或者说平时使用率非常低, 我们可以把它改成一个有用键,然后真正的“\”backlash键改为用option+\呼出 什么是有用呢, 比如你公司有一款内部IM软件,平时工作中总是会弹出消息,每次手动点开很麻烦,这时候就可以,改键盘。用这个键呼出这个软件, 最好 阅读全文
posted @ 2021-01-21 18:14 hh9515 阅读(117) 评论(0) 推荐(0) 编辑
摘要: const arr = [2, 1, 5, 3, 6, 4, 8, 9, 7] function getSequence (arr) { // const p = arr.slice() // [2, 1, 5, 3, 6, 4, 8, 9, 7] const p = new Array(arr.l 阅读全文
posted @ 2020-11-08 22:30 hh9515 阅读(1371) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 60 下一页