码迷,mamicode.com
首页 >  
搜索关键字:tom    ( 8124个结果
通过面积求周长......
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
ACM已知面积求最小周长
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
hdu 5224 Tom and Paper
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
java关键字:this,static
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
Git笔记
[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中自带的examples之wordcount应用案例
大家都知道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错误排除
在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(回溯)
题目链接: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
对象变化影响map中的数据
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
javascript面向对象基本用法
无标题文档 //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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!