摘要: 我在虚拟机中安装了rhel 5 虚拟机使用NAT的方式在rhel中安装了APACHE 并且使用 http://127.0.0.1/可以正常访问通过ifconfig查到IP地址是 192.168.254.128我能在WINDOWS中PING通192.168.254.128 并且使用SecureCRT也能在连上虚拟机中的rhel但是我在主机上不能通过 http://192.168.254.128/ 来访问虚拟机中的Web服务器找资料找了很久,综合了很多方法,终于可以在windows访问linux虚拟机的web服务了,现在贴出来分享之原因分析:linux的问题、VMware的问题、windows的问 阅读全文
posted @ 2012-02-28 15:30 greencolor 阅读(460) 评论(0) 推荐(0) 编辑
摘要: 在VS2008中移除了对ATL Server的内置代码,而是把它独立为一个开源项目,见 http://www.codeplex.com/AtlServer/但这意味着原来在vs2003,vs2005程序中使用了以下头文件的程序将编译出错,如 fatal error C1083: 无法打开包括文件:“atlsoap.h”: No such file or directoryafxisapi.hafxisapi.inlafxisapi.rcatlcache.hatlcrypt.hatlcrypt.inlatlextmgmt.hatlhtml.hatlhttp.hatlhttp.inlatlisap 阅读全文
posted @ 2012-02-28 13:34 greencolor 阅读(3045) 评论(0) 推荐(0) 编辑
摘要: error C2872: 'CMutex' : ambiguous symbol could be 'c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxmt.h(105) : CMutex' or 'c:\program files\microsoft visual studio 8\vc\atlmfc\include\atlsync.h(77) : ATL::CMutex'Obviously both files have CMutex class defined a 阅读全文
posted @ 2012-02-28 13:33 greencolor 阅读(446) 评论(0) 推荐(0) 编辑
摘要: #define E2BIG [argument list too long]#define EACCES [permission denied]#define EADDRINUSE [address in use]#define EADDRNOTAVAIL [address not available]#define EAFNOSUPPORT [address family not supported]#define EAGAIN [resource unavailable try again]#define EALREADY [connection already in progress]# 阅读全文
posted @ 2012-02-28 12:37 greencolor 阅读(1950) 评论(0) 推荐(0) 编辑