此博客链接: 检查两个字符串是否相等 题目链接:https://leetcode-cn.com/problems/check-if-two-string-arrays-are-equivalent/ 题目 给你两个字符串数组 word1 和 word2 。如果两个数组表示的字符串相同,返回 true ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 12:06:21   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    约束的分类: not null:非空,用于保证该字段的值不 能为空,比如姓名,学号 default:默认,用于保证该字段的默 认值 ,如性别 primary key:主键,用于保证该字段具 有唯一性,非空,如学号 unique:唯一,用于该字段具有唯一性, 可以为空 check:检查约束(mysql ...
                            
                            
                                分类:
数据库   时间:
2021-05-24 10:29:52   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1、什么是 nginx 高可用 (1)需要两台 nginx 服务器 (2)需要 keepalived (3)需要虚拟 ip 2、配置高可用的准备工作(1)需要两台服务器 192.168.17.129 和 192.168.17.131 (2)在两台服务器安装 nginx (3)在两台服务器安装 kee ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 08:39:55   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                查看远程与本地所有分支 git branch -a 拉取远程分支到本地 git checkout -b '车管家' remotes/origin/车管家 切换分支 git checkout -f test ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 04:44:55   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                本地搭建,我们可以使用LVS+KEEPALIVED方式轻松实现Kubernetes中的Api-server的高可用。但是,阿里的ECS不能使用KEEPALIVED。因为VPC不支持组播,没组播VRRP拿什么周期发通告报文(224.0.0.18)。所以我们被迫只能使用阿里的 slb了,阿里官方答复因为 ...
                            
                            
                         
                    
                        
                            
                            
                                <sql id="insertColumn"> data_job_id, ds_info, src_ds_type, dst_ds_type, scene_state, last_checked_time, check_period_ms, last_round_reset_time, round_ ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 04:16:16   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    How do I run a Python script from C#? The reason it isn't working is because you have UseShellExecute = false. If you don't use the shell, you will ha ...
                            
                            
                                分类:
编程语言   时间:
2021-05-24 01:04:39   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                环境:centos7 效果:监控所有接口,连续失败两次,发送信息给运维人员 思路:执行check.sh—读取interface接口内容—调用http-check脚本判断接口是否成功,失败写入文件fail.txt中—est-faile-time脚本判断失败的次数,两次及以上检测都失败——调用脚本sed ...
                            
                            
                                分类:
Web程序   时间:
2021-05-24 00:58:58   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    vscode配置c++插件教程链接如下: https://code.visualstudio.com/docs/cpp/config-msvc#_check-your-microsoft-visual-c-installation 必须有工作空间 有工作空间/workspace才能有配置文件。否则配 ...
                            
                            
                                分类:
编程语言   时间:
2021-05-24 00:18:33   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    [root@localhost ~]# innobackupex --copy-back sql.back/210504 00:02:07 innobackupex: Starting the copy-back operation IMPORTANT: Please check that the  ...
                            
                            
                                分类:
数据库   时间:
2021-05-23 23:07:55   
                                阅读次数:
0