自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

JustDo的专栏

一步一步慢慢爬

  • 博客(6)
  • 收藏
  • 关注

转载 115个Java面试题和答案——终极列表(上)

本文我们将要讨论Java面试中的各种不同类型的面试题,它们可以让雇主测试应聘者的Java和通用的面向对象编程的能力。下面的章节分为上下两篇,第一篇将要讨论面向对象编程和它的特点,关于Java和它的功能的常见问题,Java的集合类,垃圾收集器,第二篇主要讨论异常处理,Java小应用程序,Swing,JDBC,远程方法调用(RMI),Servlet和JSP。开始!目录面向对象编

2015-05-22 00:45:03 694

原创 poj2965

The Pilots Brothers' refrigeratorTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 20144 Accepted: 7744 Special JudgeDescriptionThe game “The Pilo

2015-05-14 23:51:13 411

原创 something

将二维数组变为一维int index;for(int i = 0; i < n; i++){ for(int j = 0; j < m; j++){ index = n*i+j; cin>> a[index]; }}

2015-05-13 00:47:50 669

原创 Drinks Watermelon

B. Drinkstime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputLittle Vasya loves orange juice very much. That's

2015-05-13 00:37:45 552

原创 A. Theatre Square

A. Theatre Squaretime limit per test2 secondsmemory limit per test64 megabytesinputstandard inputoutputstandard outputTheatre Square in the capital city of Berl

2015-05-13 00:13:41 1591

原创 poj1753(暴搜+位运算)

Flip GameTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 33180 Accepted: 14513DescriptionFlip game is played on a rectangular 4x4 field with two-sided p

2015-05-12 23:31:07 382

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除