DescriptionThere is a piece of paper in front of Tom, its length and width are integer. Tom knows the area of this paper, he wants to know the minimum...
分类:
其他好文 时间:
2015-07-31 21:36:37
阅读次数:
209
DescriptionThere is a piece of paper in front of Tom, its length and width are integer. Tom knows the area of this paper, he wants to know the minimum...
分类:
其他好文 时间:
2015-07-31 21:32:26
阅读次数:
183
Description
There is a piece of paper in front of Tom, its length and width are integer. Tom knows the area of this paper, he wants to know the minimum perimeter of this paper.
Input
...
分类:
其他好文 时间:
2015-07-31 20:25:13
阅读次数:
116
public class Demo2 {
public static void main(String[] args) {
// this关键字的使用
Demo1 d1=new Demo1("Tom", 13);
System.out.println(d1.getInfo());
//使用this调用构造方法
Demo3 d3=new Demo3("Cat");
System.out...
分类:
编程语言 时间:
2015-07-31 09:10:55
阅读次数:
178
[TOC] When I'm old and dying, I plan to look back on my life and say "wow, that was an adventure," not "wow, I sure felt safe. -by Tom git全局设置 git con...
分类:
其他好文 时间:
2015-07-30 16:47:41
阅读次数:
146
大家都知道hadoop中自带了很多例子,那么怎么用呢,今天主要测试下hadoop中的wordcount程序jar包:
1、首先启动hadoop
2、准备数据:vim words, 写入
hello tom
hello jerry
hello kitty
hello tom
hello bbb
3、将数据上传到HDFS...
分类:
其他好文 时间:
2015-07-29 17:21:21
阅读次数:
155
在Maven与Tomcat配合部署过程中,最常见的错误有三种,折腾了半天,终于找到三种错误产生的原因,以及相应的完美解决办法1. Connection refused错误报错信息如下:[ERROR]Failed to execute goal org.apache.tomcat.maven: tom...
分类:
其他好文 时间:
2015-07-29 06:17:25
阅读次数:
123
题目链接:hdu 5225 Tom and permutation
#include
#include
#include
using namespace std;
typedef long long ll;
const int maxn = 100;
const int mod = 1e9+7;
int N, ans, V[maxn + 5], A[maxn + 5];
ll ...
分类:
其他好文 时间:
2015-07-29 01:02:25
阅读次数:
119
public static void main(String[] args) { Person p = new Person("tom","15"); Map map2 = new HashMap(); Map map3 = new HashMap(); ...
分类:
其他好文 时间:
2015-07-28 22:32:24
阅读次数:
90
无标题文档
//js面向对象:创建一个猫类
function Cat(){
}
//js对象的属性可以动态的添加
var cat1=new Cat();
cat1.name="tom";
cat1.age=3;
cat1.color="白色";
document.write(cat1.name+"--"+cat1.age+"--"+cat1.color);
//js中自...
分类:
编程语言 时间:
2015-07-28 06:44:24
阅读次数:
137