代理与继承,组合不同的是,继承是继承父类特性,组合是拼装组合类的特性,代理是使用代理类的指定方法并可以做自定义. 静态类是应用单个类,当代理的类数量较多时可用动态代理,动态代理在概念上很好理解 http://bbs.csdn.net/topics/300084810Proxy.newProxyInstance(ClassLoader loader, Class<?>[] interfaces, InvocationHandler h) 记得这是java写好的生成动态代理的方法至于连接的例子目前…
就像昨天碰到的问题描述一样,问题不是出在消费者上而是在生产者发送消息出现没有得到返回值时消息通道被挂起,rabbitmq发送的消息是阻塞调用即当发生阻塞时,继续发送的消息都堆在后面.在网上看到有两个方法,有一种是直接去改源码了,http://blog.csdn.net/panxianzhan/article/details/50755409. 还有一种是修改客户端的queue模式  ,他就说了一句话 把queue编程open的模式(在客户端不绑定指定queue?),http://flashing…
先说重点,新东家公司的项目框架没有一样是我之前用过的,首先pm和我说的是一套微服务的概念,微服务不同于传统的功能模块实现,他将服务松散化分不到各个系统之间,这样也是实现分散压力的一种. 微服务是由springcloud 和 springboot组合使用,其中最主要的是springcloud的zookeeper管理消息分发与订阅,springboot为了简化配置,springcloud基于springboot加快开发进程.那么spring integration是什么东西呢.只要一个词就能解释,集…
TreeNode递归 递归:自己调用自己一层一层的把数据找出来 TreeNode:可以创建多个节点 private void button1_Click(object sender, EventArgs e) { dataBind(", treeView1.Nodes); } public void dataBind(string code, TreeNodeCollection tnc) { foreach (ChinaStates cs in list) { if (cs.ParentAre…
Console.Write("Hello World!"); / / 插入 Hello World!            Console.WriteLine("Hello "); / / 换行插入 Hello            Console.Read(); / / 输出            Console.ReadLine();            Console.ReadKey(); int 整数            var 万能          …
2017年1月4日 星期三 --出埃及记 Exodus 21:30 However, if payment is demanded of him, he may redeem his life by paying whatever is demanded.若罚他赎命的价银,他必照所罚的赎他的命.…
2016年10月30日 星期日 --出埃及记 Exodus 19:15 Then he said to the people, "Prepare yourselves for the third day. Abstain from sexual relations."他对百姓说,到第三天要预备好了.不可亲近女人.…
转载自(http://jm.ncxyol.com/post-88.html) 今天在看Python   API时,看到time模块: The epoch is the point where the time starts. On January 1st of that year, at 0 hours,the “time since the epoch” is zero. For Unix, the epoch is 1970. To find out what the epoch is, l…
本周奖励: 8月24日-8月30日: 滴滴快车单单2.5倍,注册地址:http://www.udache.com/ 如何注册Uber司机(全国版最新最详细注册流程)/月入2万/不用抢单:http://www.cnblogs.com/mfryf/p/4612609.html 优步奖励低/不挣钱/怎么办?看这里:http://www.cnblogs.com/mfryf/p/4642173.html 打豪车应用:uber详细攻略(附100元优惠码:DL8T6):http://www.cnblogs.c…
Canonical今天公布了Ubuntu 17.04(Zesty Zapus)操作系统的发布路线图,该版本于今年10月24日上线启动,toolchain已经上传且首个daily ISO镜像已经生成.面向各个flavors的Alpha 1版本计划将于2016年12月29日上线.根据今天公布的路线图,Ubuntu 17.04(Zesty Zapus)将会在2017年2月16日进入功能冻结,2月23日发布Beta 1版本,3月9日进入用户界面冻结:3月23日发布Final Beta版本:3月30日进行…