Tag: c++
Good tool recommended series: JetBrains Mono font
December 28, 2023
by Carly Phillips
No Comments
https://www.jetbrains.Select all the font files in the folder and double - click them. Click the "Install the font" button. The Select all font files in...
Read More
Nginx Network Epoll Multiprocess series: Application layer protocol implementation series (3) — DESIGN and implementation of FTP server
December 28, 2023
by Logan Thompson
No Comments
http://blog.csdn. After implementing the HTTP server, I intend to implement an FTP server. FTP protocol and HTTP are both in the application layer, so the...
Read More
C wrapper for C++ libraries and interoperability
December 27, 2023
by Rebecca Davies-Grant
No Comments
One of the major advantages of C is that libraries written in C by other programming languages can be called through FFI (Foreign Function Interface),...
Read More
Use Visual Studio to make C game snake for two
December 27, 2023
by Robert Morris-Ali
No Comments
Visual Studio C++/C game development -- two people snake implementation method + code explanation + algorithm optimization + successful demonstration + summary (super detailed, suitable...
Read More
Based on the QT Plugin framework structure
December 27, 2023
by Parinaaz Tailor
No Comments
Article Source: http://yleesun.blog.163.http://mobile.51cto.com/symbian-273517. Qt plugins and other types of plug-ins, is a kind of computer application, It interacts with the host application to provide specific...
Read More
Vscode output Chinese garble solution
December 27, 2023
by James Ball
No Comments
-- -- -- -- -- -- -- -- -- -- -- 2021.4.23 update -- -- -- -- -- -- -- -- -- -- -- --...
Read More
Basic concepts of Objective-C protocols and delegates
December 27, 2023
by Frank Green
No Comments
Refer to the article: http://www.cnblogs.com/cokecoffe/archive/2012/05/05/2537109.http://blog.csdn.1. The protocol works similarly to the multiple inheritance of abstract base classes in C++. This is similar to the concept...
Read More
What is the direction of C++ learning?
December 27, 2023
by Ashleigh Kenny
No Comments
Above said Linux server development prospects and learning, next to say a learning route. C language and C++ are traditional Linux development languages, need to...
Read More
Centos7 install mysql5.7.18
December 27, 2023
by Francesca Savage-Hope
No Comments
CentOS 7 yum does not have the mysql-sever file installed when mysql is installed. You need to download it from https://downloads.mysql. To install the mysql-server...
Read More
VTK Interactive System 2 Interactive style
December 27, 2023
by Mr. Gary Morris
No Comments
An interactionator style is when you set up an interactionator and it has various default or customized interactions, like you can set the scroll wheel...
Read More
Python script package as exe, read this article enough!
December 27, 2023
by Brittany Smith
No Comments
Hi, I'm an early riser. Readers have been asking questions in the background about packing Python scripts into exe. Today I'll give you a comprehensive...
Read More
Deploy on Windows using Redis
December 27, 2023
by 張婷婷
No Comments
Source of the article: http://keenwon.com/1275. During the remaking of the home page of the company's Intranet these days, all the information was obtained from other...
Read More
Learning algorithm
December 27, 2023
by Dr. Ian Little
No Comments
The first blog (formal) before more or less wrote a little bit of things, but mostly writing messy things, and did not stick to it....
Read More
Introduction to C++(4)
December 27, 2023
by Toby Chambers-Elliott
No Comments
The assignment operator describes the instance = simple assignment operator, which assigns the value of the right-hand operand to the left-hand operand C = A...
Read More
OpenCV visual interface plugin Image Watch (support VS2012-VS2019)
December 27, 2023
by Mehul Rama
No Comments
OpenCV has released a plugin called Image Watch that can be used to display and monitor Image variables during debugging. The official documentation: https://imagewatch.azurewebsites.net/ImageWatchHelp/ImageWatchHelp.Image Watch...
Read More
C language variable definition and declaration and common 5 constants
December 27, 2023
by Iain Allen
No Comments
Nuggets is a community that helps developers grow. It's Hacker News for developers, Designer News for designers, and Medium for product managers. The technical articles...
Read More
How did we optimize HAProxy to support 2,000,000 concurrent SSL connections?
December 27, 2023
by Tiya Wali
No Comments
Chinese source: http://www.infoq. features: https://medium.freecodecamp. The machine established 2.38 million TCP connections; In this case, the memory usage is about 48 GB. This article is...
Read More
Open source project recommendation: C++ Web/Http Server/Rest development framework
December 27, 2023
by Melissa Jenkins
No Comments
http://www.qtcn.org/bbs/read-htm-tid-86186. I looked at some C++ Web development frameworks. There seemed to be a lot of them. Many of them were Qt based. 1. CppCMShttp://cppcms.2....
Read More
Using OpenCV Halcon algorithm (2) shape matching, shape_based_matching
December 27, 2023
by 王家銘
No Comments
VisionPro's PatMax algorithm and Halcon's shape matching algorithm are based on edge template matching. Shape matching algorithm written with OpencV, but without rotation and scaling...
Read More
Install GCC (CentOS 7 64-bit OS)
December 27, 2023
by 張承翰
No Comments
Article source: http://www.softown.cn/post/141. CentOS 7 64-Bit system, gcc-4.9.4.tar.bz2. I use CentOS 7 64-bit system, by...
Read More
MFC custom annular progress bar implementation
December 27, 2023
by Cynthia Norton
No Comments
https://download.csdn.m_stcProgress.
Read More
High concurrency server implementation under Linux (change user process open file limit ulimit -n)
December 27, 2023
by Tracey Manning
No Comments
/etc/sysctl.conf Append the text fs.file-max = 2097152 fs.nr_open = 2097152 net.core.somaxconn = 65535 net.core.rmem_default = 65535 NE...
Read More
10 lines of C++ code to implement high-performance HTTP services
December 27, 2023
by Kabir Ahuja
No Comments
Are you too tired to write a service in C++, but addicted to the awesome features of C++? As an old C++ programmer, I heard...
Read More
Operator overloading
December 27, 2023
by 李俊賢
No Comments
```#include using namespace std; Class money {public: money(int a = 0 /* default argument */):count(a)/* Enabled
Read More
Clear state machine code in C++
December 27, 2023
by Stephen Smith
No Comments
These are all endemic to the protocols our code must follow. Sometimes an explicit protocol that you are complying with will also have a requirement...
Read More
Open source project recommendation: HandsFree robot project
December 27, 2023
by Pam Clark
No Comments
HandsFree is an open source software and hardware system for robot research and development. She has a complete and scientific framework, with excellent embedded system...
Read More
Introduction to Android NDK: C++ basics
December 27, 2023
by 楊佳慧
No Comments
This article is "Android audio and video development beat strange upgrade" series of articles "outside" article, originally intended to write the content of this article...
Read More
Google Open Source Project Style Guide
December 27, 2023
by Tamara Miller
No Comments
https://zh-google-styleguide.readthedocs.https://github.
Read More