-
LLVM 4.0.0 发布,多项功能改进增强
-
LLVM 4.0.0 发布了,LLVM 是 Low Level Virtual Machine
(低级虚拟机)的简称,这个库提供了与编译器相关的支持,可以作为多种语言编译器的后台来使用。能够进行程序语言的编译期优化、链接优化、在线编译优化、
代码生成。LLVM的项目是一个模块化和可重复使用的编译器和工具技术的集合。该版本主要改进如下:LLVM IR 改
发布于 2016-07-28 07:21:17 | 236 次阅读
-
Jetty 9.3.11.v20160721 发布,Servlet 容器
-
Jetty 9.3.10.v20160621 发布了,Jetty 是一个开源的servlet容器,它为基于Java的web内容,例如JSP和servlet提供运行环境。Jetty是使用Java语言编写的,它的 API以一组JAR包的形式发布。开发人员可以将Jetty容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的Java应用提供 网络和web连接。详情更新情况
发布于 2016-07-28 03:53:47 | 61 次阅读
-
Mybatis-Plus 1.3.6 发布,mybatis 之美
-
Mybatis-Plus 1.3.6 发布了。Mybatis-Plus是一款MyBatis的增强工具包,简化 CURD 操作。启动加载 XML 配置时注入单表 SQL 操作 ,为简化开发工作、提高生产率而生。Mybatis-Plus 启动注入非拦截实现、性能更优。演示 DEMO升级日志:支持全局表字段下划线命名设置增加自定义 注入 sql 方法优化分页总记录数为0不执行列表查询
发布于 2016-07-28 03:52:43 | 69 次阅读
-
Swoole-1.8.8 已发布,增加并发任务新特性
-
Swoole-1.8.8 版本增加了并发任务的支持,另外修复了近期发现的一些BUG。主要更新:增加SwooleServerPort->getSocket方法,可获取监听端口的socket句柄增加SwooleServer->getClientInfo()['close_errno']属性,可获取连接关闭的错误码修复SwooleServer->close无法关闭未完成握手的SSL客户端连接的问题修复
发布于 2016-07-28 03:47:07 | 174 次阅读
-
Spring Data Common 1.13.0.M1 发布
-
Spring Data Commons 1.13.0.M1 发布了,Spring Data 项目的目的是为了简化构建基于 Spring 框架应用的数据访问计数,包括非关系数据库、Map-Reduce 框架、云数据服务等等;另外也包含对关系数据库的访问支持。Spring Data 包含多个子项目:Commons - 提供共享的基础框架,适合各个子项目使用,支持跨数据库持久
发布于 2016-07-28 03:23:09 | 73 次阅读
-
SonarQube Flex 2.3 发布
-
SonarQube Flex 2.3 发布了。该版本主要改进如下:[SONARFLEX-77] - 更新 POM 描述[SONARFLEX-80] - 需要 SonarQube LTS (5.6) 环境[SONARFLEX-81] - 支持 Java 8[SONARFLEX-79] - 不支持过时的 SonarQube APIs下载地址:https://sonarsource.bintray.com/Distribution/sonar-flex-plugin/sonar-flex-plugin-2.3.jar
发布于 2016-07-28 01:26:05 | 48 次阅读
-
GitLab 8.10.2 发布,项目管理和代码托管平台
-
GitLab 8.10.2 发布了。本次发布改进记录如下: - User can now search branches by name. !5144 - Page is now properly rendered after committing the first file and creating the first branch. !5399 - Add branch or tag icon to ref in builds page. !5434 - Fix backup restore. !5459&nb
发布于 2016-07-28 01:25:01 | 78 次阅读
-
SonarLint for Visual Studio 2.5 发布
-
SonarLint for Visual Studio 2.5 发布了。功能增强及bug修复:Extension of Rule S1944 to report on nullable casts that definitely fail due to the nullness of the operandRule S1858 doesn’t report on structs anymoreRule S3459 doesn’t report on fixed arrays anymoreEmpty nullable value should not be acce
发布于 2016-07-28 01:24:07 | 117 次阅读
-
SonarQube C# 5.3.2 发布,代码质量管理平台
-
SonarQube C# 5.3.2 发布了,Sonar (SonarQube)是一个开源平台,用于管理源代码的质量。Sonar 不只是一个质量数据报告工具,更是代码质量管理平台。支持的语言包括:Java、PHP、C#、C、Cobol、PL/SQL、Flex 等。该版本主要修复:[SONARCS-608] - NPE if there are no locations in SARIF report该插件特性:Easy analysis o
发布于 2016-07-28 01:23:58 | 190 次阅读
-
Netty 4.0.40.Final 和 4.1.4.Final 发布
-
Netty 4.0.40.Final 和 4.1.4.Final 发布了,Netty是一个Java开源框架。Netty提供异步的、事件驱动的网络应用程序框架和工具,用以快速开发高性能、高可靠性的网络服务器和客户端程序。两个版本改进如下:Set Recycler DEFAULT_INITIAL_MAX_CAPACITY to a more sane value (#5589)Ensure shared capacity is updated correc
发布于 2016-07-28 01:23:24 | 214 次阅读
-
SonarQube 5.6.1 发布
-
SonarQube 5.6.1 发布了,Sonar (SonarQube)是一个开源平台,用于管理源代码的质量。Sonar 不只是一个质量数据报告工具,更是代码质量管理平台。支持的语言包括:Java、PHP、C#、C、Cobol、PL/SQL、Flex 等。本次发布改进如下:Bug 修复[SONAR-7686] - Fail to migrate to SonarQube 5.5 when some LDAP users was removed
发布于 2016-07-28 01:17:03 | 113 次阅读
-
JBoss Data Grid 7 发布,K/V 存储系统
-
JBoss Data Grid 7 发布了,JBoss Data Grid 旨在给开发者提供一个高性能、高可用、可靠性、规范化、规模化以及可扩展的现代应用。 JBoss Data Grid提供多元化APIs,兼容现有的版本,支持任何语言、任何框架、任何平台。该版本主要做了如下改进:改进实时数据分析功能,支持分布式数据流、Apache Hadoop集成、Apache S
发布于 2016-07-28 01:02:20 | 77 次阅读
-
Linux Kernel 3.14.74 和 4.4.16 longterm 发布
-
Linux Kernel 3.14.74 和 4.4.16 longterm 发布了。Version:3.14.74 (longterm)Released:2016-07-27Source:linux-3.14.74.tar.xzPGP Signature:linux-3.14.74.tar.signPatch:patch-3.14.74.xz (Incremental)ChangeLog:ChangeLog-3.14.74Version:4.4.16 (longterm)Released:2016-07-27Source:linux-4.4.16.tar.xzPGP Signatu
发布于 2016-07-28 01:00:44 | 97 次阅读
-
ICEfaces EE 3.3.0.GA_P04 发布
-
ICEfaces EE 3.3.0.GA_P04 发布了,ICEfaces是一个基于Ajax的JSF开发框架。ICEfaces原本是一个商业产品,现已基于Mozilla Public
License协议开源了。它提供一整套完整的Java EE应用程序开发组件,能够帮助开发人员用纯Java(not
JavaScript)快速开发瘦客户端胖互联网应用程序(Rich Internet Applications:RIA)。另外可通
发布于 2016-07-28 00:55:19 | 136 次阅读
-
FileZilla Client 3.20.0 发布
-
FileZilla Client 3.20.0 发布了,FileZilla是一种快速、可信赖的FTP客户端以及服务器端开放源代码程式,具有多种特色、直观的接口。该版本主要新增以下特性:Display error message if entering a non-existing path on local file searchBuilding and running FileZilla now depends on libfilezilla >= 0.6.1 (https:
发布于 2016-07-28 00:52:08 | 50 次阅读
-
AppCode 2016.2.1 EAP 发布
-
AppCode 2016.2.1 EAP 发布了,AppCode 是一个全新的 Objective-C、Swift 的集成开发环境,用于帮助开发 Mac、iPhone 和 iPad 的应用程序。本次发布问题修复及增强:We re-worked error handling intentions for Swift, such as Add ‘catch’ clause, Add default ‘catch’ clause, Add try
and others, and fixed
发布于 2016-07-28 00:51:47 | 78 次阅读
-
OrientDB 2.2.6 发布,文档数据库
-
OrientDB 2.2.6 发布了,Orient DB 是一个可伸缩的文档数据库,支持 ACID 事务处理。该版本主要改进记录,可在这里查看。下载地址:http://orientdb.com/orientdb-enterprise/
发布于 2016-07-28 00:51:35 | 103 次阅读
-
Bootstrap v4.0.0-alpha.3 发布,改进网格系统
-
Bootstrap v4.0.0-alpha.3 发布了,该版本主要对网格系统做了如下改进:Our ready-made grid classes (containers and columns) are now behind a Sass variable, meaning grid classes can easily be disabled via Sass variable. Update the boolean $enable-grid-classes variable and recompile to remove them.Grid mo
发布于 2016-07-28 00:48:29 | 238 次阅读
-
PMD 5.5.1 发布,Java 程序代码检查工具
-
PMD 5.5.1 发布了,PMD是一款采用BSD协议发布的Java程序代码检查工具。该工具可以做到检查Java代码中是否含有未使用的变量、是否含有空的抓取块、是否含有不必要的对象等。该软件功能强大,扫描效率高,是Java程序员debug的好帮手。该版本主要改进记录如下:Pull Requests:#101: [java] Improve multithreading performance
发布于 2016-07-28 00:33:24 | 169 次阅读
-
Moment.js 2.14.1 发布,JavaScript 日期处理
-
Moment.js 2.14.1 发布,改进记录:2.14.1#3280 Fix typescript definitions2.14.0 See full changelogNew Features#3233 Introduce month.isFormat for format/standalone discovery#2848 Allow user to get/set the rounding method used when calculating relative time#3112 optimize configF
发布于 2016-07-28 00:33:12 | 155 次阅读