[Complete details] Use the Alibaba Cloud Toolkit plug-in to deploy front-end and back-end separation projects with one click

Foreword: In actual project development, if you need to update the project’s jar package or dist folder, you need to manually replace the current jar package or dist folder of the server, and then restart it through a shell script. Over time, this will become repetitive and cumbersome. If you are tired of the operation, […]

Build a front-end development project from scratch based on Vite4, Typescript, React18, react-router-dom6.4, Redux4, Reduxjs/toolkit, and Ant Design5.9

Build a front-end development project from scratch based on Vite, Typescript, React, react-router-dom, Redux, Reduxjs/toolkit, and Ant Design vite project initialization Native environment node v16.14.2 npm 8.5.0 yarn 1.22.18 vite project initialization yarn create vite Follow the steps to enter the project name, select React for the framework, and use TypeScript for js to create […]

SKF toolkit UKEY encryption and decryption JAVA interface calls UKEY DLL/SO driver

Recently, the company needs to develop national encryption and decryption based on the UKEY method. After searching around the Internet, I can only find the only UEKY interface of Longmai Technology, and there are only a few. After a period of exploration, I finally finished writing the test and passed it. (Ukey provided by Haitai […]

QR code generation and parsing toolkit-zxing

Table of Contents 1 Introduction 2. Give an example 2.1 Add dependencies 2.2 Tools 2.3 Testing 3. Summary Today, when I was looking at an open source project, I found a tool class, a simple tool class for generating QR codes. It was very convenient to test it. Although it has not been used in […]

ExcelPatternTool out-of-the-box Excel toolkit now released!

Article directory ExcelPatternTool Function Features: quick start Instructions for use Regular type Advanced type Importable annotation Exportable annotation IImportOption import options IExportOption export options cell style StyleMapping style mapping Use database as data source Example Sample1: Export different types of fields Sample2: Advanced type import and export Sample3: Employee health examination tool Known issues author […]

“Yizai Player” WPF open source project (six video screenshots Ffmpeg, MediaToolkit, picture thumbnail cropping)

Chapter Preface After version 1.0 was released, I couldn’t wait to share it with my moms around me. Now I got feedback on the problems, such as filling in the path through the configuration file, taking screenshots of videos and pictures by myself, and there was no loading process when opening the software to load, […]

Detailed analysis of Java’s print stream, compression stream, and toolkit

4. Print stream 4.1 Overview Usually we print output on the console by calling the print method and the println method. Both of these methods come from java.io.PrintStreamClass, this class can conveniently print values of various data types and is a convenient output method. 4.2 PrintStream class Construction method public PrintStream(String fileName): Creates a new […]

Component communication in React (react18) 06 – redux-toolkit + react-redux

Component communication in React (react18) 06 – redux-toolkit + react-redux 1 Introduction 1.1 redux and react-redux 1.2 About redux-toolkit 1.2.1 Official website 1.2.2 Why use Redux Toolkit? 1.3 Install Redux Toolkit 1.4 Redux Toolkit related APIs 2. Starting example – official website example 2.1 Create Redux Store 2.2 Provide Redux Store for React 2.3 Create […]

Extensions in UWP Community Toolkit – ViewExtensions

Overview There is an extension provided for View in UWP Community Toolkit Extensions – View Extensions. In this article, we will explain the implementation of View Extensions in detail based on the code. View Extensions include ApplicationViewExtensions, StatusBarExtensions and TitleBarExtensions, allowing developers to easily customize the styles of AppView, StatusBar and TitleBar. Next, take a […]

New UWP Community Toolkit – ImageEx

Overview There is an image extension control – ImageEx in the UWP Community Toolkit. In this article, we will explain the implementation of ImageEx in detail with the code. ImageEx is an image extension control, including ImageEx and RoundImageEx. It can display the loading status when loading image sources asynchronously, and can also use placeholder […]