前言 从6月1日开始苹果要求之后审核的项目必须支持iPv6,如果不支持将被拒绝,掘金最近一次审核被就被拒绝了....理由为下: Apps are reviewed on an IPv6 network. Please ensure that your app supports IPv6 networ ...
分类:
移动开发 时间:
2016-06-20 15:38:53
阅读次数:
388
What is iPerf / iPerf3 ? iPerf3 is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various pa ...
分类:
Web程序 时间:
2016-06-16 17:38:38
阅读次数:
632
Design a data structure that supports the following two operations: addWord(word) and search(word)search(word) can search a literal word or a regular ...
分类:
其他好文 时间:
2016-06-11 02:00:04
阅读次数:
189
Min Stack 本题收获: 1.可以利用两个栈操作。 2.栈的基本操作。 题目: Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) - ...
分类:
其他好文 时间:
2016-06-02 00:39:42
阅读次数:
277
其中就用到了propagation,表示打算对这些方法怎么使用事务,是用还是不用,其中propagation有七种配置,REQUIRED、 SUPPORTS、MANDATORY、REQUIRES_NEW、NOT_SUPPORTED、NEVER、NESTED。默认是REQUIRED。 2.七种配置的意 ...
分类:
编程语言 时间:
2016-05-26 22:02:30
阅读次数:
381
近期 yvivid 使用 Python 进行科学计算类应用(如matlab部分应用场景) 比较好的 发行版本为 Anaconda: A free distribution for the SciPy stack. Supports Linux, Windows and Mac. Enthought ...
分类:
编程语言 时间:
2016-05-26 13:04:26
阅读次数:
674
事务的几种传播特性1. PROPAGATION_REQUIRED: 如果存在一个事务,则支持当前事务。如果没有事务则开启2. PROPAGATION_SUPPORTS: 如果存在一个事务,支持当前事务。如果没有事务,则非事务的执行3. PROPAGATION_MANDATORY: 如果已经存在一个事 ...
分类:
编程语言 时间:
2016-05-17 17:45:50
阅读次数:
179
Min Stack
Total Accepted: 71251 Total
Submissions: 322115 Difficulty: Easy
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
pu...
分类:
其他好文 时间:
2016-05-13 02:47:42
阅读次数:
165
题目描述:
Design a data structure that supports the following two operations:
void addWord(word)
bool search(word)
search(word) can search a literal word or a regular expression string containin...
分类:
其他好文 时间:
2016-05-13 01:15:10
阅读次数:
108
msyql 5.7.11版本安装 mysql生成的root的临时密码是 2016-05-10T10:05:47.421912Z 1 [Note] A temporary password is generated for root@localhost: v:gNXSw5FTkw 使用 mysql - ...
分类:
其他好文 时间:
2016-05-10 20:36:16
阅读次数:
187