简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
在很多资料或文献中很难找到虚拟化和云计算的区别,甚至连云计算是什么都颇有争议。在网上找到几片论述这一问题的文章,摘录于下。1. Cloud is an operations model, not technology: http://news.cnet.com/830
Plan 9的Manual和Wiki上面关于网络配置的介绍,都是以server为原型,前提条件是这些server都会有固定的IP地址,集成DHCP、DNS乃至自己的子网。可我的Plan 9是在VirtualBox4.0的虚拟机上装的,Host是Fedora 14,通过家用无线路由器上网,IP地址动态获取,不可能有固定IP和固定的DNS、Gateway等等。因此http://cm.bell-labs
原文:http://www.thegeekstuff.com/2010/08/ipcs-command-examples/ IPC stands for Inter-process Communication.This technique allows the processes to communicate with each another.Since each process
Plan 9的Manual和Wiki上面关于网络配置的介绍,都是以server为原型,前提条件是这些server都会有固定的IP地址,集成DHCP、DNS乃至自己的子网。可我的Plan 9是在VirtualBox4.0的虚拟机上装的,Host是Fedora 14,通过家用无线路由器上网,IP地址动态获取,不可能有固定IP和固定的DNS、Gateway等等。因此http://cm.bell-labs
本文根据http://topic.csdn.net/u/20091026/10/0e913e37-e4a2-4504-bcc7-61af18a22dde.html?6487的回复总结而成。 1. 共享库 通常做成共享库的话,在编绎时加上-shared参数,并把链接生成的文件名命名libxxx.so,可以放在/usr/lib下 其他程序引用这个库时,在链接的时候加上-lxxx就可以了
To build C/C++ codes including zlib.h, gcc flag "-lz" must be added, such as gcc -o kseq -lz kseq.h kseq_test.cTo check if some file/dir is affected by SELinux, use command "ls -Z xxx".To change the s
Coin Change Problem: http://bo-yang.github.io/2014/06/20/coin-change