码迷,mamicode.com
首页 >  
搜索关键字:ace    ( 20173个结果
检测configMap,重载Pod内的业务容器
Usage: 使用sidecar模式,跟业务进程运行在同一个Pod内,检测到configMap更新后,会自动触发Hook - name: prometheus-server-configmap-reload image: 'jimmidyson/configmap-reload:v0.3.0' ar ...
分类:其他好文   时间:2021-07-05 19:01:41    阅读次数:0
k8s资源sidecar
sidecar 模式 共享 网络 mount utc 不共享 ipc pid user apiVersion: v1 kind: Pod metadata: name: test-sidecar namespace: default spec: hostname: test-sidecar # 主机 ...
分类:其他好文   时间:2021-07-05 18:17:37    阅读次数:0
Mysql自动按月分区
mysql创建分区时依赖字段需要设为主键 例 我的依赖字段为collect_time 需要先创建至少一个分区 例:创建第一个分区时间小于’2020-02-01’ALTER TABLE tb_electric_power_info PARTITION BY RANGE (TO_DAYS(collect ...
分类:数据库   时间:2021-07-02 16:36:57    阅读次数:0
winform文本内容对比
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:Windows程序   时间:2021-07-02 16:19:59    阅读次数:0
关于Eclipse 使用Maven deploy命令部署构建到Nexus上
一、应用场景: SYS-UTIL(系统工具)项目部署、构建成JAR包(SYS-UTIL-1.0.0.jar)存储到Nexus私服上,以供其它项目(依赖)使用。 二、过程如下: 1、创建SYS-UTIL(系统工具)项目,即Maven 项目 2、配置SYS-UTIL(系统工具)项目POM.xml文件,指 ...
分类:系统相关   时间:2021-07-01 16:51:52    阅读次数:0
windows 静态绑定arp
1.先查看用的哪块网卡上的网,记录下Idx编号,我的是14 C:\Windows\system32>netsh i i show in Idx Met MTU 状态 名称 1 75 4294967295 connected Loopback Pseudo-Interface 1 10 1 65535 ...
分类:Windows程序   时间:2021-06-30 18:43:22    阅读次数:0
typescript之defaultProps
React 之 Default Prop Values React 官方文档 - Default Prop Values 方式一: Class 类名.属性名 通过组件的 defaultProps 属性可为其 Props 指定默认值。 class Greeting extends React.Comp ...
分类:其他好文   时间:2021-06-30 18:35:43    阅读次数:0
IsNullOrWhiteSpace和IsNullOrEmpty区别
string.IsNullOrEmpty:只能控制null和""string.IsNullOrWhiteSpace:控制null、""、" "(引号里面带空格) ...
分类:其他好文   时间:2021-06-30 18:35:25    阅读次数:0
简单工厂模式-java实现
简单工厂模式 Shape.java public interface Shape { void draw(); } Circle.java public class Circle implements Shape{ @Override public void draw() { System.out. ...
分类:编程语言   时间:2021-06-30 18:01:11    阅读次数:0
ideavim插件配置文件
ideavim插件配置 set scrolloff=3 " 3 lines above/below cursor when scrolling " 突出显示当前行 set cursorline " 在状态栏显示正在输入的命令 set showcmd " Emulated Plugins set su ...
分类:系统相关   时间:2021-06-29 16:11:42    阅读次数:0
20173条   上一页 1 2 3 4 ... 2018 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!