摘要:
java web项目一直都是好好的,后面电脑安装过系统后(以之前的版本不一样),安装所需软件(如myeclipse、tomcat)并进行配置。然后在myeclipse中添加项目却报错了1.Archive for required library: ‘... .jar’ in project ‘xxxxxxxxx’ cannot be read or is not a valid ZIP file. 2. The project cannot be built until build path errors are resolved.但是我查找了一下那个jar确实是存在的。在网上查找了许久,答案 阅读全文
摘要:
方法一:查询语句SELECT @@VERSION返回当前安装的日期、版本和处理器类型。例如:结果为:Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (Intel X86) Jul 9 2008 14:43:34 Copyright (c) 1988-2008 Microsoft Corporation Enterprise Edition on Windows NT 6.0 (Build 6001: Service Pack 1)方法二:进入sql server management studio,右键对象管理器——选择属性:在产品所在记录可以看到 阅读全文