【题目】
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
The robot can only move either down or right at any point in time. The robot is trying to...
分类:
其他好文 时间:
2015-02-03 23:00:26
阅读次数:
249
除了基本的把官网down下来的source code加到工程中外,还需要两件事
一是从http://forge.ow2.org/projects/asm/ 上下载最新的asm jar包,解决了import org.objectweb.asm.Opcodes 等编不过的问题
这个时候java compile在Elipse里面还是有很多红叉
主要纠结在 groovyjarjarantlr 下的类...
分类:
其他好文 时间:
2015-02-03 23:00:10
阅读次数:
226
1.查看当前磁盘[root@std u01]# fdisk -lDisk /dev/sda: 42.9 GB, 42949672960 bytes255 heads, 63 sectors/track, 5221 cylindersUnits = cylinders of 16065 * 512 =...
分类:
数据库 时间:
2015-02-03 21:13:07
阅读次数:
201
使用裸设备配置ASM实例http://www.cnblogs.com/myrunning/p/4270849.html1.查看我们创建的磁盘组[oracle@std ~]$ export ORACLE_SID=+ASM[oracle@std ~]$ sqlplus '/as sysdba'SQL*P...
分类:
数据库 时间:
2015-02-03 20:55:36
阅读次数:
275
ASM:Automatic Storage Management,是ORACEL10G以后为了简化存储管理的复杂性,也是为了摆脱对其他厂商的依赖而推出的。ASM作为目前ORACLE推荐的首选存储方案,除了具有集群文件系统的功能外,同时还集成了冗余、IO分散等卷管理器的功能。我们可以通过两种方式使用....
分类:
其他好文 时间:
2015-02-03 20:54:15
阅读次数:
193
http://no-fucking-idea.com/blog/2012/03/23/using-eredis-in-erlang/Using Eredis, Redis With ErlangMAR 23RD, 2012|COMMENTSRecently i decided to move my ...
分类:
其他好文 时间:
2015-02-03 14:44:45
阅读次数:
186
原文:http://www.pediy.com/kssd/index.html-- 病毒技术 -- 病毒知识 -- Anti Virus专题下面的代码都是内联汇编,较比较汇编会有些限制,可能写法上有时候会不一样。黑色是代码,红色是编译的汇编代码int g_nTest;__asm{call Dels0...
分类:
其他好文 时间:
2015-02-03 12:41:09
阅读次数:
162
【题目】
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.
For example, given the following triangle
[
[2],
[...
分类:
其他好文 时间:
2015-02-03 11:07:52
阅读次数:
148
//寻路
typedef struct _Move_Struct
{
float x;
float y;
float z;
ULONG MapId; //?
}Move_Struct, *PMove_Struct;
void MoveToCoord(float x, float y, float z)
{
__try
...
分类:
其他好文 时间:
2015-02-03 09:28:18
阅读次数:
399
永远别把事情堵在心上,事情只会越堵越多,解决的越来越少,生不带来,死不带去,不上火。 THINK BEFORE MOVE . 到公司的时候就会有一种漫不经心,昏昏欲睡,支支吾吾,心里想的是不紧不慢的工作方式,要记住的是,我不是来混日子的。 根本就没有准备好,只是赶鸭子上架,来那么一下子,而有的人经....
分类:
其他好文 时间:
2015-02-03 00:40:59
阅读次数:
171