写在前面之前的博客中有写过k8s拉取官方镜像,但在实际生产环境中,我们通常都是利用Dockerfile构建的镜像,使用k8s拉取harbor私有仓库的镜像,是很有必要学习的。实验环境IP地址角色部署软件192.168.154.134masterdocker、k8s192.168.154.129node01docker、k8s192.168.154.132node02docker、k8s192.16
分类:
其他好文 时间:
2020-09-18 03:36:20
阅读次数:
43
private createGameScene1(): void { var bg = new egret.Shape(); bg.graphics.beginFill(0x0000FF); bg.graphics.drawRect(0, 0, 480, 800); bg.graphics.endF ...
分类:
其他好文 时间:
2020-09-18 02:59:42
阅读次数:
35
如果想从头学起Cypress,可以看下面的系列文章哦 https://www.cnblogs.com/poloyy/category/1768839.html 作用 创建一个断言,断言将自动重试,直到它们通过或超时 和 should() 一个用法 语法格式 .and(chainers) .and(c ...
分类:
其他好文 时间:
2020-09-18 02:54:51
阅读次数:
37
什么是Spring spring是分层的java应用全栈轻量级开源框架,以IOC和AOP为为内核,提供了展现层springmvc和持久层spring jdbc以及业务层事务管理等众多企业级应用技术。 IOC——inverse of control反转控制;AOP——aspect oriented p ...
分类:
编程语言 时间:
2020-09-17 23:51:57
阅读次数:
36
问题 K: Length of Bundle Rope 时间限制: 2 Sec 内存限制: 1024 MB提交 状态 题目描述 Due to the development of online shopping, the logistics industry which is highly conn ...
分类:
其他好文 时间:
2020-09-17 22:58:33
阅读次数:
44
flex布局 操作方便,布局极其简单,移动端使用比较广泛 pc端浏览器支持情况比较差 IE11或更低版本不支持flex或仅支持部分 父项常见属性 flex-direction:设置主轴的方向 justify-content:设置主轴上的子元素排列方式 flex-wrap:设置子元素是否换行 alig ...
分类:
其他好文 时间:
2020-09-17 21:26:48
阅读次数:
44
题目 给定两个二叉树,编写一个函数来检验它们是否相同。 如果两个树在结构上相同,并且节点具有相同的值,则认为它们是相同的。 示例 1: ? 输入: 1 1 / \ / \ 2 3 2 3 [1,2,3], [1,2,3] 输出: true 示例 2: 输入: 1 1 / \ 2 2 [1,2], [ ...
分类:
编程语言 时间:
2020-09-17 18:59:42
阅读次数:
34
上传ipa包时候报错: ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/**.app/guide.bundle' does not contain a bundle executable. If ...
分类:
移动开发 时间:
2020-09-17 18:57:05
阅读次数:
48
原文地址:https://jingyan.baidu.com/article/fd8044fa2e7af35031137af2.html wordpress更新时需要ftp的解决方法如下: 在wp-config.php中添加以下代码 1 2 3 define("FS_METHOD","direct" ...
分类:
其他好文 时间:
2020-09-17 18:17:38
阅读次数:
35
参考地址:https://github.com/aspnet/SignalR/issues/984 解决方案: 1. 找到Service Fabric 对应的"负载均衡器", 2. 负载均衡规则 3. 找到出现问题服务的端口号 4. 修改会话持续性=客户端IP 5. 等待更新完成后尝试。 ...
分类:
Web程序 时间:
2020-09-17 17:24:28
阅读次数:
36