[Docker] Explore Docker’s bridge network from the perspective of namespace and routing

Bridged networking is Docker’s default networking mode. In a bridged network, Docker creates a virtual network interface for each container and assigns the container an IP address. Containers can communicate with the host and other containers through bridged networks, and can also expose ports for external access. Principle of communication between containers First we create […]

Bridge mode (Bridge)

Definition Bridging is a structural design pattern that can split a large class or a series of closely related classes into two independent hierarchies, abstraction and implementation, so that they can be used separately during development. Foreword 1. Question If you have a Shape class, you can extend it into two subclasses: Circle and Square. […]

CLIP series: CLIP: a bridge between text and images

CLIP is a bridge between text and images. SOTA’s visual task model requires fixed pairs of supervised data, such as -big Elephant,-Rabbit. This method can have very good performance on certain data sets, but the performance will drop sharply on other unknown categories. This form of supervision limits the generalizability of the model because additional […]

STM32F334 series and G474 series HRTIMCubeMax configuration explanation and four-way complementary full bridge

Foreword The main purpose of this article is to introduce the related use and configuration process of HRTIM. Compared with ordinary TIM, the most significant feature of HRTIM is that it can multiply the frequency to a maximum of 32 times. For example, F334 can reach 4.68GHZ and G474 can reach 5.44GHZ. This allows the […]

Linux Network Equipment – Bridge & Veth Pair

We continue to introduce common network devices in Linux. Today we mainly talk about Linux Bridge and Veth Pair. Understanding these two devices will be more helpful for subsequent understanding of containerized networks. We have also introduced other network equipment before. If you are interested, you can read related: Linux network equipment – TUN/TAP Veth […]

Explore the impact of image resolution on the model, and develop and build a detection and identification system for cracks and defects in cement caves such as bridges, tunnels, culverts, etc. based on yolov5x

In many previous articles, we have done a lot of practical work on the development of projects in this area. If you are interested, you can read it by yourself: “Safety intelligent inspection of cave scenes, development and construction of base building defect detection and identification system based on yolov7/yolov7x/yolov7e6e” “Facilitating intelligent highway maintenance, developing […]

Bridge pattern (Bridge) – single responsibility class, structural model

Due to the inherent implementation logic of certain types, they have two dimensions of change, or even changes in multiple dimensions. How to deal with this “multi-dimensional change”? How to use object-oriented technology to make types easily change in two or even multiple directions without introducing additional complexity. In fact, I was stunned when I […]

carla-ros cross-machine communication (ros, carla_ros_bridge installation, development board communication)

carla-ros communication 1. ros, carla_ros_bridge installation 1.ros installation steps The ros version selection should correspond to the ubnutu system version. It is recommended to use ros2 (communication is more convenient) Correspondence between ROS and operating system versions: Correspondence between ROS and operating system versions_Corresponding versions of ros version and ubuntu_Wanqilinxi’s blog-CSDN blog (1) Configure system […]