上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 229 下一页
摘要: 原文地址:http://bigbully.github.io/Dapper-translation/ 概述 当代的互联网的服务,通常都是用复杂的、大规模分布式集群来实现的。互联网应用构建在不同的软件模块集上,这些软件模块,有可能是由不同的团队开发、可能使用不同的编程语言来实现、有可能布在了几千台服务 阅读全文
posted @ 2016-06-13 10:22 一天不进步,就是退步 阅读(1690) 评论(0) 推荐(0)
摘要: 1. 背景 注解可以减少代码的开发量,spring提供了丰富的注解功能。我们可能会被问到,spring的注解到底是什么触发的呢?今天以spring最常使用的一个注解autowired来跟踪代码,进行debug。 2. Autowired的定义及作用 作用:Marks a constructor, f 阅读全文
posted @ 2016-06-12 11:18 一天不进步,就是退步 阅读(3110) 评论(1) 推荐(2)
摘要: 1. eclipse 安装subclipse 2. 将主干trunk导入到eclipse中 3. 右键选择team-->合并,注意,去掉红色圈内的选项 4. next 选中select查找svn branch的路径 5. 一路next 阅读全文
posted @ 2016-06-08 17:32 一天不进步,就是退步 阅读(564) 评论(0) 推荐(0)
摘要: 操作步骤: 1. 先add and remove 去除项目 2. clean 完成清除工程在tomcat的目录 3. project-->clean 4. add adn remove 重新添加工程 5. publish 发布到tomcat目录 6. 比较工程下的class编译文件和tomcat目录 阅读全文
posted @ 2016-06-08 17:23 一天不进步,就是退步 阅读(6463) 评论(0) 推荐(0)
摘要: 原文地址:http://blog.jhades.org/how-does-spring-transactional-really-work/ In this post we will do a deep dive into Spring transaction management. We will 阅读全文
posted @ 2016-06-08 16:01 一天不进步,就是退步 阅读(585) 评论(0) 推荐(0)
摘要: 找的好辛苦呀 原文地址:https://dzone.com/articles/spring-annotation-processing-how-it-works If you see an annotation, there must be some code somewhere to proces 阅读全文
posted @ 2016-06-08 15:01 一天不进步,就是退步 阅读(531) 评论(0) 推荐(0)
摘要: 原文地址:http://www.journaldev.com/7989/key-components-and-internals-of-spring-boot-framework In my previous post “Introduction to Spring Boot”, we have d 阅读全文
posted @ 2016-06-08 09:43 一天不进步,就是退步 阅读(444) 评论(0) 推荐(0)
摘要: 原文地址:http://stackoverflow.com/questions/18189980/how-do-annotations-work-internally The first main distinction between kinds of annotation is whether 阅读全文
posted @ 2016-06-06 16:00 一天不进步,就是退步 阅读(383) 评论(0) 推荐(0)
摘要: 原文地址:https://dzone.com/articles/how-annotations-work-java Annotations have been a very important part of Java and it’s been there from the time of J2S 阅读全文
posted @ 2016-06-06 15:55 一天不进步,就是退步 阅读(1009) 评论(0) 推荐(0)
摘要: 原文地址:http://laravel.iteye.com/blog/2303244 Java WeakHashMap 到底Weak在哪里,它真的很弱吗?WeakHashMap 的适用场景是什么,使用时需要注意些什么?弱引用和强引用对Java GC有什么不同影响?本文将给出清晰而简洁的介绍。 总体介 阅读全文
posted @ 2016-06-06 15:44 一天不进步,就是退步 阅读(465) 评论(0) 推荐(0)
上一页 1 ··· 109 110 111 112 113 114 115 116 117 ··· 229 下一页