码迷,mamicode.com
首页 >  
搜索关键字:either    ( 1469个结果
【LeetCode】Binary Tree Upside Down
Binary Tree Upside DownGiven a binary tree where all the right nodes are either leaf nodes with a sibling (a left node that shares the same parent nod...
分类:其他好文   时间:2014-12-29 13:30:29    阅读次数:105
canvas draw a image
var c = context.getContext("2d");var cimg = new Image();cimg.src = "img path";//path either relative or absolute positioncimg.onload = function(){//ca...
分类:其他好文   时间:2014-12-27 22:54:58    阅读次数:226
windbg sos版本不匹配问题解决
dumpheap 时提示:0:105> !dumpheap -stat The garbage collector data structures are not in a valid state for traversal. It is either in the "plan phase...
分类:数据库   时间:2014-12-26 20:14:45    阅读次数:398
关于Operation 的那些事
在iOS平台的并发编程中,NSOperation和NSOperationQueue扮演着非常重要的角色,很多第三方的库也使用NSOperation来实现并发。比如众所周知的AFNetworking这个第三方网络库,就通过自定义NSOperation的方式,将每一个网络请求,封装成为一个Operation,完成各种各样的网络请求和..
分类:其他好文   时间:2014-12-26 18:51:05    阅读次数:199
LeetCode:Minimum Path Sum
题目描述: Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down ...
分类:其他好文   时间:2014-12-26 11:12:15    阅读次数:117
Ubuntu下设置(增加/删除)开机启动项
As said above, you have to edit/etc/xdg/autostart/and either:remove theNoDisplay=truelines;or make those same lines comments by adding#in front of the...
分类:系统相关   时间:2014-12-25 21:55:39    阅读次数:338
[C++]LeetCode: 52 Climbing Stairs
题目: You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? 思路解析: 无法一下子判断是 Fib...
分类:编程语言   时间:2014-12-23 15:39:32    阅读次数:309
[C++]LeetCode: 51 Minimum Path Sum
题目: Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. Note: You can only move either down or r...
分类:编程语言   时间:2014-12-23 14:01:48    阅读次数:218
【EBS】打中文patch6678700报错小记
EBS12.1.1在打patch6678700中文补丁时报错如下: ATTENTION: All workers either have failed or are waiting: FAILED: file XLIFFLoader.class on worker .... ATTENTION: Please fix the above failed worker(s) so the m...
分类:其他好文   时间:2014-12-19 15:52:07    阅读次数:205
How to monitor Linux UDP buffer available space?
How to monitor Linux UDP buffer available space? You are trying to solve the wrong problem. UDP is?unreliable?communication, period. If packet loss is a problem for you, you should either impleme...
分类:系统相关   时间:2014-12-17 19:08:00    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!