-
form-binder v0.12.2 发布,Scala 微型数据绑定和校验框架
-
form-binder v0.12.2 发布,主要改动是,调整了 Mapping 附件/扩展信息 的使用方式。现在,经过这样的准备后: case class Attachment(
_in: Option[String] = None,
_desc: Option[String] = None
)
&n
发布于 2016-04-10 23:58:42 | 119 次阅读
-
fastjson 1.1.48-android 发布,性能改进
-
fastjson 1.1.48-android 发布,进一步提升在android环境下的性能,同时减少内存占用,加上Stream API,jar大小196k。Bug Fixed修复引起的字段类型为java.lang.Long大于Integer.MAX_VALUE后变负数的bug,这个bug是1.1.47.android优化引入的,之前不存在,所以使用1.1.47.android的同学建议尽快升级。 github issue 534。修
发布于 2016-04-10 23:53:46 | 66 次阅读
-
Handy Linux 2.4 发布,Linux 发行版
-
Handy Linux 2.4 发布了,HandyLinux是面向Linux新手设计的法语发行。它基于Debian
GNU/Linux的最新稳定版,采用Xfce桌面环境。该发行的主要特性是一份定制的开始菜单,其中的应用软件和因特网书签均分组管理并用标签标记。
HandyLinux集成了最新版本的Chromium网页浏览器、LibreOffice办公套件、Skype会议及即时消息客户
发布于 2016-04-10 23:46:54 | 69 次阅读
-
Apache 2.4.20 发布
-
Apache 2.4.20 发布了!改进相关日志信息: *) Upgraded nghttp2 to 1.9.2 from 1.5.0 (Changelog)ASF changes: *) core: Do not read .htaccess if AllowOverride and AllowOverrideList are "None". PR 58528. [Michael Schlenker < msc
发布于 2016-04-10 00:52:42 | 273 次阅读
-
Apache Lucene 6.0.0 发布,Java 搜索引擎
-
Apache Lucene 6.0.0 发布了,一些提升: * Java 8 is the minimum Java version required. * Dimensional points, replacing legacy numeric fields, provides fast andspace-efficient support for both single- and multi-dimension range andshape filtering. This includes numeric (int, float, lo
发布于 2016-04-10 00:32:41 | 82 次阅读
-
Apache Solr 6.0.0 发布,Java 全文搜索引擎
-
Apache Solr 6.0.0 发布了,一些提升: * The deprecated configuration in solrconfig.xml has beenremoved. Users must remove it from solrconfig.xml. * SolrClient.shutdown() has been removed, use SolrClient.close() instead. * The deprecated zkCredientialsProvider element
发布于 2016-04-10 00:32:41 | 147 次阅读
-
Sysstat 11.3.3 和 11.2.3 发布,Linux 系统管理工具包
-
Sysstat 11.3.3 和 11.2.3 发布了。Sysstat 11.3.3:Bug修复: * SVG: Add SVG output for CPU statistics, CPU frequency statistics,memory and swap statistics, and queue length and load average statistics. * SVG: Make SVG code independent from the loca
发布于 2016-04-10 00:26:48 | 166 次阅读
-
Seafile v5.1.0 发布下载,Seafile 客户端
-
Seafile v5.1.0 发布下载,seafile-client 是 Seafile 基于 Qt 开发的 GUI 客户端。无相关改进记录,更多信息,可查看项目提交记录。下载地址:http://git.oschina.net/lins05/seafile-client
发布于 2016-04-10 00:03:04 | 136 次阅读
-
微软将在六月发布 TypeScript 2.0
-
英文原文:Microsoft’s TypeScript 2.0 is due by JuneTypeScript 是 JavaScript 的一个超集,由微软提供维护和支持,六月份将更新 2.0 版本,其中将会添加非空类型的特性。 非空类型几乎是 TypeScript 最令人期待的特性,微软的技术员和 TypeScript 开发者 Anders Hejlsberg 称,非空类型使用编译器一个叫做严格非空
发布于 2016-04-09 23:59:33 | 123 次阅读
-
Spring Kafka 1.0.0 M2 发布
-
Spring Kafka 1.0.0 M2 发布了。Spring Framework 是一个开源的Java/Java EE全功能栈(full-stack)的应用程序框架,以Apache许可证形式发布,也有.NET平台上的移植版本。该框架基于 Expert One-on-One Java EE Design and Development(ISBN 0-7645-4385-7)一书中的代码,最初由 Rod Johnson 和 Juergen Hoeller等开
发布于 2016-04-09 23:56:23 | 112 次阅读
-
Teiid 9.0 Beta2 发布,数据虚拟化系统
-
Teiid 9.0 Beta2 发布了,该版本发布主要允许使用内联机制来提升性能。Teiid是一个数据虚拟化系统,让应用程序使用来自多个异构数据存储的数据。Teiid由一堆工具,组件和创建和执行双向数据的服务所组成。通过抽象和联合、数据存取和集成的实时分布式数据源,无需进行复制或以其他方式移动数据系统的纪录。简而言之:Teiid
发布于 2016-04-09 23:52:14 | 76 次阅读
-
Sysstat 11.3.3 发布,Linux 系统管理工具包
-
Sysstat 11.3.3 发布了。主要更新内容如下:Bug修复:sadf: Add SVG output for paging statistics, network interfaces and swap statistics.SVG: Specify charset encoding in SVG header.SVG: Fix invalid use of attribute vector-effect.sar: Fix possible confusion between network interfaces that could happen wh
发布于 2016-04-09 23:51:09 | 119 次阅读
-
Mybatis-Plus 1.2.9 发布,MyBatis 增强工具包
-
Mybatis-Plus 1.2.9 发布了,Mybatis-Plus是一款MyBatis的增强工具包,简化 CRUD 操作。启动加载 XML 配置时注入单表 SQL 操作 ,为简化开发工作、提高生产率而生。Mybatis-Plus 启动注入非拦截实现、性能更优。升级日志:EntityWrapper 新增无 order by 构造方法MailHelper 重载 sendMail 方法新增 String 主键I
发布于 2016-04-09 23:50:22 | 214 次阅读
-
OpenStack Mitaka 正式发布
-
伴随着OpenStack的第十三次发布(mitaka),企业和服务提供商可以获得更好、更强的管理性、可扩展性以及更好的用户体验。感谢来自293家公司的2336贡献者在每一个关键时刻及时的交付Mitaka。Mitaka是广泛部署的开源云计算软件OpenStack的第十三个发行版,现在我们可以提供更高的可管理性、更强的可扩展性以及更好的最终用户
发布于 2016-04-09 23:48:36 | 207 次阅读
-
Ehcache 3.0.0.rc3 发布,Java 缓存框架
-
Ehcache 3.0.0.rc3 发布了!EhCache 是一个纯Java的进程内缓存框架,具有快速、精干等特点,是Hibernate中默认的CacheProvider。以下是该版本值得关注的内容:A major change that makes caches have no default size, which impacts CacheConfigurationBuilder API and XML,A few final tweaks on public API,more p
发布于 2016-04-09 23:47:36 | 126 次阅读
-
Crate 0.54.8 发布,数据存储系统
-
Crate 0.54.8 发布。主要更新内容如下: Updated crate/elasticsearch to fix an issue where the `minAvailability` setting was not read from config file Fixed an issue that caused `CREATE TABLE` statements to ignore PRIMARY KEY constraints on nested columns Fixed an issue that ca
发布于 2016-04-09 00:53:05 | 77 次阅读
-
Apache Tajo 0.11.2 发布,分布式数据仓库
-
Apache Tajo 0.11.2 发布了,Tajo 是一个分布式数据仓库系统,基于 Hadoop 实现,特点是低延迟、高可伸缩,提供专用查询和 ETL 工具。以下是一些值得关注的内容:- Support for hadoop kerberos authentication. (TAJO-858)- Fix incorrect result of join involving an empty table. (TAJO-2077)- Fix wrong parsing of da
发布于 2016-04-09 00:49:30 | 77 次阅读
-
Calamari 1.4.0-rc7 发布,Ceph 管理和监控服务
-
Calamari 1.4.0-rc7 发布了。Calamari 是 Ceph 的管理和监控服务,输出一个高级的 REST API。下载地址:Source code (zip)Source code (tar.gz)
发布于 2016-04-09 00:31:24 | 101 次阅读
-
gitlab v8.7.0-rc3 和 v8.7.0-rc4 发布
-
gitlab v8.7.0-rc3 和 v8.7.0-rc4 发布了。暂无相关改进记录,持续关注,访问这里。gitlab v8.7.0-rc3 下载:Source code (zip)Source code (tar.gz)gitlab v8.7.0-rc4 下载:Source code (zip)Source code (tar.gz)
发布于 2016-04-09 00:30:40 | 55 次阅读
-
Arquillian Container Undertow 1.0.0.Alpha2 发布
-
Arquillian Container Undertow 1.0.0.Alpha2 发布了。Arquillian 可让你在远程或者嵌入式的容器里测试业务逻辑,同时可作为一个压缩包发布到容器中,并通过客户端来进行交互测试。Arquillian 是一个可以方便的在现有类基础性扩展测试用例,基于 JUnit 。更新内容:org.jboss.arquillian.container » shrinkwrap-
发布于 2016-04-09 00:30:18 | 154 次阅读