Http定义了与服务器交互的不同方法,最基本的方法有4种,分别是GET,POST,PUT,DELETE。URL全称是资源描述符,我们可以这样认为:一个URL地址,它用于描述一个网络上的资源,而HTTP中的GET,POST,PUT,DELETE就对应着对这个资源的查,改,增,删4个操作。到这里,大家....
分类:
其他好文 时间:
2014-04-30 02:37:02
阅读次数:
181589
function test(){ var myEntity=new Object();
myEntity.pro1="xxx"; myEntity.pro2=10; $.ajax({ type:
"post",//提交方式,post,get,put,delete 等 ...
分类:
Web程序 时间:
2014-04-30 02:17:27
阅读次数:
484
Problem G. Birthday CakeBackgroundLucy and Lily
are twins. Today is their birthday. Mother buys a birthday cake for them.Now we
put the cake onto a De...
分类:
其他好文 时间:
2014-04-28 15:37:11
阅读次数:
391
客户端在进行put、delete、get等操作的时候,它都需要数据到底存在哪个Region
Server上面,这个定位的操作是通过HConnection.locateRegion方法来完成的。loc =
hConnection.locateRegion(this.tableName, row.g.....
分类:
其他好文 时间:
2014-04-28 11:46:09
阅读次数:
498