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

Summary of practical experience of HTML knowledge points

1. The table tag is table, tr is row, td is cell, ...

Detailed explanation of MySQL three-value logic and NULL

Table of contents What is NULL Two kinds of NULL ...

Advantages of INSERT INTO SET in MySQL

Insert data into mysql database. Previously commo...

Detailed explanation of MySQL table name case-insensitive configuration method

By default, MySQL in Linux distinguishes between ...

Pure CSS to achieve the list pull-down effect in the page

You may often see the following effect: That’s ri...

Graphic tutorial on installing CentOS7 on VMware 15.5

1. Create a new virtual machine in VMware 15.5 1....

Problems with installing mysql and mysql.sock under linux

Recently, I encountered many problems when instal...

Some "pitfalls" of MySQL database upgrade

For commercial databases, database upgrade is a h...

vue+el-upload realizes dynamic upload of multiple files

vue+el-upload multiple files dynamic upload, for ...

Detailed process of implementing the 2048 mini game in WeChat applet

Rendering Example Code Today we are going to use ...

Application nesting of HTML ul unordered tables

Application nesting of unordered lists Copy code T...

Detailed explanation of the API in Vue.js that is easy to overlook

Table of contents nextTick v-model syntax sugar ....

Detailed explanation of the watch listener example in vue3.0

Table of contents Preface The difference between ...