freecplus framework xml parsing

1, Source code description Freecplus is a C/C + + open source framework under Linux system. Please go to the C language technology network (www.freecplus.net) to download the source code. This paper introduces the parsing of string function in xml format with freecplus framework. The declaration file for functions and classes is freecplus / 65 ...

Posted by jimbo2150 on Tue, 21 Apr 2020 04:15:29 +0200

freecplus framework - date, time and timer

@[toc] 1, Source code description Freecplus is a C/C + + open source framework under Linux system. Please go to the C language technology network (www.freecplus.net) to download the source code. This paper introduces the time operation function of freecplus framework. The declaration file for functions and classes is freecplus / 65124; freecpl ...

Posted by ow-phil on Mon, 20 Apr 2020 18:04:25 +0200

Introduction and Use of the SpringCloud-Service Registry "Eureka"

Two components of Eureka (vi)Eureka Server: Provides service registration services After each micro-service node is started by configuration, it will be registered in Eureka Server, so that the service registry in Eureka Server will store information of all available service nodes, and the information of service nodes can be visualized in the ...

Posted by Erik-NA on Mon, 20 Apr 2020 03:06:11 +0200

java nio message half package and sticky package solution

java nio message half package and sticky package solution Background of problemNIO is buffer oriented, not stream oriented. We all know that since it's a buffer, it must have a fixed size. In this way, there are usually two problems: Message packet sticking: when the buffer is large enough, multiple messages may be read into the buffer from the ...

Posted by unklematt on Sun, 19 Apr 2020 14:59:08 +0200

See through the phenomenon - docker's network mode, docker's custom network configuration while troubleshooting (bridge mode)

See Essentials Through Phenomena - docker's four network modes, configuring docker's custom network while troubleshooting Preface The last article described resource control for docker, mainly in three areas: CPU, memory, and IO.This article describes the network mode in docker 4. 1. Brief description of three network modes in VMware Perhaps, ...

Posted by nickk on Sat, 18 Apr 2020 19:13:36 +0200

Golang Performance Test Trace Planing Goang trace

brief introduction Tracking profiling is not available for most services.But if you encounter the following problems, you might as well try: Suspect which partnership is slow System call problem Collaborative scheduling problems (chan interaction, mutex, semaphore, etc.) It is suspected that gc (Garbage-Collect) affects service performance Net ...

Posted by eth0g on Fri, 17 Apr 2020 04:53:25 +0200

Analyzing the process of dubbo service registering to nacos

We talked about the migration of our dubbo service from redis to Nacos registry. After the migration, we found that an exception of ERROR com.alibaba.nacos.client.naming - [CLIENT-BEAT] failed to send beat: would be thrown from time to time. Therefore, with this analysis process, we found out that the exception is our SLB network mapping proble ...

Posted by juhl on Wed, 15 Apr 2020 13:55:37 +0200

OAuth2.0-based token senseless refresh

The vue project at hand now has a requirement for permissions, but the architect asked me to do it very early, but because the urgency is not very high, I was reminded of the project coming online recently, so I rushed to make up for it.This project is based on OAuth2.0 authentication and requires that access_token be carried over the head of e ...

Posted by thompsonsco on Wed, 15 Apr 2020 04:08:54 +0200

Linux network card / firewall

network Naming rules of network card In Centos6, the naming method of network card: it will dynamically change according to the situation and is not unique and fixed. The commonly used naming methods of network card are eth0 and eth1. When the network card is increased or decreased, the name of network card will change In Centos7/8 network ...

Posted by barrow on Sun, 12 Apr 2020 14:02:54 +0200

Interpretation of LSTM: tf.contrib.rnn.BasicLSTMCell(rnn_unit) function in DL

Interpretation of LSTM: tf.contrib.rnn.BasicLSTMCell(rnn_unit) function in DL     Catalog Interpretation of tf.contrib.rnn.BasicLSTMCell(rnn_unit) function Functional interpretation Function code implementation     Interpretation of tf.contrib.rnn.BasicLSTMCell(rnn_unit) function Functional interpretation   """B ...

Posted by Matt Phelps on Sat, 11 Apr 2020 09:13:38 +0200