摘要: VMware 10.0 Centos 6.5 虚拟机本地启动成功,但外部本地环境无法访问。 虚拟机网络隶属于本地网络的一个子网络(外部本地主机类似路由器功能),需要映射端口。 为了测试,新建一个静态页面文件:Index.html ~/../var/www/html/ http://www.cnblo 阅读全文
posted @ 2017-05-27 11:33 L.Tag.OP 阅读(710) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 using namespace std; 3 4 5 extern int i; 6 extern float f(float a); 7 float b; 8 float f(float a){ 9 return a+1.0;10 }11 int i;12 ... 阅读全文
posted @ 2014-12-14 21:59 L.Tag.OP 阅读(19851) 评论(0) 推荐(0) 编辑