环境如下:操作系统:CentOS 6.4eth0:192.168.100.1 (LAN口)eth2:200.168.10.1 (WAN口)一.iptables的配置1.啟動ip_forw
简单画了下InnoDB存储引擎架构: 水平有限,若有不正确的地方欢迎指正。
演示局部变量 import threading import time def worker(): x = 0 for i in range(100): time.s
set set target.max-string-summary-length 10000
升级到XCode7后Qt5.5编译,命令行报错:clang: warning: no such sysroot directory: '/Applications/Xcode.app/Contents
##配置网络 vim/etc/sysconfig/network-scripts/ifcfg-eth0 写网络配置文件 systemctl restart network 
Visual studio 2012 9月13日就要发布了,现在已经可以下载了,地址如下:http://www.microsoft.com/visualstudio/11/zh-cn/downloa
1.关于SIGCHLD 信号 wait 和 waitpid函数清理僵尸进程,父进程可以阻塞等待子进程结束,也可以阻塞地查询是否有进程结束等待清理(也就是轮询的方式)。采用第一种方式,父进程
一、索引 MongoDB 提供了多样性的索引支持,索引信息被保存在system.indexes 中,且默认总是为_id创建索引,它的索引使用基本和MySQL 等关系型数据库一样。其实可以这样说说,索引