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
                             
                    
                        
                            
                            
                                
                    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
                             
                    
                        
                            
                            
                                
                    1、官网下载UnixODBC:unixODBC 2.3.2 麒麟官网:http://download.cs2c.com.cn/neokylin/desktop/development/5.4/ls_64/os/Packages/ 龙芯官网http://ftp.loongnix.org/os/loon ...
                            
                            
                                分类:
数据库   时间:
2021-07-05 18:16:03   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                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
                             
                    
                        
                            
                            
                                
                    using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
                            
                            
                         
                    
                        
                            
                            
                                一、应用场景: 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
                             
                    
                        
                            
                            
                                0.引入驱动jar包 使用jdbc进行具体操作前,需要引入相关数据库的jar包, 或者使用mave管理依赖 <!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java --> <dependency> <groupId>mys ...
                            
                            
                                分类:
数据库   时间:
2021-07-01 16:28:37   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    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 ...
                            
                            
                         
                    
                        
                            
                            
                                
                    React 之 Default Prop Values React 官方文档 - Default Prop Values 方式一: Class 类名.属性名 通过组件的 defaultProps 属性可为其 Props 指定默认值。 class Greeting extends React.Comp ...
                            
                            
                                分类:
其他好文   时间:
2021-06-30 18:35:43   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    string.IsNullOrEmpty:只能控制null和""string.IsNullOrWhiteSpace:控制null、""、" "(引号里面带空格) ...
                            
                            
                                分类:
其他好文   时间:
2021-06-30 18:35:25   
                                阅读次数:
0