UT code is compiled into the build folder (RoboCup3D)

University of Texas at Austin Code: Code FileAccording to many methods on the Internet, it is directly**cmake .****make**The following content will appear:However, this is a bit messy. All the compiled Makefiles and other data files will be stored under utaustinvilla3d-master, which is quite messy. According to our compilation habits, I created a separate buid folder, […]

Java file and folder encryption and decryption

Article directory File encryption and decryption encrypt documents File decryption Folder encryption and decryption Encrypt files Decrypt files File encryption and decryption Encryption and decryption using AES algorithm AEC is the abbreviation of Advanced Encryption Standard. It is a symmetric key encryption algorithm commonly used for data encryption and privacy protection. package com.sin.utils; import javax.crypto.*; […]

Publish the C# console program to run on the Linux server – effectively solve A fatal error occurred. The folder [/usr/share/dotnet/host/fxr] does not

Table of Contents Starting point: The console program written in C# contains the function of subscribing to device-side data and storing the data to the local computer. However, the local computer sometimes shuts down. How to deploy the program to run on the server side and save the data for a long time? 1. C# […]

Python code todo comments, folder naming conventions, and bit operation principles

Table of Contents Summary and supplement of day08 knowledge points 1. Knowledge summary 1.1 Name 1.2 Notes 1.3 todo 1.4 Conditional nesting 1.5 Simple logic is dealt with first 1.6 Loop 1.7 Variables and values 2. Knowledge supplement 2.1 pass 2.2 is comparison 2.3 Bit operations 3. Stage summary (mind map version) Summary and supplement […]

Use a class loader or class object to read the file (the reference path is the folder after compilation, out or target folder)

The following content is summarized by me using Maven project, so it will be different from the project directory of ordinary projects. Relative path: The root directory of the project to start the search. (But when we are actually developing, the more files we read are not placed directly in the folder in our project, […]

QT local file search, file/folder creation, file/directory decompression

Above code: head File #ifndef FDWINGS_H #define FDWINGS_H #include <fstream> #include <string.h> #include <windows.h> #include <iomanip> #include <io.h> #include <iostream> #include <sys/stat.h> #include <sstream> #include <QtWidgets> #include <QStringListIterator> #include <QRegularExpressionMatch> #include <QTextCodec> #include <QtGui/private/qzipreader_p.h> #include <QtGui/private/qzipwriter_p.h> using namespace std; enum MatchingMode{ Exact = 0, Simple}; class Nlwingsing { public: Nlwingsing(QStringList DTpath = QStringList(), QStringList KeyWord […]

Vue components and file and folder naming conventions, SPA, creating routes, router-link related properties, routing to create multi-view single-page applications

Table of Contents 1. vue component (emphasis) 1.1 Component introduction 1.2 Local components 1.3 Global components 2. Custom events 2.1 Child -> Parent 2.2 Parent -> Child 3. Naming specifications for files and folders in Vue 4. SPA 4.1 Introduction to SPA 4.2 SPA technical points 5. Use routing to build multi-view single-page applications 5.1 […]