kubernetes-1.11.0 cluster deployment node cluster (3)
kubernetes-1.11.0 cluster deployment node cluster (3)
Node configuration
The components to be deployed in a single node include docker, calico, kubelet and Kube proxy. Node node makes master HA based on nginx load API
Start a nginx on each node, and each nginx reversely proxy all API servers;
Kubelet Kube proxy on node co ...
Posted by abushahin on Wed, 01 Jan 2020 00:02:17 -0800
Wechat applet docking to display Alibaba cloud database data
Realistic demand
In the project, sometimes the field equipment fails, which needs to be known by the remote personnel. In addition to the way of email, the way of wechat applet is also very good. Try it today and make a demo version.
1. Wechat applet application production front end
1.1 lists file (use template and data bind ...
Posted by Hamish on Thu, 12 Dec 2019 08:45:13 -0800
Monitor novel update status sent to mailbox (crawler and mail
Originally published at https://blog.csdn.net/qq_21484935/article/details/103461778
Idea: request the url of the novel and analyze the content to find the span tag with the update time. Then configure the mailbox to send the content as.
My choice is Netease's 126 email. I log in to my account on the official website. In the settings, open " ...
Posted by PABobo on Wed, 11 Dec 2019 09:50:06 -0800
Build the host Nginx + Docker WordPress Mysql
Environmental Science
Linux 3.10.0-693.el7.x86_64
Docker version 18.09.0
docker-compose version 1.17.0
install
Required dependencies for installing docker
$ sudo yum install -y yum-utils device-mapper-persistent-data lvm2
Install docker CE
$ sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
$ s ...
Posted by thenewguy on Mon, 09 Dec 2019 06:21:46 -0800
LNMP deployment instance and HTTPS service implementation
LNMP deployment instance and HTTPS service implementation
What is LNMP: Linux + nginx + MySQL + (PHP FPM, PHP MySQL)
The web service architecture of Nginx+Mysql+Php on the Linux operating system.
MySQL in CentOS 6, Mariadb in CentOS 7
What's the function: it provides web services and can parse applications of PHP classes;
Next, I will dep ...
Posted by jason102178 on Sat, 07 Dec 2019 21:27:47 -0800
Configuration and common problems of jeecg code generator
Take mysql for example:
diver_name=com.mysql.jdbc.Driver
url=jdbc:mysql://192.168.*.*:3306/car?useUnicode=true&characterEncoding=UTF-8&useSSL=false
username=root
password=dp@ssord
database_name=car
jeecg_config.properties
#code_generate_project_path
project_path=D:\\SourceProject\\car
#bussi_package[User defined]
bussi ...
Posted by invinate on Sat, 07 Dec 2019 18:16:37 -0800
LSP merchant API
Your domain: lsp-api-merchant.hhs2717.cn
Virtualhost conf: /usr/local/nginx/conf/vhost/lsp-api-merchant.hhs2717.cn.conf
Directory of: /data/wwwroot/lsp-api-merchant.hhs2717.cn
Rewrite rule: /usr/local/nginx/conf/rewrite/laravel.conf
Self-signed SSL Certificate: /usr/local/nginx/conf/ ...
Posted by spoons84 on Sat, 07 Dec 2019 06:12:50 -0800
How to collect common front-end performance information
Front end performance indicators, mostly including TTFB, first screen, first interactive time, etc
There are a lot of related articles, so we won't talk about the details here. Please refer to the end of the article
In general, we need to know that the browser (New) provides us with the Performance API. With this property, we can get a ser ...
Posted by dleone on Wed, 04 Dec 2019 07:24:41 -0800
golang sends email SSL
email SSL
You can find online tutorials on using golang to send and encrypt messages. Sending a simple text message is very simple, but when you need to send an attachment, you basically need to github.com/scorredoira/email.
If you want to send encrypted mail with attachments, the combination of mail construction and encryption processing is a ...
Posted by intermediate on Tue, 03 Dec 2019 03:10:32 -0800
ubuntu, debian install redis, set the startup auto start and password, and allow Internet access
The package of apt comes with redis. If the version of redis is not very high, you can directly use apt to install it:
apt install redis-server
Start redis:
redis-server
Start command line interface:
redis-cli
Note: after apt installation, the location of redis configuration file is / etc/redis/redis.conf
To modify a profile: ...
Posted by ElkySS on Sun, 01 Dec 2019 17:59:17 -0800