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
[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
今天在现场的哥们发来异常,让我解决,错误信息如下:HTTP Status 500 - Read operation to server 192.168.1.110:20001 failed on database wpdb; nested exception is com.mongodb.Mongo...
分类:
数据库 时间:
2014-09-18 20:16:04
阅读次数:
330
Powershell profile.ps1 cannot be loaded because its operation is blocked by software restriction policies解决方法:修改注册表[HKEY_LOCAL_MACHINE\SOFTWARE\Wow643...
分类:
其他好文 时间:
2014-09-18 18:05:14
阅读次数:
424
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
最近业内有人在探讨一个趋势-“虚拟机:永远的光荣还是垂死挣扎呢?”这个探讨主要源于Docker公司和Linux容器(Container)的探讨。很多人疑惑到底是否容器技术终将取代虚拟机技术。可能你也听说了Linux容器技术,但并非每个人都花时间研究了容器技术的来龙去脉,这不是一条140字..
分类:
其他好文 时间:
2014-09-17 18:58:03
阅读次数:
274
Docker的DockerHub是一个公有的Registry,从DockerHub上可以找到很多的官方或个人构建的DockerImage,通常,这些p_w_picpath能满足开发、测试的需求.但是如果想构建的p_w_picpath只在控制范围内共享,而不是开放环境,那就得搭建自己的私有DockerRegistry.Docker官方实现了docker-re..
分类:
其他好文 时间:
2014-09-17 15:34:23
阅读次数:
223
#yum install
wget
http://fedora.mirror.nexicom.net/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum -y install epel-release-6-8.noarch.rpm
yum -y install docker-io
#wget install
yum install -y ...
分类:
其他好文 时间:
2014-09-17 12:14:22
阅读次数:
287