Vue’s advanced table component library [vxe-table]

Article directory Preface vxe-table Official website Implement table header drag and drop tree table Full keyboard operation Afterword Foreword hello world welcome to the new world of front-end Current article series column: Front-end series of articles ?Bloggers still have a lot of knowledge and technology to master in the front-end field, and are constantly working […]

LinuxLinux dynamic library and static library

? ?Personal homepage: @Sherry’s growth path Learning community: Sherry’s path to growth (personal community) Column link: Linux The road is long and vast, and there are expectations for everything Previous blog: [Linux] Linux process control Article directory Basic principles of dynamic and static libraries Understand dynamic and static libraries Pack use Packaging and use of […]

Call opencv library programming to display pictures and student ID names under Ubuntu

Article directory 1. Principle of Chinese character dot matrix font library (1), Chinese character encoding 1. Location code 2. Internal code (2) Dot matrix font structure 1. Bitmap font storage 2. 16*16 dot matrix font library 3. 14*14 and 12*12 dot matrix fonts (3). Acquisition of Chinese character lattice 1. Use location code to obtain […]

Stm32_Standard library_18_Serial port & Bluetooth module_Communication between mobile phone and Bluetooth module_Control LED light on and off

Control the LED lights on and off by inputting LED_ON and LED_OFF respectively wiring: The positive electrode of the LED is connected to positive electricity, and the negative electrode is connected to GPIOA_Pin1 Bluetooth module TXD is connected to GPIOA_Pin3, VCC is connected to positive power, and GND is connected to negative power. Note: USART2 […]

Golang standard library: bytes package – byte slice byte array convenient operation

2.2 bytes – byte slice convenient operation This package defines some convenience operations for manipulating byte slices. Because strings can be represented as []byte, the functions and methods defined by the bytes package are very similar to the strings package, so the explanation will be similar to the strings package and can even be referred […]

STM32F407: Transplantation of CMSIS-DSP library (based on library files)

Table of Contents 1. Source code download 2. Introduction to DSP library source code 3. Library-based transplantation (use of DSP library) 3.1 Experiment 1 3.2 Experiment 2 4. Compile using the V6 version of the compiler Previous article: STM32F407-Discovery’s hardware FPU-CSDN blog 1. Source code download Github address: GitHub – ARM-software/CMSIS_5: CMSIS Version 5 Development […]

Docker deploys Nexus Maven private library

Docker deploys Nexus Maven private library Environment: Operating system: Linux Centos8 docker version: 20.10.23 docker image: REPOSITORY TAG IMAGE ID CREATED SIZE sonatype/nexus3 latest 589f7296a4a2 22 months ago 655MB Nexus official website: https://www.sonatype.com/nexus-repository-oss Effect Steps 1. Pull the image Command: docker pull docker.io/sonatype/nexus3 Output: Using default tag: latest latest: Pulling from sonatype/nexus3 26f1167feaf7: Pull complete […]

c++ third-party library manager vcpkg imports libraries like python

Introducing the background of vcpkg What is vcpkg vcpkg is an open source C++ library management tool that helps developers quickly install and manage C++ libraries on operating systems such as Windows, Linux, and macOS. vcpkg supports more than 1500 C++ libraries, including Boost, OpenSSL, SDL2 and other commonly used libraries. The history and development […]