Python can meet any API you need
Abstract: the concepts and techniques learned in this tutorial will allow you to practice with any API you like, and use...
SSL certificates configure Https based on Nginx
Little bird's personal blog has been officially launched and opened to the outside world
...
CentOS 7 installs Python 3.6, pip3 error problem
After installing Python 3.6.3 on CentOS 7, the following errors occurred when using the pip command
...
spring boot integrated redis
It is convenient to integrate common NO SQL with Springboot following the principle of "convention is greater than ...
GMSSLGMSSL double certificate generation for novice
First of all, I'm not a professional in cryptography. I don't have the knowledge base in this area. This blog and the ne...
CentOS 7.4 builds Kubernetes 1.8.5 cluster
Environment introduction
role operating system IP host ...
Cancer classification prediction based on logistic regression - tumor prediction and ROC curve drawing of benign / malignant breast cancer
logistic regression Logistic Regression is a classification model in machine learning. Logistic Regression is a classif...
Using nexus3 to configure the docker private warehouse
1. Configuration starting 1. Create blob storage
...
Three methods of generating high strength passwords
Now information disclosure is more and more serious, and a strong password is the first step to prevent the disclosure o...
WeChat Applet Development--Download Any File via Cloud Function
WeChat Applet Development--Download Any File via Cloud Function
...
Kubernetes v1.18.2 binary high availability deployment
1, Environment server information host name IP remarks k8s-master1 192.168.0.216 Master1,etcd1,node node k8s-mast...
How to Build Rtmp Service and Develop Live APP with uni-app
Preface:
Because you have an IM application, ...
[experience sharing] the asterisk (*) that Python beginners must know is not understood by 90%
Compared with other programming languages, Python has more diversified operation types.
...
Step by step to complete Kubernetes binary deployment -- flannel network configuration (single node)
Step by step to complete the binary deployment of Kubernetes (II) - flannel network configuration (single node) Preface ...
Tomcat access project changed from http to https settings
1. Mr. Cheng's certificate # First switch to the certificate file path: $ cd /app/tomcat-8.5.39/ # Generate certificate file: $ keytool -genkey ...
Nginx configure free https certificate
Let's Encrypt is used for free SSL certificate application. 1. Let's Encrypt is a public free SSL project in foreign countries, which is hos...
Kubernetes deployment: CA certificate production
Make CA certificate manually 1. Install CFSSL [root@node-01 ~]# cd /usr/local/src [root@node-01 src]# wget https://pkg.cfssl.org/R1.2/cfssl_linux-amd...
SpringBoot configures HTTPS and implements automatic HTTPS access to HTTPS
nginx is recommended for configuring https No further replies will be given to any questions raised in this article. Here's why I wrote this art...
centos nginx https configuration
1. What if you want to configure a domain name to a specified directory server { listen 80; server_name Change your domain name here,for example baidu...
Pgpool-II + PostgreSQL one main source and two standby source compiling environment
Host IP Virtual IP server1 192.168.222.141 192.168.222.200 server2 192.168.222.142 server3 192.168.222.143 Item Value Detail PostgreSQL version 10.10...
Build your own ngrok service
1. Server preparation I tried it on CentOS 6 and the compiler got stuck. It is said that it is. Git As a result of the low version, I want to upgrade...
Use of HttpClient and Notices
First, introduce some good websites: Introduction to httpclient: http://www.ibm.com/developerworks/cn/opensource/os-httpclient/ HTTP client certificat...