码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
ubuntu12.04+kafka2.9.2+zookeeper3.4.5的分布式集群安装和demo(java api)测试
博文作者:迦壹博客地址:http://idoall.org/home.php?mod=space&uid=1&do=blog&id=547转载声明:可以转载, 但必须以超链接形式标明文章原始出处和作者信息及版权声明,谢谢合作!-------------------------------------...
分类:编程语言   时间:2014-08-05 19:04:40    阅读次数:598
ubuntu12.04+hadoop2.2.0+zookeeper3.4.5+hbase0.96.2+hive0.13.1分布式环境部署
博文作者:迦壹博客地址:http://idoall.org/home.php?mod=space&uid=1&do=blog&id=542转载声明:可以转载, 但必须以超链接形式标明文章原始出处和作者信息及版权声明,谢谢合作!-------------------------------------...
分类:其他好文   时间:2014-08-05 18:59:30    阅读次数:1037
mac10.9下eclipse的storm开发环境搭建
博文作者:迦壹博客地址:http://idoall.org/home.php?mod=space&uid=1&do=blog&id=545转载声明:可以转载, 但必须以超链接形式标明文章原始出处和作者信息及版权声明,谢谢合作!-------------------------------------...
分类:系统相关   时间:2014-08-05 18:58:49    阅读次数:445
[LeetCode] Unique Paths II(DP)
Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obstacle and empty space i...
分类:其他好文   时间:2014-08-05 18:09:19    阅读次数:168
ORA-600 [729] "UGA Space Leak" (文档 ID 31056.1)
Note: For additional ORA-600 related information please read Note:146580.1PURPOSE: This article discusses the internal error "ORA-600 [729]", what ...
分类:其他好文   时间:2014-08-05 15:40:39    阅读次数:237
CSS3自动添加省略号
text-overflow:ellipsis;white-space:nowrap;overflow:hidden;不换行,一行显示溢出时,文本自动换行。以前都是js计算的,现在可好。ellipsis:省略号
分类:Web程序   时间:2014-08-05 09:30:58    阅读次数:360
Recover Binary Search Tree leetcode java
题目:Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space....
分类:编程语言   时间:2014-08-05 05:17:28    阅读次数:265
[leetcode]Word Break
Word BreakGiven a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words....
分类:其他好文   时间:2014-08-05 03:04:18    阅读次数:239
Unix:关于一个file在file system和disk中占用空间
参考文献: Harley Hahns:Guide to Unix and Linux, Chap 24 ——》首先要有的关键概念:the amount of "disk space" used by a file is not the same as the amount of data in the file. ——》其次,理解在file system和disk(or ot...
分类:其他好文   时间:2014-08-04 21:37:08    阅读次数:223
word-wrap、white-space和word break的区别
1、word-wrap:break-word,内容将在边界内换行,仅用于块对象,内联对象要用的话,必须要设定height、width或display:block或position:absolute。 2、word-break:break-all,用于处理单词折断。 3、white-space:n...
分类:其他好文   时间:2014-08-04 14:45:37    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!