码迷,mamicode.com
首页 >  
搜索关键字:get    ( 75501个结果
HDU 3642 Get The Treasury 线段树+扫描线
反向标记是错的,要对矩形进行拆分#include #include #include #include typedef long long LL;using namespace std;#define lson rt seg;void pushup(int rt, int l, int r) { ....
分类:其他好文   时间:2014-08-17 14:16:52    阅读次数:173
REST服务介绍
RESTful service是一种架构模式,近几年比较流行了,它的轻量级web服务,发挥HTTP协议的原生的GET,PUT,POST,DELETE。 REST模式的Web服务与复杂的SOAP和XML-RPC对比来讲明显的更加简洁,越来越多的web服务开始采用REST风格设计和实现。例如,Amazo...
分类:其他好文   时间:2014-08-17 12:56:12    阅读次数:282
网页搜索基本知识
1、 skiplist 巩固skiplist 跳跃表,简单理解是用空间换时间,来实现链表二分查找的数据结构可以用pre、next、blow、above实现四向的链表操作,可以简化search、insert、delete、get等操作时间复杂度:2、 lucene 巩固开源的全文检索引擎框架主要过程:...
分类:Web程序   时间:2014-08-17 11:45:02    阅读次数:256
nodejs 文件上传
var multipart = require('connect-multiparty');var fs = require('fs');var multipartMiddleware = multipart();router.get('/uploadTest', function (req, re...
分类:Web程序   时间:2014-08-17 11:35:02    阅读次数:205
$($_.)作用
1 $a=get-process2 foreach ($b in $a)3 {4 write-host "hello: $($b.id)"5 }返回结果:hello: 2536hello: 3528hello: 2316hello: 608hello: 732hello: 1392hello: 2....
分类:其他好文   时间:2014-08-17 11:32:22    阅读次数:176
【AJAX】get()和post()方法
jQuery get() 和 post() 方法用于通过 HTTP GET 或 POST 请求从服务器请求数据。两种在客户端和服务器端进行请求-响应的常用方法是:GET 和 POST。GET - 从指定的资源请求数据(得到么,自然有限制;自己的要求不提)POST - 向指定的资源提交要处理的数据 (...
分类:其他好文   时间:2014-08-17 10:25:21    阅读次数:234
ubuntu 14.04 firefox install flash-plugin
ubuntu can't play audio and vedio. because flash-plugin haven't install. so , do it.sudo apt-get install flashplugin-installerok. done !
分类:其他好文   时间:2014-08-17 09:10:11    阅读次数:178
JS类定义方式
// 方法1 对象直接量var obj1 = { v1 : "", get_v1 : function() { return this.v1; }, set_v1 : function(v) { this.v1 = v; }};obj1.se...
分类:Web程序   时间:2014-08-16 23:48:51    阅读次数:220
memcached使用说明
1、在服务器上注册服务2、启动服务:services.msc3、客户端创建服务接口 object Get(string key); List GetKeys(); List GetValues(); void Set(string key, obje...
分类:其他好文   时间:2014-08-16 22:28:31    阅读次数:332
ACM.hdu1025
to get the ans of how many roads at most that can be built between two line without intersection of roads,we need sort the input sequence at ont edge ...
分类:其他好文   时间:2014-08-16 17:01:30    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!