1. 问题描述 Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.T ...
分类:
其他好文 时间:
2016-06-17 22:24:22
阅读次数:
127
英文写作中的最常见“十大句式” from 小木虫论坛 一、否定句 许多否定句不含not的否定结构。如果论文作者能正确使用他们,就会增加写作的闪光点,使文章显得生动活泼。 1、Instead of indulging in playing computer games, children should ...
分类:
其他好文 时间:
2016-06-17 12:49:45
阅读次数:
223
Design a logger system that receive stream of messages along with its timestamps, each message should be printed if and only if it is not printed in t ...
分类:
其他好文 时间:
2016-06-17 06:10:47
阅读次数:
290
豆子之前初步了解了Pester的基本功能,今天继续看看。Pester里面有个很重要的概念叫assertion(断言),他的作用是通过Should这个关键字(function)来定义预测应该出现的结果。这个shoud后面的操作符有以下几种BeBeExactlyBeGreaterThanBeLessThanBeLikeBeLikeExactlyBeOfTypeE..
分类:
系统相关 时间:
2016-06-16 18:27:53
阅读次数:
488
巴拉巴拉,实际场景是这样,因为有需要,所以想用django 做个rest服务给其他平台提供服务,发现以前正常的页面都无法运行,奇怪发现有一个页面提示连接不上mysql 难道mysql挂了,打开phpmyadmin 提示如标题,进入到init.d 准备查看下状态 提示 ERROR 2002 (HY00 ...
分类:
Web程序 时间:
2016-06-16 16:17:45
阅读次数:
218
Factorial Trailing Zeroes
Total Accepted: 42370 Total
Submissions: 139281 Difficulty: Easy
Given an integer n, return the number of trailing zeroes in n!.
Note: Your solution should b...
分类:
其他好文 时间:
2016-06-16 14:54:33
阅读次数:
146
1.1 Minor是什么 Minor是一个简单但是优秀的PHP框架,It just did what a framework should do. 只做一个框架应该做的,简单而又强大! 框架Github地址:github.com/Orlion/Minor (如果觉得还不错给个star哦(^-^)V) ...
分类:
Web程序 时间:
2016-06-15 18:44:13
阅读次数:
183
Given a non-negative integer n, count all numbers with unique digits, x, where 0 ≤ x < 10n. Example: Given n = 2, return 91. (The answer should be the ...
分类:
其他好文 时间:
2016-06-14 06:25:21
阅读次数:
241
Each function should have a 'name' property. It can be anonymous, empty, the same as function name, or class name. For example: ...
分类:
编程语言 时间:
2016-06-13 18:58:39
阅读次数:
176
错误如下: hibernate operation: could not execute query; uncategorized SQLException for SQL [select count(*) as y0_ from customer this_ where this_.custome ...
分类:
其他好文 时间:
2016-06-13 11:30:17
阅读次数:
151