CMake practice 2: multiple source files, the same or multiple directories

title: CMake practice 2: multiple source files, the same or multiple directoriescategories: [actual combat II]tags:[CMake]date: 2021/12/23Author: hackettWeChat official account: overtime ape1. Multiple source files in the same directoryCMake has only a single source file. Now write the add function to mymath In the source file of CPP, put the d ...

Posted by s_ainley87 on Sat, 25 Dec 2021 02:22:04 +0100

CMake practice 4: install, test and add environment to generate installation package

title: CMake Practice IV: install, test and add environment to generate installation packagecategories: [actual combat iv]tags:[CMake]date: 2021/12/24Author: hackettWeChat official account: overtime ape1. Installation testCMake can also specify installation rules and add tests. These two functions can be performed by using make install and make ...

Posted by mr_hacker on Fri, 24 Dec 2021 17:44:41 +0100

Deploy haproxy proxy and build a high-performance reverse proxy cluster based on nginx

1, Overview and introduction of Haproxy (1) Introduction to Haproxy Haproxy is an open source high-performance reverse proxy or one of the load balancing service software. It is also a popular cluster scheduling tool at presentIt supports dual machine hot standby, virtual host, TCP and HTTP based application proxy and other functionsFor d ...

Posted by dsds1121 on Sun, 19 Dec 2021 00:34:35 +0100