可以设置mysql的id字段自动递增,方法如下:在 MySQL 8.0 Command Line Client 中操作 use 数据库名称 ALTER TABLE 数据库中的表名称 MODIFY id int NOT NULL AUTO_INCREMENT; 问题得以解决 ...
                            
                            
                                分类:
数据库   时间:
2021-01-27 13:57:27   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    1.1 上传vmm+vmc ISO到 vmware ESXI 6.5 1.2 配置ESXI6.5 1、新建虚拟交换机 vSwitch1 2、新建端口组vmm 1.2 .1 点击刚建立的vSwitch1 添加上行链路 并打开混杂模式 点击 “操作” 选择“编辑设置” 选择“安全” 打开混杂模式 1.2 ...
                            
                            
                                分类:
其他好文   时间:
2021-01-27 13:41:14   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Velero备份、恢复、迁移Kubernetes集群 Velero简介 Velero 地址:https://github.com/vmware-tanzu/velero Velero属于VMWare开源的Kubernetes集群备份、恢复、迁移工具. 可以提供Kubernetes 备份功能更,在Ku ...
                            
                            
                                分类:
Web程序   时间:
2021-01-26 12:36:17   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    使用命令行窗口,定位到vsphere的安装文件夹: C:\Program Files\Infrastructure\Virtual Infrastructure Client\Launcher>vpxclient -locale zh_CN 切换到中文 C:\Program Files\Infras ...
                            
                            
                                分类:
Web程序   时间:
2021-01-26 12:35:08   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    <!-- demodemo.xml --><dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <version>2.7.0</version>  ...
                            
                            
                                分类:
其他好文   时间:
2021-01-26 12:23:58   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    client.go:9:2: cannot find module providing package google.golang.org/grpc: working directory is not part of a module 因为开启mod模式了export GO111MODULE=aut ...
                            
                            
                                分类:
其他好文   时间:
2021-01-26 12:04:45   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                @ 一、环境介绍 系统版本 IP地址 主机名 角色 centos7.5 192.168.1.104 salt-master master centos7.5 192.168.1.105 salt-client client 环境说明: centos7.5默认的python环境是2.7版本。 官方说明 ...
                            
                            
                                分类:
系统相关   时间:
2021-01-26 12:01:22   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                1.虚拟机(WMware): 下载地址(已存网盘):https://download3.vmware.com/software/wkst/file/VMware-worqkstation-full-15.0.0-10134415.exe 许可证密码:ZC10K-8EF57-084QZ-VXYXE-Z ...
                            
                            
                                分类:
系统相关   时间:
2021-01-25 11:34:48   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                1、基本命令 select bar(number,0,4) from numbers(4); select now(); 数据导入:cat t.tsv| clickhouse-client --query "insert into t from tsv" 数据导出:clickhouse-client ...
                            
                            
                                分类:
其他好文   时间:
2021-01-25 10:52:34   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                server端 unit ServerMainFormUnit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.C ...