码迷,mamicode.com
首页 > 2018年01月13日 > 全部分享
Docker仓库
开两台虚拟机,一台为服务器另一台为客户端           开启路由转发并sysctl -p 让其生效关闭selinux 安装依赖软件包1.编辑/etc/hosts,把docker.benet.com和Ip添加进来2.生成跟密钥  rsa加密输出到private/ca
分类:其他好文   时间:2018-01-13 21:03:26    阅读次数:220
[leetcode]Array-697. Degree of an Array
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的异常处理
日常开发过程中,使用curl进行模拟请求的场景比较多。当跨站请求时,并不能保证其他网站的稳定性。 当其他网站无法顺利访问,会影响到当前的业务系统,因此需要作异常处理 。
分类:Web程序   时间:2018-01-13 21:03:10    阅读次数:168
[leetcode]Binary Search-35. Search Insert Position
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
golang 如何判断变量的类型
本文介绍两种用于判断变量类型的方式。 方法一 output: v1 type:string v2 type:int 方法二 output: v1 type:string v2 type:int ...
分类:其他好文   时间:2018-01-13 21:02:53    阅读次数:150
poj2455 Secret Milking Machine
思路: 二分+最大流。 实现: ...
分类:系统相关   时间:2018-01-13 21:02:40    阅读次数:217
flask 中xx.init_app(app)方法
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
转:TensorFlow入门(六) 双端 LSTM 实现序列标注(分词)
http://blog.csdn.net/Jerr__y/article/details/70471066 欢迎转载,但请务必注明原文出处及作者信息。 @author: huangyongye @creat_date: 2017-04-19 前言 本例子主要介绍如何使用 TensorFlow 来一步 ...
分类:其他好文   时间:2018-01-13 21:02:22    阅读次数:628
61)普通类的.h和.cpp分离
标头.cpp文件 ...
分类:其他好文   时间:2018-01-13 21:02:12    阅读次数:142
[leetcode] Hash Table-760. Find Anagram Mappings
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
[leetcode]Graph-399. Evaluate Division
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
python模块之time模块
time模块 和时间相关的功能模块。 1,时间戳时间 2,格式化时间 3,结构化时间 不同格式时间之间的转换。 ...
分类:编程语言   时间:2018-01-13 21:01:51    阅读次数:181
[leetcode]Binary Search Tree-530. Minimum Absolute Difference in BST
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工厂和ApplicationContext
获取bean的两种方法 1. 从applicationcontext 应用上下文容器中获取 2. 从bean 工厂获取 bean 的区别 使用ApplicationContext 获取bean的例子 我们定义一个Student 类,然后让spring去调用它 Student.java package ...
分类:移动开发   时间:2018-01-13 21:01:35    阅读次数:222
手动创建binary log files和手动编辑binary log index file会有什么影响
一、了解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
[leetcode]Divide and Conquer-169. Majority Element
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
【hdu5527】【2015ACM/ICPC亚洲区长春站 】Too Rich
题目链接: 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
1417条   上一页 1 ... 13 14 15 16 17 18 19 ... 84 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!