码迷,mamicode.com
首页 >  
搜索关键字:can you solve this e    ( 46157个结果
K8S中安装metrics-server的正确方式
作者:李毓在正常情况下,控制台输入kubectltoppods命令,会返回如下提示:[root@adm-master~]#kubectltoppodsErrorfromserver(NotFound):theservercouldnotfindtherequestedresource(getserviceshttp:heapster:)这是因为还缺少个组件,这个组件叫做metric-server。
分类:其他好文   时间:2020-08-20 18:28:14    阅读次数:116
[LeetCode] 956. Tallest Billboard 最高的广告牌
You are installing a billboard and want it to have the largest height. The billboard will have two steel supports, one on each side. Each steel suppor ...
分类:其他好文   时间:2020-08-19 19:53:32    阅读次数:69
正则表达式常用通配符
//匹配所有 //var reg=/./; //匹配数字 //var reg=/\d/; //匹配非数字 //var reg=/\D/; //匹配字母数字下划线 //var reg=/\W/; //匹配def var reg=/[^0-9]/; //定义字符串 var str="abc"; //判断 ...
分类:其他好文   时间:2020-08-19 19:22:12    阅读次数:80
Docker常用命令
帮助命令 docker version # 显示docker的版本信息 docker info # 显示docker的系统信息,包括镜像和容器的数量 docker 命令 --help # 帮助命令 帮助文档的地址:https://docs.docker.com/engine/reference/ru ...
分类:其他好文   时间:2020-08-18 14:08:01    阅读次数:91
Mysql 8.0 ERROR 1064 (42000)
Mysql 8.0 ERROR 1064 (42000)
分类:数据库   时间:2020-08-18 13:43:11    阅读次数:81
poj3237 Tree
树链剖分基本操作: 1. 修改第i条边的权值。 2. 对树上一条路径的权值取反(正变负,负变正)。 3. 查询树上一条路径的权值的最大值。 因为要取反,所以要同时维护最大值和最小值。 1 #include<cstdio> 2 #include<cstring> 3 #include<algorith ...
分类:其他好文   时间:2020-08-18 13:36:03    阅读次数:62
JAVA-SDK-Excel4j使用遇见的问题
1. com.github.crab2died.exceptions.Excel4JException: java.beans.IntrospectionException: Can not get the getter or setter method 标题不能大写 参考文档地址:https:// ...
分类:编程语言   时间:2020-08-17 16:58:49    阅读次数:73
1,Dvops python(input用户交互,格式化文本输出)
input用户交互函数使用input函数需要用户键盘输入变量,多种表达方式注意在python中“”与‘’是没区别的,所见即所得,未加“”表示引用变量,在shell“”会进行转义name=input("yourname:")print(input("yourname:"))yourname:dwl常用占位符%d整数%f浮点数%s字符串%x十六进制整数使用方法:tpl="iam%s"%"alex"##
分类:编程语言   时间:2020-08-13 22:10:52    阅读次数:103
ERROR 1064 (42000)
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use n ...
分类:其他好文   时间:2020-08-13 12:42:41    阅读次数:61
LTE - Model HARQ Indicator and PHICH
This example shows how to implement the HARQ Indicator (HI) and physical HI channel (PHICH). You create the processing chain of coding hybrid indicato ...
分类:其他好文   时间:2020-08-13 12:11:36    阅读次数:61
46157条   上一页 1 ... 72 73 74 75 76 ... 4616 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!