current location:Home > Technical Articles > Java > JavaBase
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Review the past and learn the new (1) In-depth understanding of strings in Java
- The java basic tutorial column will introduce to you: an in-depth understanding of strings in Java.
- JavaBase 3093 2020-09-19 09:08:23
-
- These days, if you say you know Java, you have to know polymorphism.
- The java basic tutorial column will introduce you to polymorphism in Java.
- JavaBase 2680 2020-09-19 09:06:20
-
- In java do you know what String does to '+'
- The java basic tutorial column introduces the relationship between String and "+".
- JavaBase 2193 2020-09-19 09:11:08
-
- How many bytes does java char occupy?
- In java, char takes up 2 bytes. In Java, as long as it is a character, whether it is a number, English or Chinese character, it takes up two bytes. Reason: Java compiler uses Unicode encoding by default, so 2 bytes can represent all characters.
- JavaBase 3748 2020-08-22 14:52:12
-
- Detailed instructions for using Flyway
- This article mainly introduces the brief introduction and use of Flyway. This article introduces you to it in great detail and has certain reference value for your study or work. Friends who need it can refer to it.
- JavaBase 4047 2020-07-28 18:31:38
-
- springboot+quartz implements scheduled tasks in a persistent manner
- This article mainly introduces the relevant knowledge of springboot+quartz to implement scheduled tasks in a persistent manner. This article introduces it to you in great detail through example code. It has certain reference value for everyone's study or work. Friends who need it can refer to it. Down
- JavaBase 3290 2020-07-27 18:33:19
-
- Eclipse adds servlet template process code
- This article mainly introduces the detailed code of the process of adding servlet templates in Eclipse. The article introduces it in great detail through sample code. It has certain reference learning value for everyone's study or work. Friends who need it can refer to it.
- JavaBase 2920 2020-07-27 18:26:56
-
- What is the difference between Struts2 and SpringMVC?
- The differences between Struts2 and SpringMVC: 1. The development efficiency and performance of SpringMVC are higher than Struts2; 2. The amount of configuration files of Struts2 is larger than that of SpringMVC; 3. Struts2 is more in line with OOP programming ideas; 4. SpringMVC integrates Ajax.
- JavaBase 2426 2020-07-27 16:29:23
-
- Java implementation of address book management system tutorial
- This article mainly introduces the implementation of address book management system in Java in detail. The sample code in the article is introduced in great detail and has certain reference value. Interested friends can refer to it.
- JavaBase 4757 2020-07-24 17:37:41
-
- Detailed explanation of Spring Boot hot deployment Devtools
- This article mainly introduces the analysis of the Spring boot hot deployment devtools process. The article introduces it in detail through sample code. It has certain reference learning value for everyone's study or work. Friends in need can refer to it.
- JavaBase 2532 2020-07-24 17:19:33
-
- Usage of Random class in Java
- The Random class in Java is mainly used to generate random numbers. It is usually combined with some other methods to generate the required random numbers. The methods of this class include "nextBoolean" to produce uniformly distributed boolean values, "nextDouble" to generate random Double, etc. .
- JavaBase 4256 2020-07-24 16:21:52
-
- What are the states of java threads?
- There are five states of java threads: 1. Initial state. 2. Runnable state, located in the runnable thread pool, waiting to be selected by thread scheduling to obtain the right to use the CPU. 3. Running status. 4. Blocked state means that the thread has given up the right to use the CPU for some reason. 5. In the death state, the dead thread cannot be resurrected.
- JavaBase 7055 2020-07-24 11:37:26
-
- JVM-Getting Started Chapter 1
- 1. Basic concepts JVM is the abbreviation of Java Virtual Machine. JVM is a specification for computing devices. It is a fictitious computer that simulates various computer functions on an actual computer. realized. 2. java -help command parameters
- JavaBase 373 2020-07-27 11:26:25
-
- How does Javaweb use getPart to receive form files?
- This article mainly introduces the analysis of the process of using getPart to receive form files in Javaweb. The article introduces it in great detail through sample code. It has certain reference learning value for everyone's study or work. Friends who need it can refer to it.
- JavaBase 3466 2020-07-22 17:45:24
-
- Java lastIndexOf principle analysis
- This article mainly introduces the analysis of the usage method of Java lastIndexOf class. The article introduces it in great detail through sample code. It has certain reference learning value for everyone's study or work. Friends who need it can refer to it.
- JavaBase 3769 2020-07-22 17:41:02