Summary of common skills

This article summarizes the problems and solutions I encountered in my daily work and study, and there is no fixed field involved

The purpose is to facilitate the search when encountering a similar problem next time, so as to solve the problem quickly

This article is updated from time to time~

Table of contents

Windows use

How to Arrange Desktop Icons Randomly

File Explorer related

show hidden files

modify the layout

IDEA uses

How to make current maven configuration work for all new projects

Windows use

How to Arrange Desktop Icons Randomly

Right-click on the desktop and select [View]

Cancel [Auto Arrange Icons]

In this way, the icons on the desktop can be dragged to any position, otherwise they are arranged from left to right by default

File Explorer related

show hidden files

Take the [AppData] folder as an example

This folder is hidden by default

Just click [View] in the file explorer and check [Hidden items]

Or use windows+R directly, and enter %AppData% to enter the folder.

modify the layout

Click [View] to choose the layout you like:

I personally like [detailed information], which can display the extension of the file

But at this time the layout settings are only valid for this folder

To take effect relative to all folders, you can select [Options]:

Click [View]:

Select 【Apply to Folder】:

Click 【Yes】

IDEA uses

[Note: The IDEA used is version 2023.1.2]

How to make current maven configuration work for all new projects

Let me first talk about how to modify the maven configuration of this project:

点击【File】——【Settings】——【Build,Execution,Deployment】——【Build Tools】——【Maven】

As follows:

You can modify the Maven path, configuration files, central warehouse and other information

After modification, click [Apply] and then click [OK]

However, the settings at this time will not be applied to the newly created project. In order to achieve this, you need to configure:

【File】——【New Projects Setup】——【Settings for New Projects】,如下

The following interface appears:

Configure maven-related content in the above way [Apply]-[OK]

To be continued~

Guess you like

Origin blog.csdn.net/qq_51235856/article/details/131670902