- 博客(7)
- 资源 (17)
- 收藏
- 关注
原创 IntelliJ IDEA2023.5 构建时输出乱码
添加: `tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }`- 在系统环境变量中添加 `JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8`- 确保 Global Encoding 和 Project Encoding 都设置为 UTF-8。- 在 VM options 中添加: `-Dfile.encoding=UTF-8`- 添加以下行: `-Dfile.encoding=UTF-8`
2024-08-12 10:07:25
631
转载 转:兼职程序员一般可以从什么平台接私活?
版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.youkuaiyun.com/xiyue001/article/details/102816596这个问题我进行了系统性的总结,以下将进行言简意赅的说明和渠道提供,希望对各位小猿/小媛们有帮助~根据我们的经验,程序员兼职主要分为三种:兼职职位众包、项目整包和自由职...
2019-12-01 08:28:58
420
转载 kafka入门:简介、使用场景、设计原理、主要配置及集群搭建(转)
问题导读:1.zookeeper在kafka的作用是什么?2.kafka中几乎不允许对消息进行“随机读写”的原因是什么?3.kafka集群consumer和producer状态信息是如何保存的?4.partitions设计的目的的根本原因是什么?一、入门 1、简介 Kafka is a distributed,partitioned,replicated c...
2019-02-20 11:02:44
168
翻译 SOLR 5.0安装 使用内置脚本安装
solr 安装脚本(bin/install_solr_service.sh) the script only supports Red Hat, Ubuntu, Debian, and SUSE Linux distributions.建议将使用中的solr文件 例如logs 文件 索引文件 从Solr分布式中分离出来,以方便系统升级Solr 安装目录默认的Solr脚本
2015-04-05 14:08:39
2643
转载 有限状态自动机(Finite state automon)
A finite state automaton is a way of looking at a computer, a way of solving parsing problems and a way of designing special purpose hardware. The automaton at any time in is one of a finite number of
2015-03-12 16:40:38
778
原创 Lucene 4.x Payload Searcher
分词器public class DelimitedPayloadTokenFilter extends TokenFilter{public static final char DEFAULT_DELIMITER = '|'; private final char delimiter; private final CharTermAttribute termAtt = addAtt
2015-01-16 14:32:36
576
原创 Lucene 自定义按距离排序
测试类package sort.distanceSort;import java.io.IOException;import org.apache.lucene.analysis.standard.StandardAnalyzer;import org.apache.lucene.document.Document;import org.apache.lucene.do
2014-11-05 11:30:49
784
从lucene到Elasticsearch Lucene6.0,Elasticsearch 5.4
2019-11-08
go-程序设计-语言
2017-11-14
solr5.1教程
2015-05-13
ElasticSearch Server Second Edition pdf
2014-09-23
Lucene4.3src 源代码
2014-05-09
java内存监控工具jvisualvm
2014-05-06
SecureCRT7.0注册机
2014-01-04
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人