neutron-server启动过程分析1. /etc/init.d/neutron-serverDAEMON=/usr/bin/neutron-serverDAEMON_ARGS="--log-file=$LOGFILE"DAEMON_DIR=/var/run...case $1 in st...
分类:
其他好文 时间:
2014-07-16 19:22:23
阅读次数:
346
当我们在虚拟机里安装Linux系统,避免不了的要安装增强功能,无论是视觉效果还是物理机与虚拟机共享文件都是需要安装增强先加载Vbox-Tools,会在inux桌面,弹出来执行批处理文件,sh ./vboxlinuxaddtions-x86.run或自动选择安装./autorun.sh如果安装失败1、...
分类:
系统相关 时间:
2014-07-16 19:03:07
阅读次数:
294
Virtio So-called "full virtualization" is a nice feature because it allows you to run any operating system virtualized. However, it's slow because the...
分类:
其他好文 时间:
2014-07-16 18:20:33
阅读次数:
214
If you played with the Fibonacci function, you might have noticed that the bigger the argument you provide, the longer the function takes to run. Furt...
分类:
其他好文 时间:
2014-07-16 18:14:59
阅读次数:
278
比较C#中的readonly与constC#中有两种常量类型,分别为readonly(运行时常量)[read-run]与const(编译时常量)[const-compile],本文将就这两种类型的不同特性进行比较并说明各自的适用场景。工作原理 readonly为运行时常量,程序运行时进行赋值,赋值完...
分类:
其他好文 时间:
2014-07-16 17:55:52
阅读次数:
179
#mf:mult file
#liba: liaxxx.a
#libso:libxxx.so
run:main
./main
mfo:add.c main.c
gcc -c add.c main.c
mfe:mfo
gcc -o main add.o main.o
libo:add.c
gcc -c add.c...
分类:
其他好文 时间:
2014-07-16 17:11:20
阅读次数:
165
启动docker的时候的指令使用
sudo docker -H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock -d &
这样就能使docker听取host得到的任何ip的指令,从而就能从host之外的机器连接到docker container了...
分类:
其他好文 时间:
2014-07-15 22:26:08
阅读次数:
275