自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

转载 教程:动手用自己电脑搭建一个网站

Tomcat的安装以及第一个HelloWorld网站 登录 http://tomcat.apache.org 下载,建议Tomcat 7.0.X或更新版本,我用的是7.0.56,windows平台下载ZIP,Linux下载TAR,不建议下载安装文件。下载后解压到任意地方,然后里面主要是三个地方1. conf下的server.xml, 里面的 8080" prot

2015-05-24 23:35:12 1139

原创 Crossing Rivers

DescriptionYou live in a village but work in another village. You decided to follow the straight path between your house (A) and the working place (B), but there are several rivers you nee

2015-05-17 13:35:19 421

原创 盒子与球

现有r个互不相同的盒子和n个互不相同的球,要将这n个球放入r个盒子中,且不允许有空盒子。则有多少种放法?Output有多少种放法。Sample Input3 2Sample Output6    #includeus

2015-05-14 19:31:53 803

原创 五角星加强版 c++代码

210.44.14.31#includeusing namespace std;int main(){ int n; cin>>n; for(int i=1;i {   for(int j=1;j   {    cout   }   cout   for(int a=1;a   {    cout   }   cout }

2015-05-14 18:37:33 2754

转载 robocode基本原理之坐标锁定

坐标基本概念首先我们还是来看看 Robocode API 中的一段文字翻译。All coordinates are expressed as (x,y).所有的坐标都用 x,y 来表示All coordinates are positive.所有的坐标都为正The origin (0,0) is at the bottom left of the s

2015-05-14 14:17:04 1798

空空如也

空空如也

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

TA关注的人

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