内容简介:Dubbo 2.6.4 已发布,包含功能改进、新特性、bug 修复和性能优化。详情请查看
Dubbo 2.6.4 已发布,包含功能改进、新特性、bug 修复和性能优化。
Enhancements / Features
-
Support access Redis with password, #2146
-
Support char array for GenericService, #2137
-
Direct return when the server goes down abnormally, #2451
-
Add log for trouble-shooting when qos start failed, #2455
-
PojoUtil support subclasses of java.util.Date, #2502
-
Add ip and application name for MonitorService, #2166
-
New ASCII logo, #2402
Bugfixes
-
Change consumer retries default value from 0 to 2, #2303
-
Fix the problem that attachment is lost when retry, #2024
-
Fix NPE when telnet get a null parameter, #2453
UT stability
-
Improve the stability by changing different port, setting timeout to 3000ms, #2501
详情请查看 https://github.com/apache/incubator-dubbo/releases/tag/dubbo-2.6.4
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C程序设计语言
(美)Brian W. Kernighan、(美)Dennis M. Ritchie / 徐宝文、李志译、尤晋元审校 / 机械工业出版社 / 2004-1 / 30.00元
在计算机发展的历史上,没有哪一种程序设计语言像C语言这样应用广泛。本书原著即为C语言的设计者之一Dennis M.Ritchie和著名计算机科学家Brian W.Kernighan合著的一本介绍C语言的权威经典著作。我们现在见到的大量论述C语言程序设计的教材和专著均以此书为蓝本。原著第1版中介绍的C语言成为后来广泛使用的C语言版本——标准C的基础。人们熟知的“hello,World"程序就是由本书......一起来看看 《C程序设计语言》 这本书的介绍吧!