Unique PathsA robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right a...
分类:
其他好文 时间:
2014-10-06 22:05:10
阅读次数:
287
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.
/**
* Definition for binary tree
...
分类:
其他好文 时间:
2014-10-06 16:08:40
阅读次数:
181
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.
点击打开原题链接
这个题剑指offer里也有,简单的递归即可,代码很清晰:...
分类:
其他好文 时间:
2014-10-05 22:56:09
阅读次数:
185
饭否<!-- We are troubled on every side, yet not distressed; we are perplexed, but not in despair; Persecuted, but not forsaken; cast down, but not destr...
分类:
Web程序 时间:
2014-10-04 18:21:56
阅读次数:
286
ecshop在win8部分电脑上,不管用任何浏览器,都打不开,即使升级到最新版本都不行,问题应该吃在fckeditor兼容上。fckeditor 很久未升级,换掉该编辑器是最佳方法第一步:下载kindeditor,下载地址为:http://www.kindsoft.net/down.php下载最新版...
分类:
其他好文 时间:
2014-10-04 01:14:35
阅读次数:
201
It's time polar bears Menshykov and Uslada from the zoo of St. Petersburg and elephant Horace from the zoo of Kiev got down to business. In total, there are n tasks
for the day and each animal shoul...
分类:
其他好文 时间:
2014-10-03 02:22:04
阅读次数:
376
1、轮询(默认)每个请求按时间顺序逐一分配到不同的后端服务器,后端服务器down掉,能自动剔除2、weight指定轮询几率,weight和访问比率成正比,用于后端服务器性能不均的情况。upstream backend { server 192.168.0.14 weight=10; se...
分类:
其他好文 时间:
2014-10-01 22:19:31
阅读次数:
172
项目主页:http://sourceforge.net/projects/macbuntu/安装方法: wget http://sourceforge.net/projects/macbuntu/files/macbuntu-10.04/v2.0/Macbuntu-10.04.tar.gz/down...
分类:
其他好文 时间:
2014-09-30 02:29:41
阅读次数:
235
一、配置Apache平台软件1、下载apache软件http://httpd.apache.org/从Apache官网下载windows安装版的Apache服务器了,现在分享给大家。2、方法/步骤如下:2.1、进入apache服务器官网http://httpd.apache.org/,这里我们以下载稳定版的httpd2.2.29为例,点击download。2.2、down..
近几天在性能测试过程中,发现loadrunner Controller经常报 Server “**” has shut down the connection prematurely 。概率很高,现象很奇怪。网上有很多说法,各有不同,但貌似都不正确,只能靠自己追踪。根据经验仔细分析,发现可能跟下列因...
分类:
其他好文 时间:
2014-09-29 12:13:07
阅读次数:
274