version: '3.3' # starts 4 docker containers running minio server instances. # using nginx reverse proxy, load balancing, you can access # it through p ...
分类:
其他好文 时间:
2020-12-30 11:23:53
阅读次数:
0
判断是否为空 console.log(this.validatenull(obj1)) 对象深拷贝 var obj1 = { name:'张三' } var obj2 = this.deepClone(obj1); 下拉项为字典 { label: "类型", prop: "type", rules: ...
分类:
其他好文 时间:
2020-12-30 10:39:18
阅读次数:
0
curl is a a command line tool that allows to transfer data across the network. It supports lots of protocols out of the box, including HTTP, HTTPS, FT ...
分类:
Web程序 时间:
2020-12-29 11:24:49
阅读次数:
0
kubesphere3.0安装部署填坑记录标签(空格分隔):kubernetes系列[toc]一:系统环境1.1系统环境初始化系统:Centos7.8x64cat/etc/hosts-----192.168.100.11node01.flyfish.cn192.168.100.12node02.flyfish.cn192.168.100.13node03.flyfish.cn192.168.100
分类:
其他好文 时间:
2020-12-28 11:03:15
阅读次数:
0
1、 初始化centOS7 curl http://pigx.vip/os7init.sh | sh -s 主机名 源码 #!/bin/bash # init centos7 ./centos7-init.sh 主机名 # 检查是否为root用户,脚本必须在root权限下运行 if [[ "$(wh ...
分类:
其他好文 时间:
2020-12-22 12:31:38
阅读次数:
0
1、安装brew 2、安装vim brew install vim brew install macvim 3、复制配置文件 cp /usr/share/vim/vimrc ~/.vimrc 4、安装vim-plug 下载plug curl -fLo ~/.vim/autoload/plug.vim ...
分类:
系统相关 时间:
2020-12-22 12:01:26
阅读次数:
0
安装 shellinabox 账号秘密为路由后台账号密码 创建配置文件 vi /jffs/dnsmasq.conf.add 内容:addn-hosts=/jffs/configs/hosts 创建 hosts 文件 /jffs/configs/hosts 内容:你需要设置的hosts 重启 dns ...
分类:
其他好文 时间:
2020-12-18 12:45:55
阅读次数:
3
brew转为国内源 一. Homebrew 简介 Homebrew是什么? Homebrew是macOS或Linux缺失的软件包的管理器. 如何安装Homebrew? 命令行里运行以下命令即可. $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubu ...
分类:
其他好文 时间:
2020-12-18 12:25:20
阅读次数:
3
curl GET请求后面加多个参数 假设请求为:http://www.baidu.com?a=1&b=2 如果你使用 curl http://www.baidu.com?a=1&b=2 那么后台会获取不到b的值 正确的打开方式为: curl http://www.baidu.com?a=1\&b=2 ...
分类:
其他好文 时间:
2020-12-16 11:54:41
阅读次数:
2
本文来自微信公众号:coder_xiaobu,欢迎关注 一.安装pyspider pip install pyspider 二.启动 pyspider all 三.安装中出现的问题处理 安装的时候出现如下的错误 "Please specify --curl-dir=/path/to/built/li ...
分类:
其他好文 时间:
2020-12-11 12:13:15
阅读次数:
3