Golang数组的四种声明方法

//第一种 //var <数组名称> [<数组长度>]<数组元素> var arr [2]int arr[0]=1 arr[1]=2 //第二种 //var <数组名称> = [<数组长度>]<数组元素>...

curl 命令详解(转)

常用参数参数描述-I/--head只显示传输文档,经常用于测试连接本身-o/--output把输出写到该文件中,必须输入保存文件名-O/--remote-name把输出写到该文件中,保留远程文件的文件名-F/--form模拟表单提交-s/--silent静默模式,不输出任何东西-S/--sho...

TiDB虚拟机上模式生产环境集群部署

echo "vm.swappiness = 0" >>/etc/sysctl.conf && swapoff -a && swapon -a && sysctl -p systemctl stop firewal...

tidb-4.0.0的Binary版单机部署

下载wget http://download.pingcap.org/tidb-latest-linux-amd64.tar.gzwget http://download.pingcap.org/tidb-latest-linux-amd64.sha256检验sha256sum -c tidb...

此内容被密码保护

请输入密码访问