02 2017 档案
eclipse中使用maven插件的时候,运行tomcat7:run的时候报错
摘要:eclipse中使用maven插件的时候,运行run as maven build的时候报错 -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and 阅读全文
posted @ 2017-02-25 11:47 黑马Feng 阅读(244) 评论(0) 推荐(0)
Eclipse 导入项目 Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (execution: default-compile, phase: compile)
摘要:Eclipse 导入项目 Pom.xml出现如下错误: Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (execu 阅读全文
posted @ 2017-02-18 15:06 黑马Feng 阅读(10455) 评论(0) 推荐(0)
windows版本Git学习安装
摘要:git学习参考: http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 下载: https://git-for-windows.github.io 安装参考: http://jingyan 阅读全文
posted @ 2017-02-11 11:28 黑马Feng 阅读(117) 评论(0) 推荐(0)
Windows Maven搭建nexus私服
摘要:1.下载nexus-2.12.0-01-bundle.zip,解压。 2.修改maven setting.xml如下: <?xml version="1.0" encoding="UTF-8"?> <!--Licensed to the Apache Software Foundation (ASF 阅读全文
posted @ 2017-02-10 23:27 黑马Feng 阅读(445) 评论(0) 推荐(0)
Windows 搭建本地Maven环境
摘要:1.下载Maven http://maven.apache.org/download.cgi 2.本地解压 将安装文件解压到你指定的目录中,如 D:\soft\java\apache-maven-3.3.9 3.设置Maven环境变量 3.1右键点击桌面此电脑》属性》高级系统设置》找到环境变量. 3 阅读全文
posted @ 2017-02-10 23:10 黑马Feng 阅读(341) 评论(0) 推荐(0)
intellij idea 使用笔记
摘要:下载与破解 官网 https://www.jetbrains.com/idea/ 获取激活码 http://idea.lanyus.com/ Intellij IDEA 的使用(创建项目、导入项目、同时部署多个项目、JRebel)等常见eclipse、myeclipse换idea必看 Intelli 阅读全文
posted @ 2017-02-10 17:13 黑马Feng 阅读(188) 评论(0) 推荐(1)