public static void main(String[] args) {Map map = new HashMap();map.put("1", "value1");map.put("2", "value2");map.put("3", "value3");//第一种:普遍使用,二次取值Sy...
分类:
其他好文 时间:
2014-08-04 13:43:27
阅读次数:
226
Rescue
Time Limit: 2 Seconds
Memory Limit: 65536 KB
Angel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M
Angel's friends want to s...
分类:
其他好文 时间:
2014-08-04 10:59:57
阅读次数:
237
HTTP POST GET本质区别详细一原理区别一般在浏览器中输入网址访问资源都是通过GET方式;在FORM提交中,可以通过Method指定提交方式为GET或者POST,默认为GET提交。Http定义了与服务交互的不同方法,最基本的方法有4种,分别是:GET, POST, PUT, DELTEURL...
分类:
其他好文 时间:
2014-08-03 15:14:15
阅读次数:
338
1 #!/bin/bash - 2 #=============================================================================== 3 # 4 # FILE: ftp_put_file.sh 5 # 6 # ...
分类:
系统相关 时间:
2014-08-03 01:45:34
阅读次数:
411
Robot
Problem Description
Michael has a telecontrol robot. One day he put the robot on a loop with n cells. The cells are numbered from 1 to n clockwise.
At first the robot is in ce...
分类:
其他好文 时间:
2014-08-01 19:55:22
阅读次数:
319
【本文介绍】本文不是”语法大全“,只是记录下作项目里自己常用的一些语法。方便查询。【语法】【输出】(1)输出语法DBMS_OUTPUT.PUT_LINE( )【定义】(1)定义变量:......as变量名 类型(长度)begin......例如:(2)定义变量 ,类型 依赖其他变量的类型例如:...
分类:
数据库 时间:
2014-08-01 15:51:31
阅读次数:
244
url: 要求为String类型的参数,(默认为当前页地址)发送请求的地址。 type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和 ??????delete也可以使用,但仅部分...
分类:
Web程序 时间:
2014-08-01 14:00:12
阅读次数:
196
DescriptionAngel was caught by the MOLIGPY! He was put in prison by Moligpy. The prison is described as a N * M (N, M 2 #include 3 #include 4 #defi...
分类:
其他好文 时间:
2014-08-01 13:27:31
阅读次数:
179
Ubuntu上安装与使用putty 下面便是小弟学习安装和是用Putty的过程: 首先,输入如下命令,并按下Tab键,发现库中存在三个与Putty 相关的文件,直接使用Putty便可: planck@planck-Ubuntu:/dev$ sudo apt-get install putty put...
分类:
其他好文 时间:
2014-08-01 04:53:41
阅读次数:
1270
由于近来经常在项目中使用 ajax 这个函数,在工作之余自己查找了相关的资料,并总结了 ajax 方法的使用,以及方法中各个参数的含义,供大家学习参考使用type: 要求为String类型的参数,请求方式(post或get)默认为get。注意其他http请求方法,例如put和 delete也可以使用...
分类:
其他好文 时间:
2014-07-31 16:53:06
阅读次数:
192