Given an array of non-negative integers, you are initially positioned at the first index of the array.
Each element in the array represents your maximum jump length at that position.
Your goal i...
分类:
其他好文 时间:
2014-09-23 20:15:26
阅读次数:
142
SELECT?fl.name,fvl.value,COUNT((fvl.value))?n??FROM?ps_feature_lang??fl?LEFT?JOIN?ps_feature_product?fp
?ON?(fl.id_feature=fp.id_feature)?LEFT?JOIN?ps_feature_value_lang?fvl?ON?(...
分类:
数据库 时间:
2014-09-23 17:32:45
阅读次数:
286
[oracle@std bin]$ /u02/app/product/10.2.0/db_1/bin/emca -config dbcontrol db -repos createSTARTED EMCA at 26-Jan-2014 11:28:40EM Configuration Assista...
分类:
其他好文 时间:
2014-09-23 13:51:44
阅读次数:
205
Configuring the Gesture Recognizer@property(nonatomic) NSUInteger maximumNumberOfTouches//The maximum number of fingers that can be touching the view ...
分类:
其他好文 时间:
2014-09-22 19:04:23
阅读次数:
241
[leetcode]Given a binary tree, find its maximum depth....
分类:
其他好文 时间:
2014-09-22 13:24:42
阅读次数:
114
Oracle安装环境内容1.编辑/etc/sysctl.confkernel.shmmni=4096kernel.sem=25032000100128kernel.shmmax=536870912fs.file-max=65536net.ipv4.ip_local_port_range=102465000net.core.rmem_default=4194304net.core.rmem_max=4194304net.core.wmem_default=262144net.core.wmem_..
分类:
数据库 时间:
2014-09-22 03:35:22
阅读次数:
226
SQL> alter database open;*第 1 行出现错误:ORA-16014: 日志 1 的序列号 242 未归档, 没有可用的目的地ORA-00312: 联机日志 1 线程 1:'C:\ORACLE\PRODUCT\10.2.0\ORADATA\THRS\REDO01.LOG'SQL...
分类:
其他好文 时间:
2014-09-21 23:17:11
阅读次数:
273
1.创建临时表空间CREATE TEMPORARY TABLESPACE test_tempTEMPFILE 'C:\oracle\product\10.1.0\oradata\orcl\test_temp01.dbf'SIZE 32MAUTOEXTEND ONNEXT 32M MAXSIZE 20...
分类:
数据库 时间:
2014-09-21 23:16:31
阅读次数:
307
题目:
Say you have an array for which the ith element is the price of a given stock on day i.
Design an algorithm to find the maximum profit. You may complete as many transactions as you like (i...
分类:
其他好文 时间:
2014-09-21 03:10:29
阅读次数:
265
Givennpoints on a 2D plane, find the maximum number of points that lie on the same straight line思路:最多的点,必然是点连成线时,所有斜率相同的最多的组合情况; 那么如果不在同一直线点的组合也可能斜率.....
分类:
其他好文 时间:
2014-09-20 02:14:26
阅读次数:
270