2017-01-08 ruki
为了更好地促进TBOOX开源项目的发展,我们决定采用更加宽松、对开发者更加友好的Apache License 2.0 目前tbox和xmake已经更新到新的license 详细license说明见:Apache License 2.0 继续阅读 »
2017-01-08 ruki
In order to better promote TBOOX open source project development, we decided to adopt a more relaxed, more developer-friendly Apache License 2.0 The tbox and xmake projects have updated to new license. If you want to known more, please refer to:Apache License 2.0 继续阅读 »
2015-04-19 Eric Wang
Apache Commons是Apache软件基金会的项目,曾隶属于Jakarta项目。Commons的目的是提供可重用的、开源的Java代码。Commons由三部分组成:Proper(是一些已发布的项目)、Sandbox(是一些正在开发的项目)和Dormant(是一些刚启动或者已经停止维护的项目)。 目前Commons-IO包稳定版本是Version 2.4,可惜的是,对于我目前很需要的copyInputStreamToFile(final InputStream source, final File destination, boolean closeSource)方法,只能等到Version 2.5了,关于详情参见:http 继续阅读 »
2017-05-18 walter lee
Apache Beam社区很高兴地宣布2.0.0版本正式可用。这是第一个Apache Beam的稳定版本,社区在声明中表示,在可预见的未来,会保持API稳定,并使Beam适合企业部署。 继续阅读 »
2013-10-02 Robin Wen
目录 Table of Contents {:toc} 文/Robin 本站推广 币安是全球领先的数字货币交易平台,提供比特币、以太坊、BNB 以及 USDT 交易。 币安注册: https://accounts.binancezh.pro/cn/register/?ref=11190872 邀请码: 11190872 一 关于LAMP LAMP:Linux、Apache、MySQL、PHP的组合。目前企业使用较多。 除了LAMP,LNMP使用也很频繁。LNMP只是把Apache换成了Nginx。 另外,还有一个组合叫做WAMP。如下: WAMP:Windows、 Apache、MySQL、PHP的组合。 安装顺 继续阅读 »
2016-03-21 Eric Wang
机器环境 Windows:Win7 64 bit Java:java version "1.8.0_45";Java HotSpot(TM) 64-Bit Server VM Solr:5.5 Lucene:5.5 Tomcat:8.0.32 Lucene和Solr下载地址:http://lucene.apache.org/ Windows选择下载zip压缩包,Linux选择下载tgz压缩包 Tomcat下载地址:http://tomcat.apache.org/ ,选择Binary Distributions下的Core中的64-bit Windows zip (pgp, md5, sha1)下载之后文件名称是:apache- 继续阅读 »
2017-05-09 Eric Wang
Maven预设变量 使用过Maven的人应该都知道,我们在Maven项目中添加依赖的一般性做法。就是打开pom.xml文件,在节点下添加 xml org.apache.lucene lucene-core 5.5.0 包含坐标和版本号的内容,那么在Java类文件中,就可以引用Lucene包中的各种类了。但是要注意一点,这里面的版本号是以硬编码的形式存在,作为一个合格的软件开发者,要尽量在你的代码中避免硬编码的情况。为什么呢?比如我需要依赖其它的Lucene模块,那么pom.xml中添加内容如下: xml org.apache.lucene lucene-analyzers-commo 继续阅读 »
2016-10-18 Eric Wang
在升级JDK至1.8之后,使用Maven-javadoc-plugin插件打包报错,*[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (attach-javadocs) on project *详细信息如下 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (attach-javadocs) on project StatisticsReport: MavenReportExcep 继续阅读 »
2016-08-12 Eric Wang
Caused by: java.lang.InternalError: a fault occurred in a recent unsafe memory access operation in compiled Java code at org.apache.lucene.store.DataInput.readVInt(DataInput.java:134) ~[lucene-core-5.5.0.jar:5.5.0 2a228b3920a07f930f7afb6a42d0d20e184a943c - mike - 2016-02-16 15:18:34] at org.apache.lucene.codecs.blocktr 继续阅读 »
2015-12-15 Klaus Ma
| Full Name | Company/Organization | Email Address | |:-----------------------|:----------------------------|:---------------------------| |Ross Allen | | ssorallen@apache.org | |Kapil Arya | Mesosphere | kapil@apach 继续阅读 »