First, experimental environment
Operating system: CentOS 7
Second, installation
Close SELINUX:
vim /etc/selinux /config
SELINUX=disable Temporary shutdown:
setenforce 0 Thre
First, experimental environment
Operating system: CentOS 7
Second, installation
Close SELINUX:
vim /etc/selinux /config
SELINUX=disable Temporary shutdown:
setenforce 0 Thre
1.vim /etc/selinux/config
The configuration file is SELINUX=disable
2. Turn off the firewall setenforce 0
3.yum -y install vsftpd
4.cp /etc/ vsftpd/vsftpd.conf{,.bak}
Back up the main vsftpd c
Continued from the above, “A brief analysis of the websocket protocol”. Share the webcoket server and client demo based on jetty9 to implement java version.
There is no theory, not much to say, t
This is driving me crazy. I have looked at all relevant MSDN tutorials, but they discussed how the “data field drag and drop area” and “add calculation series” menu option should exist but not , An
I used Rx to write a simplified Silverlight client library for my WCF web service, but sometimes I noticed that I was missing completed events.
public IObservable GetReport(string reportName)
I have a custom data entity (data object) exposed through a WCF web service. The WCF service exists in a web application. Then, I have a Silverlight application that contains The service reference
My app uses Firebase authentication and a database. Whenever a phone with a lower version of Google Play Services uses the app… the feature does not work and it will not tell The user’s version i
In the previous article, I talked about service registration and discovery. In the microservice architecture, the business will be split into an independent service, and the communication between t
The service involves many technologies. For specific explanations of related technical documents, please refer to the following link:
Centos 7 detailed explanation of load balancing configura
1. Overview of Eureka
1, Eureka Features
2. Two major components of Eureka and three major roles
Second, build a service registration center-Eureka Server
1, pom.xml
F