Skip to content

liyanlei123/Code4Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code4Java

Repository for my java projects

1. NettyMqService

How to implement a message queue service with Netty and RabbitMQ.

中文详情(Chinese Details):

2. IndexSearchService

  1. How to use Elasticsearch.
  2. How to use Solr or Lucene to index and query data.

中文详情(Chinese Details):

3. MapHttpService

A simple Http Map Service providing tile image.

4. WebGISDemo

A simple web GIS page based on leaflet.

中文详情(Chinese Details)

How to use WebGISDemo with MapHttpService:

  1. Start MapHttpService with right datasurce, an example:

    listenPort=8899
    database.dbType=0 # Use SQLite
    database.Sqlite.SqliteDbPath=D:\GIS\MapDownloader\MapDownloader\bin\Release\MapCache\TileDBv5\en\Data.gmdb

  2. Publish the page "map.html" to chrome to play.

About

Repository for my java projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.6%
  • Java 32.5%
  • CSS 3.4%
  • HTML 2.5%