# Code4Java **Repository Path**: uyghurjava/Code4Java ## Basic Information - **Project Name**: Code4Java - **Description**: 基于Netty4的HttpServer和HttpClient的简单实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-10-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Code4Java Repository for my java projects ## NettyMqService How to implement a message queue service with Netty and RabbitMQ. #### 中文详情(Chinese Details): * [Message Queue Service based on Netty and RabbitMQ](http://www.cnblogs.com/luxiaoxun/p/4257105.html) ## PoiSearchService How to use Solr or Lucene to index and query data. #### 中文详情(Chinese Details): * [Lucene index and query POI data](http://www.cnblogs.com/luxiaoxun/p/5020247.html) * [Solr index and query MYSQL data](http://www.cnblogs.com/luxiaoxun/p/4442770.html) * [Solr index and query GEO data](http://www.cnblogs.com/luxiaoxun/p/4477591.html) ## ElasticsearchService A simple project demonstrates how to use Elasticsearch. #### 中文详情(Chinese Details): * [Elasticsearch index and query data](http://www.cnblogs.com/luxiaoxun/p/4869509.html) * [SQL to Elasticsearch Java Code](http://www.cnblogs.com/luxiaoxun/p/6826211.html) ## MapHttpService A simple Http Map Service providing tile image.