Elasticsearch requires at least Java 8. Specifically as of this writing, it is recommended that you use the Oracle JDK version 1.8.0_131. Java install ...
分类:
其他好文 时间:
2019-01-15 14:22:54
阅读次数:
175
Contents Talks Articles Sites/Blogs Tools Libraries Books About Talks 2013: Going Native 2013 - Andrei Alexandrescu, Writing Quick Code in C++, Quickl ...
分类:
其他好文 时间:
2019-01-12 01:03:11
阅读次数:
255
"Seinfeld" Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 1551 Accepted: 722 Description I’m out of stories. For years I’ve been writing s ...
分类:
其他好文 时间:
2019-01-10 21:47:38
阅读次数:
155
1、查看磁盘分区 [root@localhost tmp]# fdisk -l Disk /dev/nvme1n1: 4000.8 GB, 4000787030016 bytes, 7814037168 sectors Units = sectors of 1 * 512 = 512 bytes S ...
分类:
其他好文 时间:
2019-01-08 21:04:22
阅读次数:
1079
1、 从 Docker Hub 中拉出 SQL Server 2017 Linux 容器映像 2、显示所有可用的镜像 3、运行一个镜像(也就相当于使用已有的镜像创建一个实例),其中 其中ACCEPT_EULA=Y的意思是同意许可协议,必选;MSSQL_SA_PASSWORD为密码,要求是最少8位的强 ...
分类:
数据库 时间:
2019-01-07 21:07:55
阅读次数:
198
使用docker的login命令之后,可以使用push命令将镜像推送到dockerhub上,但是dockerhub毕竟在公网上,免费的帐户只有一个private 的repository是免费的,剩下的就都只能做成public的。由于种种限制,企业私有仓库的创建就有了各种应用场景。本文将从使用regi ...
分类:
其他好文 时间:
2019-01-07 17:37:47
阅读次数:
181
转自 :https://blog.csdn.net/gexiaobaohelloworld/article/details/7976944 简介 ConfigParser模块在python3中修改为configparser.这个模块定义了一个ConfigParser类,该类的作用是使用配置文件生效, ...
分类:
编程语言 时间:
2019-01-07 17:32:49
阅读次数:
194
E.Easy Problem Description: Zghh likes number, but he doesn't like writing problem description. So he will just give you a problem instead of telling ...
分类:
其他好文 时间:
2019-01-06 20:07:23
阅读次数:
219
This isn’t anything new however has been a long time in writing as I’ve been playing around with things! It is more my take on how to do these types o ...
分类:
其他好文 时间:
2019-01-06 18:55:27
阅读次数:
240
Sometimes when writing a unit test, you know that the module you're testing imports a module that you would like to observe, or at the very least mock ...
分类:
其他好文 时间:
2019-01-03 19:33:53
阅读次数:
175