码迷,mamicode.com
首页 >  
搜索关键字:only the original th    ( 14791个结果
poj 1815
DescriptionIn modern society, each person has his own friends. Since all the people are very busy, they communicate with each other only by phone. You...
分类:其他好文   时间:2014-06-15 20:44:45    阅读次数:162
hadoop1学习系列1——运行环境搭建
1、VirtualBox 安装 恩,一路默认即可安装完毕。2、宿主机网络环境配置(使用Host-Only模式,上网啥的不用改配置) 2.1 右击VirtualBox选择属性,更改网络IP设置 2.2 设置为Ip地址和子网掩码为如下属性:,点击确定。(注意Centos默认网段为56) 3、...
分类:其他好文   时间:2014-06-15 20:36:49    阅读次数:251
LeetCode:Sum Root to Leaf Numbers
Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 which represents the number 123. F...
分类:其他好文   时间:2014-06-15 14:51:02    阅读次数:167
ICE提纲之demo/IceStorm/clock
ICE发布者/订阅者的一个最简单例子IceStorm服务config.icebox## The IceBox server endpoint configuration. This endpoint is only used# to communicate with the IceBox Servi...
分类:其他好文   时间:2014-06-14 21:38:09    阅读次数:535
hust 1054 Broken Keyboard
题目描述Bruce Force's keyboard is broken, only a few keys are still working. Bruce has figured out he can still type texts by switching the keyboard layou...
分类:其他好文   时间:2014-06-14 21:00:09    阅读次数:444
(java描述)关于链表的代码-----单双、循环链表、约瑟夫环、多项式相加
将链表头尾倒置将几个链表合并成一个新的链表,将链表中重复的节点去掉,并按大小排序双向循环链表单向循环链表(约瑟夫循环)多项式相加程序源代码单链表、单向循环链表结点类packagejavab;publicclassNode{intdata;Nodenext;publicNode(intdata){th...
分类:编程语言   时间:2014-06-14 19:39:06    阅读次数:267
看个人思路吧,清晰的话就简单 CodeForces 271A - Beautiful Year
It seems like the year of 2013 came only yesterday. Do you know a curious fact? The year of 2013 is the first year after the old 1987 with only distin...
分类:其他好文   时间:2014-06-14 19:10:14    阅读次数:232
[LeetCode] Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear only onceand return the new length.Do not allocate extra space for ...
分类:其他好文   时间:2014-06-14 16:59:58    阅读次数:221
So easy RHCE
1、将VGSRV拉伸为100MBVGSRV这个是逻辑卷的home分区,逻辑卷是可以随意拉伸的,但是需要注意的是拉伸之前必须使用umount卸载,否则系统会崩溃,虽然可以还原但是很麻烦,顺序不可以错df–TH看home分区是第几个逻辑卷,如我虚拟机里的是/devmapper/GLSvg_GLShome...
分类:其他好文   时间:2014-06-14 12:21:48    阅读次数:172
hadoop1学习系列2-hadoop伪分布安装
1.hadoop的伪分布安装(采用Host-only模式) 1.1 设置ip地址 1.1.1设置宿主机的VirtualBox Host-only Network网路设置 IP地址:192.168.56.1 子网掩码:255.255.255.0 默认网关:不填 ...
分类:其他好文   时间:2014-06-14 09:50:02    阅读次数:207
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!