java.sql.SQLException: Couldn't perform the operation setAutoCommit: You can't perform any operations on this connection. It has been automatically cl...
分类:
数据库 时间:
2014-09-18 12:46:13
阅读次数:
828
A method and apparatus for aatomicoperationis described. A method comprises receiving a first program unit in a parallel computing environment, the fi...
分类:
移动开发 时间:
2014-09-18 00:30:13
阅读次数:
443
K&R第五章介绍了用函数指针实现的快速排序算法,对其中的代码比较困惑,所以看了下《算法导论》上对快排的介绍,下面这张图说明了快排的原理及过程:
用C实现上面的过程:
#include
/* declare function pointer */
typedef int(*fp_operation)(int a, int b);
void swap(int *a, int...
分类:
其他好文 时间:
2014-09-17 21:58:12
阅读次数:
320
Sequence operation
Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 6270 Accepted Submission(s): 1862
Problem Description
lxhgww...
分类:
其他好文 时间:
2014-09-17 10:21:32
阅读次数:
295
Peter has a sequence of integers a1,?a2,?...,?an. Peter wants all numbers in the sequence to equal
h. He can perform the operation of "adding one on the segment
[l,?r]": add one to all elements of t...
分类:
其他好文 时间:
2014-09-16 14:18:20
阅读次数:
259
1.创建组2.创建grid用户3.用grid安装Gride Infrastructure软件4.执行root.sh[root@ora11g softdb]# /u01/app/11.2.0/grid/root.shPerforming root user operation for Oracle 1...
分类:
其他好文 时间:
2014-09-15 22:35:39
阅读次数:
290
Why should we use convolution?
问题限定: 仅对离散信号做分析
首先要回答什么是卷积的问题.
In mathematics and,
in particular, functional analysis, convolution is
a mathematical operation on...
分类:
其他好文 时间:
2014-09-11 20:59:12
阅读次数:
222
数据库迁移,其中有个数据量较大的表的索引,在迁移的时候出现,同步超时的情况Notice 2014-08-05 15:14:54.856107 14240 3892311808 Poster: Operation ODR_DDL on table "CMUSER"."TBL_CM_PACKAGEPUS...
分类:
其他好文 时间:
2014-09-11 11:04:21
阅读次数:
340
源码是从别的地方搬过来的,具体什么地方忘了。。。详见下源码/* * @(#) 所有版权归聚灵工作室所有. * * $Id$ * * =================================== * Electric Operation Maintenance System(EOMS) .....
分类:
其他好文 时间:
2014-09-11 10:50:51
阅读次数:
200
本文旨在进行Byzantine faults的容错,文章开门见山提出了新算法的优势:可工作在异步环境(如Internet),响应时间可以获得比之前算法超过一个数量级的提升。当然肯定会有limitation伴随,我们试着找出它们。
一开始文章就告诉我们有一个问题还没能解决:fault-tolerant privacy。
?Normal-Case Operation
提出了Buffered...
分类:
其他好文 时间:
2014-09-09 16:18:19
阅读次数:
179