简介 在 Kubernetes 中,调度是指将 Pod 放置到合适的 Node 上,然后对应 Node 上的 kubelet 才能够运行这些 Pod。K8s scheduler 就是用来调度 pod 的一个组件。 本文主要是通过源码了解调度器的部分工作流程。 源码分析 Based on Kubern ...
分类:
其他好文 时间:
2021-06-23 16:45:44
阅读次数:
0
今天完成内容: 学习web 用户注册页面 <!DOCTYPE html><html lang="en"><head> <!-- Basic --> <meta charset="utf-8" /> <!-- 告诉IE浏览器,IE8/9及以后的版本都会以最高版本IE来渲染页面 --> <meta ht ...
分类:
其他好文 时间:
2021-06-21 20:43:18
阅读次数:
0
XML 配置 官方文档:https://dubbo.apache.org/zh/docs/v2.7/user/references/xml/ provider示例 <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:d ...
分类:
其他好文 时间:
2021-06-21 20:24:46
阅读次数:
0
编译不出Makefile的原因 window 系统上我不安装了VS2017和TDM-GCC 而默认情况就给我生成vs2017 中的对应工程东西。 这个并不是我需要的。 我需要的是自动生成Makefile 错误提示 更加网络使用命令 cmake . -G "Unix Makefiles" //这个命令 ...
一、问题描述 容器中修改了/etc/hosts文件。手动测试已经生效。但是容器中的项目却还是访问的公网。 二、问题解决 修改dockerfile。在dockerfile中添加/etc/nsswitch.conf文件 RUN [ ! -e /etc/nsswitch.conf ] && echo 'h ...
分类:
其他好文 时间:
2021-06-18 20:07:20
阅读次数:
0
Roslyn C# 下载地址:https://files-cdn.cnblogs.com/files/sanyejun/RoslynC_RuntimeCompiler.zip 使用示例 using System.Collections; using System.Collections.Generi ...
分类:
编程语言 时间:
2021-06-18 19:54:54
阅读次数:
0
原文: https://maplemei.gitee.io/xm-select/#/component/install https://gitee.com/maplemei/xm-select https://maplemei.gitee.io/xm-select/#/basic/prop 代码 < ...
分类:
其他好文 时间:
2021-06-15 18:52:43
阅读次数:
0
(适用于全国卷高考未改革地区) 起源 临近高考时,感觉每天做的模拟题质量不行,各种丑题粪题堆了一垃圾桶。 在愤怒与无奈之下,我瞎造了这一套题(雾 题面 p.s. 最好用 WPS 或较早版本的微软 Office Word 打开(较新版本无法编辑公式,但不影响阅读)。题目中的所有图片均用 Word 制作 ...
分类:
其他好文 时间:
2021-06-15 18:05:23
阅读次数:
0
什么是 readme§ A readme (or read me) file contains information about other files in a directory or archive and is very commonly distributed with computer ...
分类:
其他好文 时间:
2021-06-13 09:57:10
阅读次数:
0
1、环境 Qt5.15 + mysql-5.7.26 Qt源码路径 C:\Qt\5.15.0\Src\qtbase\src\plugins\sqldrivers\mysql mysql-5.7.26安装路径 C:\Program Files (x86)\mysql-5.7.26-win32 2、使用 ...
分类:
数据库 时间:
2021-06-11 18:24:15
阅读次数:
0