会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Faded
博客园
首页
新随笔
联系
订阅
管理
2016年8月26日
报错: eclipse加载maven工程提示pom.xml无法解析org.apache.maven.plugins:maven-resources-plugin:2.3.2
摘要: 错误信息出现在pom头的project标签,project标签内容是 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schema
阅读全文
posted @ 2016-08-26 23:32 Faded
阅读(16397)
评论(0)
推荐(0)
2016年8月25日
问题:使用"mvn archetype:generate"命令创建项目时要特别长的时间才能够将项目创建好
摘要: 原因是创建项目过程中会下载这个文件,而访问网络上这个文件非常耗时http://repo1.maven.org/maven2/archetype-catalog.xml问题解决办法1.直接下载archetype-catalog.xml文件,放到本地的apache-maven目录中。2.在使用mvn a
阅读全文
posted @ 2016-08-25 13:04 Faded
阅读(1258)
评论(0)
推荐(0)
报错:maven编译出现File encoding has not been set
摘要: maven打包编译时后台一直输出警告信息 解决方法:在pom.xml文件中增加一个配置项,再次编译时即可消除警告 <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties>
阅读全文
posted @ 2016-08-25 12:23 Faded
阅读(1934)
评论(0)
推荐(0)
报错:maven 程序包org.junit不存在
摘要: mvn compile时报错 解决方法: 将pom.xml中的原本的 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.9</version> <scope>test</scope> </d
阅读全文
posted @ 2016-08-25 00:04 Faded
阅读(3375)
评论(0)
推荐(0)
2016年7月10日
Sublime Text 3
摘要: Sublime text 3.3114版本,系统Win10,32位 参考 http://www.xiumu.org/note/sublime-text-3.shtml 1. 下载官网 http://www.sublimetext.com/3 2. 激活 打开Sublime菜单 > help > en
阅读全文
posted @ 2016-07-10 23:17 Faded
阅读(214)
评论(0)
推荐(0)
2016年7月9日
Win10使用技巧
摘要: 1 如何使任务栏变透明? 下载安装软件startisback ,具体步骤参考 https://www.zhihu.com/question/37313273 第一个和第二个答案 下载地址 http://startisback.com/#download-tab 2 桌面图标不能移动? 安装了Fenc
阅读全文
posted @ 2016-07-09 16:24 Faded
阅读(284)
评论(0)
推荐(0)
公告