找的好辛苦呀 原文地址:https://dzone.com/articles/spring-annotation-processing-how-it-works If you see an annotation, there must be some code somewhere to proces ...
分类:
编程语言 时间:
2016-06-08 15:49:13
阅读次数:
299
关于weave的原理不做细致的说明,如果想了解weave可以登陆官网:https://www.weave.works/ In this post,使用阿里云3台ECS服务器进行weave搭建,并测试搭建weave后,跨主机docker容器的连通性。 场景:10.162.204.252 node110 ...
分类:
其他好文 时间:
2016-06-08 15:22:12
阅读次数:
1259
原文地址:https://dzone.com/articles/how-springboot-autoconfiguration-magic-works In my previous post "Why Spring Boot?", we looked at how to create a Spri ...
分类:
编程语言 时间:
2016-06-06 16:39:28
阅读次数:
305
安装了apache,每一步都没有什么问题。到最后,在浏览器中输入IP地址时,始终不能显示Itworks!但通过curl-i192.168.1.150发现可以访问,说明apache正常启动。通过排除发现是iptables的阻拦引起的。解决办法:iptables-F清楚防火墙规则之后,可正常显示。
分类:
Web程序 时间:
2016-06-02 23:48:48
阅读次数:
1150
【0】README
0)本文部分文字描述转自“how tomcat works”,旨在学习“tomcat(17)启动tomcat”的相关知识;
1)intro:
要使用一个web 应用程序,必须要将表示该应用程序的 Context实例部署到一个Host 实例中;
2)在tomcat中的部署方式:Context实例可以用WAR 文件的形式来部署,也可以将整个web 应用程序copy 到 to...
分类:
其他好文 时间:
2016-06-02 13:50:40
阅读次数:
237
Operator repeat() is somewhat similar to retry(), but is not for handling operators. In this lesson we learn how repeat works. ...
分类:
Web程序 时间:
2016-05-31 20:44:26
阅读次数:
133
Top 100 Works in World Literature Source: Norwegian Book Clubs, with the Norwegian Nobel Institute, 2002. (推荐来源:挪威阅读俱乐部和诺贝尔协会 2002) The editors of the ...
分类:
其他好文 时间:
2016-05-31 10:35:57
阅读次数:
189
【0】README
1)本文部分文字描述转自“how tomcat works”,旨在学习“tomcat(17)启动tomcat”的相关知识;
2)本文重点关注启动Tomcat时会用到的两个类,分别是Catalina类和 Bootstrap类;(干货——引入tomcat启动时用到了两个类,分别是Catalina类和 Bootstrap类)
2.1)org.apache.catalina....
分类:
其他好文 时间:
2016-05-30 15:31:40
阅读次数:
213
本文介绍了一些经常编写的MDX语句的写法。以下MDX语句可以在SSAS的示例库:Adventure Works中运行。例子模型以下的MDX中用到的Hierarchy如下: 百分比1)某个子项占总体的百分比。比如:每种Product的销售额占所有Product销售额的百分比。 WITH MEMBER ...
分类:
其他好文 时间:
2016-05-27 16:35:27
阅读次数:
219
【0】README
0.1)本文部分文字描述转自 “how tomcat works”,旨在学习 “tomcat(15)Digester库” 的基础知识;
2)problem+solution:
2.1)problem:如下面的代码,Bootstrap类实例化连接器,servlet容器,Wrapper容器和其它组件,如设置连接器的关联顶层容器,通过set方法将它们联系起来;如监听器组...
分类:
其他好文 时间:
2016-05-27 12:46:28
阅读次数:
273