昨天写的关于解决JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java的方案非常好的攻克了这个错误,可是它没有全然的解决我的问题,Maven项目依旧有一个红色叹号存在.红色叹号存在的原因是:.classpath配置文件引用了某jar包,可是lib里却不存在此jar.我所遇到的问题又是一种新的情况,jar存在lib里存在,但还是报题目中的两个错误.细致研究发现我的java…
首先windows-show view-problems 根据地址查找错误 若提示: Description Resource Path Location TypeJava compiler level does not match the version of the installed Java project facet. iswustserver Unknown Faceted Project Problem (Java Version…
导入android.support.design出错:1.项目除了需要依赖appcompat_v7包外还要design包2.design包就是在安卓sdk下Extras中的android.support.design这个额外包3.找到下载好的Android Design Support Library文件所在文件夹.把design文件作为项目导入到Eclipse,作为Libraryproject,建立好project后,把Libraryproject与自己project关联上就Ok啦! 4.de…
eclipse maven项目错误:Failure to transfer org.codehaus.plexus:plexus-interpolation:jar:1.15 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed o…
编译PHP 报错:node.c: In function dom_canonicalization /opt/php-5.2.17/ext/dom/node.c:1953: error: dereferencing pointer to incomplete type 是libxml导致的问题,可以下载补丁patch一下. # curl -o php-5.x.x.patch https://mail.gnome.org/archives/xml/2012-August/txtbgxGXAvz4…
使用idea的maven进行deploy操作失败,报错: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:- from/to snapshots (http://XXX:8081/nexus/content/repositories/snapshots): Failed to transfer file http://nexus.dmall.com:8081/nexus/content/repositorie…
eclipse 中离线安装activiti插件,报错“An error occurred while collecting items to be installed session context was:(...” 按照文章:eclipse离线安装Activiti Designer插件,下载插件的两个离线安装文件,并按照步骤安装后,一直next后报错,如下: An error occurred while collecting items to be installed session co…
偶然重新编译了一下后台程序,发现编译过程报错无法连接数据库.但通过sqlplus登录数据库是正常的.后台程序改动中也做了详细的分析,没有改动相关数据库的参数和配置. 最后通过浏览器查看了很多相关问题的解决办法,无疑间发现有人说修改一下数据库密码即可.抱着试一试的心态,再次登录数据库的时候,发现一行字:数据库密码即将到期... 然后立马重置了数据库密码,使用管理员权限执行:alter user username identified by password; 再次编译后台程序,一切正常!这个…