码迷,mamicode.com
首页 >  
搜索关键字:bulk operation    ( 3126个结果
wsdl详解
wsdl的结构:definitions ---types: ---message:用来定义消息的结构 ---part:指定引用types中定义的标签片段 ---portType:用来定义服务器端的sei ---operation:用来指定sei中的处理请求的方法; ---input:指定客户端应用传...
分类:其他好文   时间:2014-11-17 15:35:58    阅读次数:126
STL 小结
看C++ STL一个月了,小结下这个阶段的学习所得;      容器是以class template完成;内存管理师由memory pool完成;算法是由function template完成;仿函数(函数对象)是一种将operation ( )重载了的class template;迭代器是泛型指针,也是种智能指针,将operator++、operator * 等指针习惯行为重载的class t...
分类:其他好文   时间:2014-11-16 16:00:02    阅读次数:209
Linux C错误代码
#define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */ #define EINTR 4 /* Interrupted system call */ #define EIO 5 /* I...
分类:系统相关   时间:2014-11-15 18:59:18    阅读次数:310
POJ 3468 A Simple Problem with Integers(线段树区间求和)
Description You have N integers, A1, A2, ... , AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each number in a given interval. The other is ...
分类:其他好文   时间:2014-11-14 01:41:58    阅读次数:245
Android之Intent和Activity
Intent可以说是Android的灵魂,程序跳转和传递数据的时候基本上就是靠Intent了。Intent在Android应用中是相当重要的,理解Intent对应用编程很有帮助。在Android的官方API文档里边对Intent是这样定义的:An Intent is an abstract description of an operation to be performed。一个Intent就是...
分类:移动开发   时间:2014-11-13 11:00:32    阅读次数:246
自定义函数标签(JSTL)
创建自定义函数标签步骤: 1、创建类,并且方法只能是静态 public static void operation(calculator cal) 2、书写tld 1 5 1.0//版本 6 myfn//名称 7 http://www.cnblogs.com/liuw...
分类:Web程序   时间:2014-11-11 18:45:34    阅读次数:252
NSRunloop和NSThread的情感纠葛
一直觉得runloop这东西很神奇、很飘渺,现在还是觉得这玩意很飘渺 -_-.前两天特地花了点时间看了下官方的文档,把我理解的和觉得重要的跟大家分享下,欢迎批评指正。线程实现的几种方式:1. Operation Objects // NSOperation及相关子类2. G C D // dispa...
分类:其他好文   时间:2014-11-11 15:57:54    阅读次数:191
4:elasticsearch服务实现
importjava.util.List; importjava.util.Map; importorg.elasticsearch.action.bulk.BulkRequestBuilder; importorg.elasticsearch.action.bulk.BulkResponse; importorg.elasticsearch.action.delete.DeleteRequestBuilder; importorg.elasticsearch.action.delete.DeleteRes..
分类:其他好文   时间:2014-11-11 14:35:35    阅读次数:229
Windows Azure服务管理版本控制
1.WindowsAzure‘sServiceManagementVersioningOperationsprovidedbytheServiceManagementAPImayhavemultipleversions.Youmustspecifytheversionofanoperationthatyouwanttousebysettingthex-ms-versionrequestheader.Requestswithoutanx-ms-versionheaderwillberejectedandretu..
分类:Windows程序   时间:2014-11-11 12:54:46    阅读次数:240
IOS - JSON数据解析 小3种方法
[manager GET:serverURL parameters:nil success:^(AFHTTPRequestOperation *operation, id responseObject) { // 3 解析返回的JSON数据 // 3.1// NSDictionar...
分类:移动开发   时间:2014-11-09 00:49:53    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!