React project structure summary

React project structure summary Simply record the dependencies and implementations used in the current React project After exploring for more than half a year, I have probably built a system that is relatively easy to use…? Basically, it should be said that it can handle most projects. Dependencies used The project is currently still in […]

Summary of excerpted knowledge from “SpringBoot Application Development”

Unit 2 SpringBoot Core Configuration Foreword SpringBoot follows the concept of “convention over configuration” and uses automatic configuration and customized Java configuration classes to replace the traditional XML configuration method. In actual development, we only need to write very little configuration. This unit is based on the core configuration of a company’s asset management system […]

Summary of Nacos general questions

1. Nacos general questions What is Nacos Nacos is dedicated to helping you discover, configure and manage microservices. Nacos provides a simple and easy-to-use feature set to help you quickly implement dynamic service discovery, service configuration, service metadata and traffic management. For details, please refer to the Nacos official website. How does Nacos support multiple […]

Basic summary of jmeter for interface testing

Table of Contents 1. Interface testing 1. Obtain token operation process 2. Common request methods of http protocol ?Edit 2. jmeter script development 1. badboy recording 2. jmeter proxy server recording 3. Fiddler packet capture development script 4. Fiddler captures packets everywhere jmx ?Edit 3. Jmeter parameterization technology 1. Parametric concept 2. CSV DATA set […]

VMware opens centos black screen solution summary and solves the bugs (Centos7 system network abnormality, etc.)

A summary of solutions to black screen when VMware opens centos Foreword: 1. Summary of solutions to black screen when VMware opens centos 1. Situation Situation one: Situation 2 Situation three 2. Solution The simplest way: 1. Execute from the command line with administrator privileges 1. Run cmd as administrator 2. Enter “netsh winsock reset” […]

Django template filter summary

Filters mainly process contextual content, such as replacement, inversion, escaping, etc., to convert the format and content into what we want, and reduce the amount of template code. The method is as follows: {<!– –>{ value | filter filter1 | filter2 }} The filter can pass in parameters, but only supports passing in one parameter. […]

diffusion model (8) Dalle3 technical summary

paper: https://cdn.openai.com/papers/dall-e-3.pdf Creation time: 2023-10-25 Related reading diffusion model (1) DDPM technology summary (denoising diffusion probabilistic) Diffusion model (2)–Summary of DDIM technology diffusion model (3)–classifier guided diffusion model Diffusion model (4) Vincent diagram diffusion model (classifier-free guided) Diffusion model (5) The underlying principle of stable diffusion (latent diffusion model, LDM Diffusion model (6) Dalle2 technology […]

Summary of Jupter Notebook and Markdown shortcut keys

Jupter Notebook 1. Start Jupter Notebook Open the installed Anaconda, find Jupter Notebook, and click 2. Shortcut keys Command mode (press Esc to enable) F: find and replace Enter: Enter editing mode Ctrl-Shift-F or Ctrl-Shift-P or P: Open the command palette Ctrl-Enter: Run the selected unit Shift-Enter: Run this unit and select the next unit […]

Summary of lambda anonymous, using and typedef in C++ [Full] (249)

Introduction: CSDN blog expert, focusing on Android/Linux System, share multi-mic voice solutions, audio and video, codec and other technologies, and grow with everyone! Quality Column:Audio Engineer Advanced Series[Original information is being updated continuously… ] Life motto: There are never shortcuts in life, only actions It is the only cure for fear and laziness. For more […]