码迷,mamicode.com
首页 >  
搜索关键字:bulk operation    ( 3126个结果
OpenERP-Java调用XML-RPC接口示例(Examples for calling XML-RPC interfaces by Java)
官网没有给出CREATE、SEARCH、WRITE等XML-RPC接口的Java 调用示例,在此补充一下。 There is no examples on the official site for the XML-RPC operation interfaces for Java, so I posted my code here.  import org.apache.xmlrpc.Xml...
分类:编程语言   时间:2014-09-23 00:07:33    阅读次数:443
Windows7 general operation/cmd notes
为bb准备的Window命令集
分类:Windows程序   时间:2014-09-22 23:42:53    阅读次数:437
Concurrency and Application Design (三)
Operation Queuesoperation object是 NSOperation class实例用来封装想要执行的任务。nsoperation class是抽象类必须子类化。Creating an NSInvocationOperation Object
分类:移动开发   时间:2014-09-22 19:34:53    阅读次数:159
【MongoDB】The high query operation of MongoDB(二)
In the last blog, there are three query condition to be described. In the blog, we wil...
分类:数据库   时间:2014-09-22 03:37:02    阅读次数:255
【MongoDB】The high Query operation of MongoDB(一)
In the last blog, we talked about the basic operation of MongoDB, including insert, query, remove and update. Now in this blog, we will further hava a good understanding of  querying operation.  At f...
分类:数据库   时间:2014-09-22 01:35:41    阅读次数:233
【MongoDB】The basic operation of Mongodb, Insert\Query\Delete\Update
1, Insert MongoDB is database storing document object, the type of which is called Bson.(like JSON); Example:  // document defination      Now after using command[db.posts.insert(doc)], you will...
分类:数据库   时间:2014-09-21 01:19:39    阅读次数:380
mysql中key 、primary key 、unique key 与index区别
一、key与primary key区别CREATE TABLE wh_logrecord (logrecord_id int(11) NOT NULL auto_increment,user_name varchar(100) default NULL,operation_time datetime...
分类:数据库   时间:2014-09-21 00:08:09    阅读次数:311
SQL Error 1227: Access denied; you need the SUPER privilege for this operation
今天同事跟我说,他之前在mysql上建的视图没办法更改,更改的时候报如下错误:SQLError1227:Accessdenied;youneedtheSUPERprivilegeforthisoperation起初,我以为是权限的问题,查了半天,权限明明是有的,新增了如下两条授权条件,还是不行:grant操作MySQL视图、查看视图源代..
分类:数据库   时间:2014-09-19 19:33:26    阅读次数:295
AIX weblogic 启动报There is not enough buffer space
AIX weblogic 启动报There is not enough buffer space for the requested socket operation 错误 ???? <Sep 19, 2014 10:27:09 AM GMT+08:00> <Error> <Coherence> <BEA-000000> <Oracle Coherence 3.6.0.4 ...
分类:Web程序   时间:2014-09-19 12:19:05    阅读次数:305
testdb11b root.sh执行结果
[root@testdb11b dev]# /u01/app/11.2.0/grid/root.sh Performing root user operation for Oracle 11g The following environment variables are set as: OR...
分类:数据库   时间:2014-09-19 02:16:54    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!