摘要:
Eclipse 修改项目名称 1:修改项目目录下:.project文件 <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>GZELearning</name> 2:项目右键属性--> Web Project Setti 阅读全文
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
摘要:
<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
摘要:
<?xml version="1.0" encoding="UTF-8"?><web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:jav 阅读全文
摘要:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/P 阅读全文
摘要:
删除当前工作目录下的WORKSPACE_HOME/.metadata/.plugins/org.eclipse.core.resources/.project,然后重新启动Eclipse项目的workspace下找到.project删掉 阅读全文
摘要:
这里演示IE浏览器加入代理方法,加入以后在使用maven的时候才可以使用 比如在maven下update project的时候,maven无法下载jar包,基本上都是因为没有联网。这时候加入代理,每个公司的代理地址不同(私服地址) 阅读全文