How to create an http2 node App
More Front End Technologies and Knowledge Points, Search Subscription Number JS Bacteria Subscription
All data is transported binary (sliced differently, HTTP2 was previously sent as a string)
Requests sent may be sent out of order
Efficient features such as header information compression and Server Push
Channel multiplexing (only one TCP li ...
Added by Zero20two on Wed, 17 Jul 2019 19:48:07 +0300
SSL Connection in Mysql
SSL Connection in Mysql
The following is from the network reference and self-test collation, did not find the relevant information. If there are any mistakes, please correct them.
Current Mysql client versions are basically not able to support caching_sha2_password authentication. With Mysql 8.0, it is recommended to add parameters:
defa ...
Added by greenhorn666 on Sat, 13 Jul 2019 23:55:20 +0300
[zabbix] Monitor the growth and occupancy of virtual machine hard disks on ESXi s
Because the company used to take hardware heap out of the environment now want to virtualize, so most of our current environment is through the P2V to free the original machine, install ESXi and then run on the local hard disk virtual machine. I also know it is very unsafe, so we need to face several problems before the node configuration of th ...
Added by NoorAdiga on Fri, 12 Jul 2019 23:17:07 +0300
ActiveMQ (08): Transport Protocol and Configuration Supported by ActiveMQ
I. Brief IntroductionConnector: ActiveMQ provides the function of connecting and communicating. Including: client-to-broker, broker-to-broker. ActiveMQ allows clients to connect using multiple protocols.Configure Transport Connector, in conf/activemq.xml, roughly as follows:<transportConnectors>
<!-- DOS&nb ...
Added by pspeakman on Tue, 09 Jul 2019 01:52:59 +0300
Apache configures HTTPS functionality
apache configures https1. yum installs OpenSSL and openssl-devel, httpd-devel2. Generate certificates (which can also be obtained from the company's certification authority):#Create server key OpenSSL genrsa-des3 1024 >/usr/local/apache/conf/server.key
# Remove passwords from keys (to avoid being asked for passwords af ...
Added by kaos057 on Sat, 06 Jul 2019 01:54:38 +0300
nginx simple tutorial
nginx simple tutorial
Catalog
Summary
Installation and use
install
Compiling Nginx from source code
Windows Installation
Use
nginx configuration reality
http reverse proxy configuration
Load balancing configuration
Web site has multiple webapp configurations
https reverse proxy configuration
Static Site Configuration
Reference resources
...
Added by hesketh on Tue, 25 Jun 2019 02:17:43 +0300
okhttp3.0 Ignores https certificates
Recent corporate projects require that the network protocol support https, which has not been touched much before, so this time I would like to summarize the relevant content of HTTPS in android development.
1. https Certificate
For the concepts of https and certificates, you can search for Baidu yourself.
There are two types of certificat ...
Added by vB3Dev.Com on Sat, 22 Jun 2019 20:44:31 +0300
java implements the function of sending mail
java implements the function of sending mail
E-mail development is a common phenomenon and function in the background, such as user registration, the system automatically sends an e-mail to the user's mailbox; and then, for example, password retrieval, the system will automatically send the password to the user's mailbox;... Wait a minute, ...
Added by hewzett on Mon, 17 Jun 2019 02:50:06 +0300
iOS Development. Third Party Network Download Processing Framework: AFNetworking Network Download Processing (Official Document Translation)
click AFNetworking download
1. Framework system
1.1 NSURLSession
AFURLSessionManager
AFHTTPSessionManager
1.2 serialization
<AFURLRequestSerialization>
AFHTTPRequestSerializer
AFJSONRequestSerializer
AFPropertyListRequestSerializer
<AFURLResponseSerialization>
AFHTTPResponseSerializer
AFJSONResponseSerializer
AFXMLParser ...
Added by DocSeuss on Sun, 16 Jun 2019 00:21:06 +0300
SSH Secure Communication and Port Forwarding (I)
Bowen Reference
https://segmentfault.com/a/1190000010312601
Summary
The normal operation of all business is inseparable from a safe operating environment. System security is directly related to business stability, reliability and availability. This chapter introduces some topics related to system security.
Basic concepts of encryption
Security ...
Added by sanlove on Wed, 12 Jun 2019 03:13:12 +0300