cesium offline service settings
1. data sources
1) Satellite image texture. sxearth and other software are used to download and store data in tms format from existing network map service providers.2) DEM data. The global data available for download are SRTM V4.1, AW3D30, TanDEM-X, etc.
2. DEM data preprocessing
Cesium supports two formats of terrain: quantized-mesh data and ...
Posted by ayj on Sat, 11 May 2019 19:25:35 +0200
Building wnmp under Windows
The running environment is windows server 2008 64-bit system.
Installation directory D:/wnmp
Mysql 5.7 Download Address: https://dev.mysql.com/downloads/mysql/5.7.html#downloads
(This article chooses 5.7.25 | Microsoft Windows | All | Windows (x86, 64-bit), ZIP Archive)
php7.2 Download Address: https://windows.php.net/downloads/releases/php-7. ...
Posted by cyberlew15 on Sat, 11 May 2019 09:05:31 +0200
Write a Telegram Bot from scratch
Telegram offers a wealth of API Let's develop a bot robot very conveniently. At the same time, Community The underlying API has also been encapsulated in various languages, so this paper uses node-telegram-bot-api To implement bot quickly
Note: Due to the domestic network, Telegram bot needs to open the ladder and choose the global agent mode!! ...
Posted by WebGeek182 on Fri, 10 May 2019 04:54:04 +0200
Hot Deployment of Nginx
As a reverse proxy and load balancing server, nginx must be highly available, so it supports hot deployment.The hot deployment of nginx is closely related to its concurrency model.To put it plainly, it's because of the master process.When ngnix is notified to re-read the configuration file, the master process makes grammatical errors.If there ...
Posted by holowugz on Thu, 09 May 2019 23:28:03 +0200
nginx docker container configuration https(ssl)
Certificate generation
First, you need https certificate files. If you have purchased certificates from Certificate Authorization center, you can skip this step. Here we introduce how to generate self-signed certificates. Self-signed certificates refer to certificates that are not issued by Certificate Authority, but generated by the relevant t ...
Posted by robtbs on Wed, 08 May 2019 23:36:03 +0200
dockerfile creates lnmp image
Catalog
I. Creating the mirror image of lnmp
1.1. dockerfile creates php7.2.16 image
1. 2. dockerfile creates nginx-1.15.7 image
1.3. The php image is pull ed directly on the docker warehouse
2. Running lnmp environment through dockerpose-compose
2.1. Install docker-compose
2.2. Run the lnmp environment with docker-compo ...
Posted by anthonyw17 on Wed, 08 May 2019 11:35:02 +0200
kubernetes event reflector
kubernetes event reflector
kubernetes event reflector
ListWatcher interface
ListWatch Implementing ListWatcher Interface
Informer using ListWatch
Reflector
Reflector type definition
Functions to create Reflector objects
Run() method
ListAndWatch() method
controller using Reflector
Run() method
processLoop() metho ...
Posted by Neumy on Mon, 06 May 2019 23:35:04 +0200