开两台虚拟机,一台为服务器另一台为客户端 开启路由转发并sysctl -p 让其生效关闭selinux 安装依赖软件包1.编辑/etc/hosts,把docker.benet.com和Ip添加进来2.生成跟密钥 rsa加密输出到private/ca
分类:
其他好文 时间:
2018-01-13 21:03:26
阅读次数:
220
Given a non-empty array of non-negative integers nums, the degree of this array is defined as the maximum frequency of any one of its elements. Your t ...
分类:
其他好文 时间:
2018-01-13 21:03:19
阅读次数:
167
日常开发过程中,使用curl进行模拟请求的场景比较多。当跨站请求时,并不能保证其他网站的稳定性。
当其他网站无法顺利访问,会影响到当前的业务系统,因此需要作异常处理 。
分类:
Web程序 时间:
2018-01-13 21:03:10
阅读次数:
168
iven a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in ord ...
分类:
其他好文 时间:
2018-01-13 21:03:00
阅读次数:
148
本文介绍两种用于判断变量类型的方式。 方法一 output: v1 type:string v2 type:int 方法二 output: v1 type:string v2 type:int ...
分类:
其他好文 时间:
2018-01-13 21:02:53
阅读次数:
150
http://flask.pocoo.org/docs/0.12/patterns/appfactories/ flask 文档关于工厂模式里面提到了上面的这种套路。 It ’ s preferable to create your extensions and app factories so t ...
分类:
移动开发 时间:
2018-01-13 21:02:33
阅读次数:
684
http://blog.csdn.net/Jerr__y/article/details/70471066 欢迎转载,但请务必注明原文出处及作者信息。 @author: huangyongye @creat_date: 2017-04-19 前言 本例子主要介绍如何使用 TensorFlow 来一步 ...
分类:
其他好文 时间:
2018-01-13 21:02:22
阅读次数:
628
Given two lists Aand B, and B is an anagram of A. B is an anagram of A means B is made by randomizing the order of the elements in A. We want to find ...
分类:
移动开发 时间:
2018-01-13 21:02:05
阅读次数:
307
Equations are given in the format A / B = k, where A and B are variables represented as strings, and k is a real number (floating point number). Given ...
分类:
其他好文 时间:
2018-01-13 21:01:59
阅读次数:
183
time模块 和时间相关的功能模块。 1,时间戳时间 2,格式化时间 3,结构化时间 不同格式时间之间的转换。 ...
分类:
编程语言 时间:
2018-01-13 21:01:51
阅读次数:
181
Given a binary search tree with non-negative values, find the minimum absolute difference between values of any two nodes. Example: Input: 1 \ 3 / 2 O ...
分类:
其他好文 时间:
2018-01-13 21:01:44
阅读次数:
203
获取bean的两种方法 1. 从applicationcontext 应用上下文容器中获取 2. 从bean 工厂获取 bean 的区别 使用ApplicationContext 获取bean的例子 我们定义一个Student 类,然后让spring去调用它 Student.java package ...
分类:
移动开发 时间:
2018-01-13 21:01:35
阅读次数:
222
一、了解Binary Log结构 1.1、High-Level Binary Log Structure and Contents 1.2、Binary Log结构示意图 # Binary Log结构示意图(binlog_version=4) |< Events >| |< Fisrt Event ...
分类:
其他好文 时间:
2018-01-13 21:01:26
阅读次数:
239
Given an array of size n, find the majority element. The majority element is the element that appears more than ? n/2 ? times. You may assume that the ...
分类:
其他好文 时间:
2018-01-13 21:01:18
阅读次数:
150
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=5527 题意&题解: 感觉自己真是弱啊,自己想的贪心是错的,根本没想到20,50的特判,╮(╯▽╰)╭ 附我參考的聚聚的题解: http://blog.csdn.net/snowy_smile/arti ...
分类:
其他好文 时间:
2018-01-13 21:01:10
阅读次数:
161