http://spu.jd.com/1167757597.html
http://product.dangdang.com/23484942.html
样章
http://download.csdn.net/download/hdzn0603/7421803
内容简介
《HTML 5网页开发实例详解》从实际的应用场景出发,结合当下的热门技术,深入浅出地介绍了
HTML 5所包...
分类:
Web程序 时间:
2014-06-07 16:24:05
阅读次数:
354
Givennpoints on a 2D plane, find the maximum
number of points that lie on the same straight line./** * Definition for a
point. * struct Point { * ...
分类:
其他好文 时间:
2014-06-07 00:31:01
阅读次数:
233
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 le...
分类:
其他好文 时间:
2014-06-05 14:10:38
阅读次数:
304
Givennpoints on a 2D plane, find the maximum
number of points that lie on the same straight line.public class Solution { /**
* This program is used t....
分类:
其他好文 时间:
2014-06-03 17:05:21
阅读次数:
434
Given a stringS, find the longest palindromic
substring inS. You may assume that the maximum length ofSis 1000, and there
exists one unique longest pa...
分类:
编程语言 时间:
2014-06-02 09:22:03
阅读次数:
328
执行srvctl是报错
errorwhileloadingsharedlibraries:libpthread.so.0:
[oracle@rac02~]$srvctl
/opt/ora10g/product/10.2.0/db_1/jdk/jre/bin/java:errorwhileloadingsharedlibraries:libpthread.so.0:
cannotopensharedobjectfile:Nosuchfileordirectory
查看srvctl命令..
分类:
其他好文 时间:
2014-06-02 04:09:00
阅读次数:
285
1.执行opatchapply报错OPatchfailedwitherrorcode73
[oracle@ora_11g14275605]$/opt/oracle/product/db_1/OPatch/opatchapply./
OracleInterimPatchInstallerversion11.2.0.3.0
Copyright(c)2012,OracleCorporation.Allrightsreserved.
OracleHome:/opt/oracle/product/db_1..
分类:
移动开发 时间:
2014-06-02 04:08:19
阅读次数:
357
在linuxAS5.464bit安装CRS时,执行root.sh时报错
[root@rac02crs]#shroot.sh
WARNING:directory‘/opt/ora10g/product/10.2.0‘isnotownedbyroot
WARNING:directory‘/opt/ora10g/product‘isnotownedbyroot
WARNING:directory‘/opt/ora10g‘isnotownedbyroot
WARNING:directory‘/o..
分类:
系统相关 时间:
2014-06-02 03:53:55
阅读次数:
380
maximum函数取一组可排序的 List(属于 Ord Typeclass)
做参数,并回传其中的最大值。想想,在命令式风格中这一函数该怎么实现。很可能你会设一个变量来存储当前的最大值,然后用循环遍历该
List,若存在比这个值更大的元素,则修改变量为这一元素的值。到最后,变量的值就是运算结果。唔...
分类:
其他好文 时间:
2014-06-02 00:11:06
阅读次数:
412