How to improve Idea startup speed and solve Tomcat log garbled characters

How to improve Idea startup speed and solve Tomcat log garbled characters

Preface

Since I reinstalled Idea, I forgot the time of some settings. I made a note here so that I can look it up later if I forget.

Idea startup speed

1. Add the installation folder of Idea to the exclusion item in Window Defender

2. Modify the parameters of the "idea.exe.vmoptions" file

Tomcat log garbled

one,

2. Modify the "logging.properties" file parameters in the conf directory

Finally, I want to say that it would be simple if all problems were solved; but till today, all the big and small problems along the way have given me inspiration. No matter how small the problem is, it will always give me some inspiration, so I should keep a calm mind and not ignore the problem just because it is small! Don't give up on a problem just because it's big.

This is the end of this article about improving Idea startup speed and Tomcat log garbled characters. For more information about Idea startup speed and Tomcat log garbled characters, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • IntelliJ IDEA 2021 Tomcat 8 startup garbled code problem solution steps
  • A debugging process record of Chinese garbled characters in the Tomcat source code startup console
  • Solve the Chinese garbled problem when Java & Idea start tomcat
  • Solution to the garbled output when IDEA starts Tomcat project
  • Solve the problem of garbled characters in Tomcat console when starting IDEA
  • How to solve the problem of a large amount of garbled characters when starting Tomcat

<<:  CSS and JS to achieve romantic meteor shower animation

>>:  How to use JavaScript and CSS correctly in XHTML documents

Recommend

Implementation of Nginx configuration of local image server

Table of contents 1. Introduction to Nginx 2. Ima...

Detailed explanation of CocosCreator Huarongdao digital puzzle

Table of contents Preface text 1. Panel 2. Huaron...

A designer complains about Hammer's official website again

Last year, the open letter was a huge hit, even a...

MySQL foreign key setting method example

1. Foreign key setting method 1. In MySQL, in ord...

Analysis of the process of implementing Nginx+Tomcat cluster under Windwos

Introduction: Nginx (pronounced the same as engin...

Vue realizes click flip effect

Use vue to simply implement a click flip effect f...

MySQL 5.7.17 latest installation tutorial with pictures and text

mysql-5.7.17-winx64 is the latest version of MySQ...

Practice of using Vite2+Vue3 to render Markdown documents

Table of contents Custom Vite plugins Using vite-...

...

Vue Page Stack Manager Details

Table of contents 2. Tried methods 2.1 keep-alive...

5 ways to migrate from MySQL to ClickHouse

Data migration needs to be imported from MySQL to...

Docker network principles and detailed analysis of custom networks

Docker virtualizes a bridge on the host machine. ...

Detailed explanation of Linux inotify real-time backup implementation method

Real-time replication is the most important way t...

The use of mysql unique key in query and related issues

1. Create table statement: CREATE TABLE `employee...