一.Maven项目,右键-update project后JRE system Library变为JavaSE1.6 Dynamic Web Module 3.0 requires Java 1.6 or newer. spring-aop line 1 Maven Java EE Configuration Problem pom.xml文件中添加以下内容: <build> <plugins> define the project compile level <plugin&…
1. JavaWeb:报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 解决方法:右击web工程->属性或Build Path->Java Build Path->Libraries-> Add Libray...->Server Runtime ->Tomcat Server 切换到Java Build Path界面中的O…
进行以下步骤的前提是你已经安装好本地maven库和eclipse中的maven插件了(有的eclipse中已经集成了maven插件) 一.Maven项目的新建 1.鼠标右键---->New----->Other... 2.直接点击下一步 3.默认的是maven-archetype-quickstart,不用修改,直接点击下一步 4. Group Id 中输入项目的基本包名. Artifact Id 中输入项目名. Version 中的值默认就行,不进行选择. Package 中写的是默认生成的…
PHP编译安装时常见错误解决办法,php编译常见错误 1.configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution 解决方法: yum -y install libxslt-devel 2.configure: error: Could not find net-snmp-config binary. Please check your net-snmp installa…