Summary:Today to sort out some of the IntelliJ IDEA published before the use of skills, you can read and collect according to your needs oh ~
Today, I will sort out some articles on the use skills of IntelliJ IDEA published before. You can read and collect them according to your needs. (PS click on the title link to read them.)
1. About common shortcut keys | aboutIntelliJ IDEASome commonly used shortcuts, if skilled use, development will become twice the result with half the effort oh. |
2. About adding jar packages | application IntelliJ IDEAProgramming, knowing how to add jars is a basic skill. |
3. The Debug | Description about adding debugging. |
4. Set the default Maven methods | There are two ways to set up default Maven. |
5. Solutions to the problem of Chinese garble output by the console | When you use IntelliJ IDEA, have you encountered the problem of Chinese garbled characters in the console output? Today we will teach you how to solve this problem easily. |
6. Ways to restore code | In normal project development, it is inevitable that for some reason during the development process, we want to revert to the previous version of the code. Especially in we delete some code, want to restore the deleted code before the time, understand this in IntelliJ IDEA to restore the code method is particularly important! |
7. Methods to recover code (Advanced) | An advanced method of restoring code. |
8. Method for automatically generating serialVersionUID | When we use IntelliJ IDEAWhen you write a class and implement the Serializable interface, you may run into a problem like… |
9. Code Analysis mechanism before submitting Code | Code Analysis mechanism before handing in Code. |
10. Questions about Schedule for Addition | When using IntelliJ IDEA, whether there is a prompt to choose whether to add xxx. iml file to the SVN version? Here is a solution to share with you. . |
11. Methods for setting the color of Sublime code | Sublime doesn’t feel great when you look at the colorful code for Sublime, and IntelliJ IDEA’s default code colors on the other hand. However, it is actually possible to set IntelliJ IDEA code colors by “importing Settings”. |
12. Common keyboard shortcuts for Mac | Mac Text shortcut keys. |
13. About Version Control (PART 1) | There is a very important concept to understand, and that is “version control”. |
14. About Version Control (Middle) | Because IntelliJ IDEA supports a lot of version control tools, but we can really use only two or three, so in this article, we mainly introduce SVN, Git and GitHub configuration methods. |
15. About Version Control (Part 2) | We’ve looked briefly at the version control mechanism of IntelliJ IDEA in the previous two times, so let’s take a look at the specific version control operation in IntelliJ IDEA. |
16. Caches and indexes are introduced and cleaned | IntelliJ IDEA will create an index for new projects that are created or opened for the first time. Large projects may suffer from lag during index creation. Therefore, it is strongly recommended that IntelliJ IDEA do not touch the project during index creation. In this article, let’s look at the use of indexes and, yes, caching. |
17. Explain the core files of the installation directory | This section mainly explains the functions and usage of some core files in the IntelliJ IDEA installation directory. |
18. Installation and use of the plug-in | IntelliJ IDEA supports a large number of plug-ins. Skilled use of plug-ins can effectively improve our development efficiency and user experience. |
19. Concepts and differences between Project and Module | In IntelliJ IDEA, there is no concept similar to Eclipse Workspace (Workspace). Instead, two concepts are proposed: Project and Module. Let’s take a look at how IntelliJ IDEA officially describes both. |
20. Describe how to install and use the plug-in | IntelliJ IDEA supports a large number of plug-ins. Skilled use of plug-ins can effectively improve our development efficiency and user experience. |