随笔分类 -  开源框架

上一页 1 2 3 4 5 6 7 8 下一页
SSH/SSI
quartz集群调度机制调研及源码分析---转载
摘要:quartz2.2.1集群调度机制调研及源码分析引言quartz集群架构调度器实例化调度过程触发器的获取触发trigger:Job执行过程:总结:附:引言quratz是目前最为成熟,使用最广泛的java任务调度框架,功能强大配置灵活.在企业应用中占重要地位.quratz在集群环境中的使用方式是每个企... 阅读全文
posted @ 2015-01-06 09:25 一天不进步,就是退步 阅读(25937) 评论(1) 推荐(6)
kafka Windows客户端Linux服务器---转
摘要:原文:http://blog.csdn.net/jingshuigg/article/details/25001979一、对于服务器端的搭建可以参考上一篇文章:kafka单机版环境搭建与测试服务器端IP :10.0.30.221运行环境的目录如下:需要改动config文件夹下的server.prop... 阅读全文
posted @ 2015-01-04 19:08 一天不进步,就是退步 阅读(4690) 评论(1) 推荐(0)
verview of Spring Framework--转
摘要:http://docs.spring.io/spring/docs/current/spring-framework-reference/html/overview.html2.Introduction to Spring FrameworkSpring Framework is a Java pl... 阅读全文
posted @ 2014-12-29 19:28 一天不进步,就是退步 阅读(1499) 评论(4) 推荐(0)
应用Druid监控SQL语句的执行情况--转载
摘要:Druid是什么?Druid首先是一个数据库连接池。Druid是目前最好的数据库连接池,在功能、性能、扩展性方面,都超过其他数据库连接池,包括DBCP、C3P0、BoneCP、Proxool、JBoss DataSource。Druid已经在阿里巴巴部署了超过600个应用,经过一年多生产环境大规模部... 阅读全文
posted @ 2014-12-25 17:12 一天不进步,就是退步 阅读(10038) 评论(0) 推荐(0)
apache kafka源码分析-Producer分析---转载
摘要:原文地址:http://www.aboutyun.com/thread-9938-1-1.html问题导读1.Kafka提供了Producer类作为java producer的api,此类有几种发送方式?2.总结调用producer.send方法包含哪些流程?3.Producer难以理解的在什么地方... 阅读全文
posted @ 2014-12-24 11:16 一天不进步,就是退步 阅读(18301) 评论(0) 推荐(3)
Apache Kafka: Next Generation Distributed Messaging System---reference
摘要:IntroductionApache Kafkais a distributed publish-subscribe messaging system. It was originally developed at LinkedIn Corporation and later on became a... 阅读全文
posted @ 2014-12-23 18:49 一天不进步,就是退步 阅读(624) 评论(0) 推荐(0)
Annotation Type @bean,@Import,@configuration使用--官方文档
摘要:@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented public @interface Bean Indicates that a method produces a bean to be man 阅读全文
posted @ 2014-12-19 14:18 一天不进步,就是退步 阅读(9642) 评论(0) 推荐(0)
MyBatis Tutorial – CRUD Operations and Mapping Relationships – Part 1---- reference
摘要:http://www.javacodegeeks.com/2012/11/mybatis-tutorial-crud-operations-and-mapping-relationships-part-1.htmlCRUD OperationsMyBatis is an SQL Mapper too... 阅读全文
posted @ 2014-12-16 15:05 一天不进步,就是退步 阅读(1185) 评论(0) 推荐(0)
阿里巴巴消息系统架构与变迁--转载
摘要:原文:http://www.infoq.com/cn/news/2014/03/interview-alibaba-wangjingyu对于大型的互联网业务来说,消息系统是必不可少的基础服务。 子柳 在《淘宝技术这十年》中为大家展示了阿里消息系统架构的概貌,作为集团业务使用的核心基础服务,目前消息系... 阅读全文
posted @ 2014-12-15 12:59 一天不进步,就是退步 阅读(1362) 评论(0) 推荐(0)
解读dbcp自动重连那些事---转载
摘要:http://agapple.iteye.com/blog/791943可以后另一篇做对比:http://agapple.iteye.com/blog/772507同样的内容,不同的描述方式,不一样的效果.Hi all :最近在做offerdetail优化时,替换了数据库驱动,从c3p0 0.9.1... 阅读全文
posted @ 2014-12-13 19:00 一天不进步,就是退步 阅读(381) 评论(0) 推荐(0)
FastJson解析对象及对象数组--项目经验
摘要:第一次使用json,解析工具为FastJson,使用语言为java常见的json解析实例,以map为例:Map map=new HashMap();map.put("code","0");map.put("message","ok");String json=JSON.toJSONString(ma... 阅读全文
posted @ 2014-12-03 19:41 一天不进步,就是退步 阅读(38034) 评论(0) 推荐(0)
java.sql.SQLException: Invalid parameter object type. Expected 'java.util.Map' but found 'java.lang.String 转载
摘要:java.sql.SQLException: Invalid parameter object type. Expected 'java.util.Map' but found 'java.lang.String'原文:http://hi.baidu.com/ideas/item/1e41172f7... 阅读全文
posted @ 2014-12-01 20:57 一天不进步,就是退步 阅读(15237) 评论(0) 推荐(0)
easy ui example
摘要:http://www.jeasyui.com/tutorial/index.phphttp://www.w3cschool.cc/jeasyui/jqueryeasyui-tutorial.html 阅读全文
posted @ 2014-11-29 14:45 一天不进步,就是退步 阅读(448) 评论(0) 推荐(0)
Spring 3 MVC: Themes In Spring-Tutorial With Example---reference
摘要:Welcome to Part 6 ofSpring 3.0 MVC Series. Inprevious articlewe saw how to add Internationalization i18n and Localization L10n support to Spring 3.0 b... 阅读全文
posted @ 2014-11-26 23:06 一天不进步,就是退步 阅读(535) 评论(0) 推荐(0)
spring aop 如何切面到mvc 的controller--转载
摘要:原文:http://yjian84.iteye.com/blog/1920787网上搜罗半天,不知道什么原因,看了源码,好像他们说的controller 是不受代理的,也对哈,不知道怎么办,于是在http://stackoverflow.com/questions/17834958/spring-a... 阅读全文
posted @ 2014-11-25 19:33 一天不进步,就是退步 阅读(14166) 评论(1) 推荐(0)
Spring AOP + AspectJ Annotation Example---reference
摘要:In this tutorial, we show you how to integrate AspectJ annotation with Spring AOP framework. In simple, Spring AOP + AspectJ allow you to intercept me... 阅读全文
posted @ 2014-11-25 19:23 一天不进步,就是退步 阅读(562) 评论(0) 推荐(0)
一个Web Project引用多个Java Project在Eclipse下的配置--转载
摘要:项目结构:项目由一个Web Project和多个Java Project构成,Web Project需要引用其它Java Project的类和Jar包。开发时用Eclipse3.5和Tomcat调试时,出现找不到引用的Java Project相关类和Jar包。经过一番摸索,终于调通了。以下是具体调试... 阅读全文
posted @ 2014-11-24 20:00 一天不进步,就是退步 阅读(357) 评论(0) 推荐(0)
spring servlet 扩展undertow
摘要:官方地址:http://undertow.io/documentation/servlet/servlet-extensions.html 留待学习中,mark一下源码地址:https://github.com/undertow-io/undertow/tree/c3b8a88db6999c231b... 阅读全文
posted @ 2014-11-21 11:43 一天不进步,就是退步 阅读(2991) 评论(0) 推荐(0)
详解 Spring 3.0 基于 Annotation 的依赖注入实现--转载
摘要:使用 @Repository、@Service、@Controller 和 @Component 将类标识为 BeanSpring 自 2.0 版本开始,陆续引入了一些注解用于简化 Spring 的开发。@Repository 注解便属于最先引入的一批,它用于将数据访问层 (DAO 层 ) 的类标识... 阅读全文
posted @ 2014-11-20 17:35 一天不进步,就是退步 阅读(282) 评论(0) 推荐(0)
Spring 的优秀工具类盘点---转
摘要:第 1 部分: 文件资源操作和 Web 相关工具类http://www.ibm.com/developerworks/cn/java/j-lo-spring-utils1/文件资源操作文件资源的操作是应用程序中常见的功能,如当上传一个文件后将其保存在特定目录下,从指定地址加载一个配置文件等等。我们一... 阅读全文
posted @ 2014-11-18 18:53 一天不进步,就是退步 阅读(8922) 评论(0) 推荐(3)

上一页 1 2 3 4 5 6 7 8 下一页