Build a server without a fixed IP

A nearly perfect solution Background: A server with a bandwidth of about 20 MB is required, but Alibaba Cloud’s cloud server is too expensive. If the bandwidth is high, it will be even more expensive. But using the local server directly, there is no corporate public network fixed IP, only dynamic public network IP, which […]

Publish and subscribe model implemented based on fixed-length blocking message queue [c++]

#include <iostream> #include <vector> #include <queue> #include <thread> #include <mutex> #include <condition_variable> #include <functional> #include <cstring> #include <chrono> // Custom message structure template <typename CallbackType> struct CustomMessage { CallbackType callback; void* data; size_t length; CustomMessage(CallbackType callback, void* data, size_t length) : callback(callback), data(data), length(length) {} CustomMessage() = default; // Add default constructor }; // message […]

Fixed Bug: Warning: Received `true` for a non-boolean attribute disabled (React) issue

Blogger Maotouhu () takes you to Go to New World? Blog homepage: Maotouhu’s blog “Complete Column of Interview Questions” Articles with pictures and texts Vivid images Simple and easy to learn! Everyone is welcome to step in~ “IDEA Development Cheats Column” Learn the common operations of IDEA and double your work efficiency~ “Master Golang in […]

Serial port interrupt (9) real-time analysis of user-defined communication protocol – fixed situation of receiving data

This article is the original csdn first release of the blogger. I hope it will be helpful to you after reading it. Please correct me if I have any shortcomings! Let’s communicate and learn together and make progress together! > Posted by: @日月同光, symbiotic with me_SCM-CSDN Blog >You are welcome to like the original blogger […]

el-table sets a fixed width pop-up box

<template #default=”scope”> <el-tooltip effect=”dark” placement=”top”> <template #content> <div class=”set-popper”>{<!– –>{<!– –>scope.row.content}}</div> </template> <div class=”set-content”>{<!– –>{<!– –> scope.row.content }}</div> </el-tooltip> </template> <style lang=”scss” scoped> .set-popper {<!– –> max-width: 500px; } .set-content {<!– –> overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } </style> Case: <template> <div class=”app-container”> <el-row :gutter=”10″ class=”mb8″> <el-col :span=”1.5″> <el-button type=”primary” plain size=”mini” @click=”handleAdd” v-hasPermi=”[‘business:servermsg:add’]” […]

033-Third generation software development-Fixed area screenshots

Third generation software development-fixed area screenshots Article directory Third generation software development-fixed area screenshots Project Introduction Fixed area screenshot QWidget version QML version Free screenshots Free screenshot 2 Keywords: Qt、 Qml、 Keyword 3, Keyword 4, Keyword 5 Project introduction Welcome to our QML & C++ project! This project combines the power of QML (Qt Meta-Object […]

Hyper-V installs Centos + configures Centos repo + solves the problem of wifi connection and fixed IP access to Cetos + other fragmentary issues + remote access (reprinted + modified version + supplementary version of the problem + supplementary part)

In the past year or two, I have been using a laptop provided by the company. Due to security restrictions, I cannot install some virtual machine software, which makes me always feel troublesome during the learning process. Therefore, I have always wanted to try a free virtual machine software, using Windows The built-in service Hyper-V […]