码迷,mamicode.com
首页 >  
搜索关键字:cond    ( 3718个结果
【k8s】livenessProbe-successThreshold
环境 kubernetes 1.20.4 Spring Boot 2.5.0-M3 目标 timeoutSeconds 执行探测的超时的秒数,默认值 1,最小值 1。 示例 Pod.yaml 定义一个探针需要两秒的命令。 apiVersion: v1 kind: Pod metadata: name ...
分类:其他好文   时间:2021-03-29 12:29:00    阅读次数:0
Docker上安装Redis
在Docker上快速搭建Redis单机、Redis主从复制、Redis哨兵模式、Redis Cluster集群 ...
分类:其他好文   时间:2021-03-18 14:35:14    阅读次数:0
awk 的 使用。
根据进程名,获取对应进程PID strace -o /sdcard/LogKit/output_wificond.txt -T -ttt -e trace=all -p `ps -A | grep wificond | awk '{print $2}'` strace -o /sdcard/LogK ...
分类:其他好文   时间:2021-03-18 14:14:50    阅读次数:0
「Vue — 插件」日期时间选择vue2-datepicke
网址:https://www.npmjs.com/package/vue2-datepicker 实例:只能选择整点或者半点 npm install vue2-datepicker --save <date-picker :open.sync="open" v-model="BeginTimes" ...
分类:其他好文   时间:2021-03-18 13:59:13    阅读次数:0
华为交换机堆叠配置
华为交换机配置堆叠,请大家参考。 S5720s-12TP-LI-AC Istack 堆叠配置Leaf1 实施 先关闭物理接口[Leaf1]int g 0/0/11[Leaf1-GigabitEthernet0/0/11]shutdown[Leaf1]int g 0/0/12[Leaf1-Gigabi ...
分类:其他好文   时间:2021-03-17 14:24:45    阅读次数:0
NC 自定义项参照设置为查询条件
select * from pub_query_condition where pk_templet in (select id from pub_query_templet where node_code like'HTK103%')把consult_code 设置成bd_refinfo的参照名字 ...
分类:其他好文   时间:2021-03-15 10:59:36    阅读次数:0
1285【毕设课设】基于单片机SHT11温湿度采集报警系统设计
【资源下载】百度网盘下载地址如下:https://docs.qq.com/doc/DTlRSd01BZXNpRUxl #include<reg51.h> #include <intrins.h> #include <math.h> #include <stdio.h> #define LCD_DB ...
分类:其他好文   时间:2021-03-09 13:49:00    阅读次数:0
[CSS] Choose between Grid layout and flexbox
1. Grid: by default showing content in Y axis (column), Flex: by default showing content in X axis. Exp: If you want to style a header.. you can use f ...
分类:Web程序   时间:2021-03-09 13:32:34    阅读次数:0
.NETcore中使用jwt来对api进行身份验证
https://www.cnblogs.com/hallejuayahaha/p/12029316.html ...
分类:Windows程序   时间:2021-03-03 12:11:05    阅读次数:0
C/C++中双感叹号!!的含义
C语言中偶尔会遇到 !!(cond),特别是在宏定义当中; 一个感叹号!我们知道是取非,如下: !(非零)=0 !(零)=1 两个感叹号由此推导可以知道: !!(非零)=1 !!(零)=0 C语言中的感叹号(!)是逻辑运算操作符。经过该操作符运算后的值只有 2 种情况,要么为 1,即 True,要么 ...
分类:编程语言   时间:2021-03-02 12:01:12    阅读次数:0
3718条   上一页 1 ... 4 5 6 7 8 ... 372 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!