摘要: I never saw that one before, but a Google search suggests that one possibility is too long a path for the manifest file. That does not seem to be your problem.I suppose a simple solution is to disable generation of manifests. In the project properties, select Linker > Manifest File and change &qu 阅读全文
posted @ 2014-03-26 13:49 Gilbert Z 阅读(606) 评论(0) 推荐(0)
摘要: JSP(Java Server Page)与ASP(Active Server Page)两者都是常用的动态网页技术,也都是可以嵌入HTML中的程序,但两者是有着本质的不同,主要从以下几个方面对其进行比较:1.Web服务器的支持:大多数通用的 Web服务器如:Apache、Netscape和Microsoft IIS都支持JSP页面,只有微软本身的Microsoft IIS和Personal Web Server可以支持ASP。2.平台的支持:JSP具有平台独立性,只要是一般的Java程序可以运行的平台,都支持JSP程序。Windows平台可以很好的支持ASP,但ASP对于基于Win32逐渐模 阅读全文
posted @ 2013-11-01 10:16 Gilbert Z 阅读(265) 评论(0) 推荐(0)