MacBook M2 uses Xcode to configure the OpenCV-C++ environment

To install OpenCV implemented in C++ on MacBook, you can choose between Homebrew and source code installation. Here I chose source code installation. Choose source code installation. You must use other methods to install cmake, because I still Use anaconda to create an independent environment and configure the Python-OpenCV environment, so I used conda install […]

ConfigureAwaitOptions in .NET 8

ConfigureAwaitOptions in .NET 8 Intro In .NET, we can set ConfigureAwait(false) for Task operations to avoid returning to the original synchronization context after the asynchronous operation is completed. .NET 8 introduced a ConfigureAwaitOptions The usage of ConfigureAwait has been further expanded. Let’s take a look at how to use it. Definition ConfigureAwaitOptions is a flag […]

Install jupyter notebook in Anaconda environment, create shortcuts, add/delete kernels, configure theme colors and toolbars [Update]

Install jupyter notebook, create shortcuts, add/remove kernels, configure theme colors and toolbars in Anaconda environment Tip: This article is a record of a series of successful installation processes such as Anaconda + cuda + cudnn + TensorFlow + pytorch + jupyter notebook. Some steps have version number requirements, such as TensorFlow and cuda + cudnn. […]

Centos8 installs docker and configures Kali Linux graphical interface

Since there is currently no complete and easy-to-use tutorial on docker installation of kali + desktop connection on the Internet, I want to make one. Preparation Wow, the image provided by this server provider is really pure, so pure that there is nothing in it. Question 1: There is a problem with Centos8 source Error: […]

Centos8 installs docker and configures Kali Linux graphical interface

Since there is currently no complete and easy-to-use tutorial on docker installation of kali + desktop connection on the Internet, I want to make one. Preparation Wow, the image provided by this server provider is really pure, so pure that there is nothing in it. Question 1: There is a problem with Centos8 source Error: […]

RP-RV1126Configure a simple board-level configuration

Article directory Official configuration Create a new configuration Create a new board-level pro-liefyuan-rv1126.mk configuration file Create a new Buildroot defconfigs file Complaints: Strange things about the SDK of RP-RV1126 The location of the .config file generated by make ARCH=arm xxx_defconfig is different. The savedefconfig command directly replaces the original configuration file. A cheating place Add […]

Configure manual mode Eth-Trunk

Table of Contents Introduction 1. Experimental purpose 2.Experimental content 2.1 Configuring manual mode Eth-Trunk networking diagram 2.2 Create Eth-Trunk1 on SW1 and SW2 respectively and configure it in manual mode. 2.3 Add member interfaces to the Eth-Trunk interfaces of SW1 and SW2. 2.4 Save configuration 2.5 Check configuration results 2.6 Configuration script 3. Experience Introduction […]

[Linux] Configure JDK&Tomcat development environment, MySQL installation and back-end project deployment

Table of Contents 1. JDK and tomcat installation 2. Install Tomcat 3. MySQL installation 4. Backend deployment Foreword: Today we will install JDK, tomcat, and MySQL on Linux. I hope you can find your answer through this blog! ! ! 1. JDK and tomcat installation 1.1. First we must have the installation packages of apache-tomcat-8.5.20.tar.gz […]

Configure GPU training environment (Anaconda) in pycharm (yolov5)

Table of Contents 1. Specific configuration process: 2. Create a virtual environment at the specified location (path): 3. Commonly used conda commands: 4: Some problems encountered when running the model: 4.1: conda added python interpreter cannot find the corresponding python.exe file 4.2: Error “OSError: [WinError 1455] The page file is too small and the operation […]