概要Windows Forms 控件通常不是thread-safe(直接或间接继承于System.Windows.Forms.Control),因此.NET Framework为防止multithread下对控件的存取可能导致控件状态的不一致,在调试时,CLR-Debugger会抛出一个Invali...
分类:
其他好文 时间:
2014-08-13 21:39:57
阅读次数:
269
#include <errno.h> #ifndef _ASM_GENERIC_ERRNO_BASE_H #define _ASM_GENERIC_ERRNO_BASE_H #define ???EPERM ????????1 ???/* Operation not permitted */ #define ???ENOENT ???????...
分类:
系统相关 时间:
2014-08-13 19:37:17
阅读次数:
345
前沿:听同事说,以后的dba申请可能有部分走其他部门的docker,那边貌似在搞一个类似docker的平台管理系统,据说很霸道。于是乎,我自己也想尝试写一个简单的doker管理平台。做为起步我先搞搞dockerapi,docker官网有个docker-py,用起来很是清爽简单。首先安装docker的python..
分类:
编程语言 时间:
2014-08-13 19:24:39
阅读次数:
548
今天打算自绘MFC的界面时,建了个测试对话框试了下,在删除了一个IDC_STATIC控件后,程序运行起来出错了,DEBUG了一下弹出anunsupportedoperationwasattempted,说我正在尝试一个不支持的操作。然后就跑到了一个有关DDX数据交换的函数中,这是系统文件,肯定不会出错,上网查了..
分类:
其他好文 时间:
2014-08-13 15:10:07
阅读次数:
166
问题:最近测试服务器老是报memcached连接超时的错误:Operationtimedout.-failingnode:/xx.xx.xx.xx:11211检查网络,进程又都没问题。因为是三个tomcat共用一个memcached,于是想起是不是并发太大造成的等待超时。于是自己搭环境测试一下。memcached官网下载:http://memcache..
分类:
其他好文 时间:
2014-08-13 03:48:45
阅读次数:
467
浅析device mapeper的thin provoision
分类:
其他好文 时间:
2014-08-13 00:56:14
阅读次数:
239
In the past, the operation and upkeep on the raymond mill production line was pretty uncomplicated and intensive. Considering that there are going to ...
分类:
其他好文 时间:
2014-08-12 16:54:54
阅读次数:
223
08-11 19:22:35.028: W/MemoryDealer(2123): madvise(0x43e16000, 12288, MADV_REMOVE) returned Operation not supported on transport endpoint08-11 19:22:35...
分类:
移动开发 时间:
2014-08-11 21:04:53
阅读次数:
2405
container和container进行“沟通”,官方称linkingcontainerstogether!最为常见的是首先运行一个webcontainer,和运行一个dbcontainer,让webcontainerlinkdbcontainer;通过link,在2个container间建立了一个网络通道(bridge),而且dbcontainer只需要知道上一个container的ali..
分类:
其他好文 时间:
2014-08-11 18:14:13
阅读次数:
392
进入操作系统
yum install docker-io
docker -d
提示没有空闲IP地址可以给桥接网卡使用了
编辑下内网网卡eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
IPADDR=x.x.x.x
NETMASK=255.255.248.0
BRIDGE='docker0'
新建一个docker0配置文件
DEVI...
分类:
其他好文 时间:
2014-08-11 17:51:42
阅读次数:
212