docker pull zookeeper ,默认安装最新的当出现如下结果时, 表示镜像已经下载完成了:>>> docker pull zookeeper:latest latest: Pulling from library/zookeeper123275d6e508: Already exist ...
分类:
其他好文 时间:
2020-04-18 22:31:00
阅读次数:
60
安装mkdocs模块 pip3 install mkdocs 安装完后查看一下版本: mkdocs --version ''' mkdocs, version 1.0.4 from /Library/Frameworks/Python.framework/Versions/3.6/lib/pytho ...
分类:
其他好文 时间:
2020-04-18 13:49:35
阅读次数:
154
mypy 静态类型检查可以帮助coder在运行前(编译期)发现由于类型错误带来的bug 在开发的项目越来越大的时候,不必阅读更多的代码来确定你要修改的某个方法是否会影响其他的代码的运行 使用方法:(先安装) 类型:https://docs.python.org/zh cn/3/library/typ ...
分类:
其他好文 时间:
2020-04-17 17:21:29
阅读次数:
78
input{jdbc{jdbc_driver_library=>"/Users/logstash/mysql-connector-java-5.1.39-bin.jar"jdbc_driver_class=>"com.mysql.jdbc.Driver"jdbc_connection_string= ...
分类:
数据库 时间:
2020-04-16 19:27:20
阅读次数:
300
1.安装依赖库: yum install pcre-devel openssl-devel gcc curl -y 2.编译安装openresty(默认, --prefix=/usr/local/openresty 程序会被安装到/usr/local/openresty目录): tar -zxvf ...
分类:
其他好文 时间:
2020-04-15 18:34:39
阅读次数:
84
Java安装在Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/目录下,我们需要把这个目录配置到环境变量中,编写sudovim~/.bash_profile文件,输入密码验证,然后键入i,进入插入模式。JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk
分类:
编程语言 时间:
2020-04-15 12:27:48
阅读次数:
123
CentOS 下报错 1.Unable to load shared library 'libdl' 解决方法:创建软链接 #locate libdl /usr/lib64/libdl-2.17.so /usr/lib64/libdl.so.2 #cd /usr/lib64 #ln -s libdl ...
/ GoJS v2.1.2 JavaScript Library for HTML Diagrams Northwoods Software, https://www.nwoods.com/ GoJS and Northwoods Software are registered trademarks ...
分类:
Web程序 时间:
2020-04-14 20:43:37
阅读次数:
98
https://www.jianshu.com/p/7cd89397e350 原地址简书 作者:Harry_Coding 1. sudo apacheclt start 启动Apache 服务器2. sudo apacheclt restart 重启服务器3. sudo apacheclt stop ...
分类:
Web程序 时间:
2020-04-14 20:16:48
阅读次数:
103
The headers or library files could not be found for jpeg, a required dependency when compiling Pillow from source. Please see the install instructions ...
分类:
其他好文 时间:
2020-04-14 12:45:40
阅读次数:
224