03 2016 档案

摘要:疑惑1:@Autowired 依赖注入实现类的实例来源于哪里 疑惑原因: 1.applicationContext.xml作为Spring的配置文件,里面可以配置bean,单项目中的我们自己定义的service总不能在xml里面都配置一遍吧(事实是没有),那是否还可以通过其他的方式呢? 马上就出现了 阅读全文
posted @ 2016-03-29 14:27 notnull 阅读(163) 评论(0) 推荐(0)
摘要:百度许久未果,坑货百度,出来的都是些么用的,姑姑一把,就找到了下面这货,终于成功了,果断转 下载Eclipse的git插件--EGit。官网地址: 点击打开链接 截止目前最新版本为3.5,历史版本如下: Release Date browse p2 repository 3.4.1.20140620 阅读全文
posted @ 2016-03-18 16:00 notnull 阅读(386) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/cheney521/article/details/8526414 1、设置"source folder"与"output folder". source folder:存放.java源文件的根目录;output folder:.class编译输出的根目录; 阅读全文
posted @ 2016-03-09 08:40 notnull 阅读(1022) 评论(0) 推荐(0)
摘要:引用:http://www.oracle.com/technetwork/cn/community/java/apache-maven-getting-started-2-405568-zhs.html 第一篇文章大概的介绍了一下Apache Maven以及它的下载和安装,并且运行了一个简单的示例。 阅读全文
posted @ 2016-03-04 14:55 notnull 阅读(583) 评论(0) 推荐(0)
摘要:引用: http://www.oracle.com/technetwork/cn/community/java/apache-maven-getting-started-1-406235-zhs.html 写这个 maven 的入门篇是因为之前在一个开发者会的动手实验中发现挺多人对于 maven 不 阅读全文
posted @ 2016-03-04 14:53 notnull 阅读(410) 评论(0) 推荐(0)
摘要:1 <?xml version="1.0" encoding="gbk"?> 2 <ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ehcache.xsd"> 3 阅读全文
posted @ 2016-03-01 09:15 notnull 阅读(654) 评论(0) 推荐(0)