Installation of Registry Zookeeper in Linux
Zookeeper and can be redis
Common commands
java -version
Query jdk for installation
amel@Camel ~]$ java -version
openjdk version "1.8.0_181"
OpenJDK Runtime Environment (build 1.8.0_181-b13)
OpenJDK 64-Bit Server VM (build 25.181-b13, mixed mode)
[camel@Camel ~]$
Decompress tar zxvf zookeeper-3.4.6.tar.gz
z: Specifies the compres ...
Posted by jakeklem on Fri, 19 Jul 2019 08:21:51 +0200
Spring Boot Wechat-Verify Server Effectiveness
Summary
To access the development of Wechat Public Platform, developers need to follow the following steps:
Develop validity logic to validate the address of Wechat Verification Server on its own server
Fill in the address information of your own server on the Wechat platform
On its own server, it implements business logic according to Wech ...
Posted by phelpsa on Sun, 14 Jul 2019 22:39:40 +0200
mysql Source Analysis mysql Authentication Phase Roaming
client initiates a connection request, shakes hands three times and exchanges validation information. How does mysql complete the validation work during this period?
Process (three handshakes)
How information is encrypted
client:
hash_stage1 = sha1(password)
hash_stage2 = sha1(hash_stage1)
reply = sha1(scramble, hash_stage2) ^ hash_stage1 ...
Posted by jerr0 on Sat, 01 Jun 2019 23:43:59 +0200
Python Learning Notes: Day 10 User Registration and Login
Preface
Recently, in the study of in-depth learning, several models have been run out, but the foundation of Pyhton is not solid enough. Therefore, we began to tutor Python. Everyone recommended Liao Xuefeng's course. Therefore, we started to learn, but whether optics is useful or not. We also need to discuss with you. Therefo ...
Posted by fortnox007 on Wed, 15 May 2019 16:56:40 +0200
Encryption and security-related
Encryption and Security
Common encryption algorithms and protocols include symmetric encryption, public key encryption, one-way encryption and authentication protocols.
Symmetric encryption
Symmetric encryption, using the same key when encrypting and decryptingCommon symmetric encryption: DES,3DES,AES,Blowfish,Twofish,IDEA,RC6,CAST5
The proc ...
Posted by Skudd on Wed, 15 May 2019 13:14:15 +0200
Wechat Public Number Development + node.js Server Deployment
Application for Wechat Public Account; Official website
2. Developing documents; Website
III. Application for Interface Test Number and Test Connection
url: To be accessed by the external network, the local server can build ngrok. Of course, if you have money, you can buy one; ngrok runs differently every time. Instructi ...
Posted by vmarellano on Fri, 10 May 2019 09:02:02 +0200
PHP Full Stack Learning Notes 19
image.png
The thinkphp framework is a free, open source, fast and simple object-oriented lightweight PHP development framework.
Learn what is ThinkPHP overview, the directory structure of ThinkPHP projects, the controller of thinkphp, views, the process of building ThinkPHP projects, the configuration of thinkphp, the model o ...
Posted by betazoid on Mon, 06 May 2019 02:50:03 +0200