How to make a java project for beginners
Beginners need to master the following knowledge points to do simple projects:
1. Front-end
Language: HTML CSS JavaScript
Development tools: webstorm/vscode
Debugger: Chrome
1. Learn the common tags, elements, and their attributes of HTML.
2. Learn the basic syntax of CSS, the use of various styles, understand the box model and document flow of CSS, and be able to use common knowledge points such as positioning, floating and clearing.
3. Learn the basics of js (variables, functions, arrays, strings, etc.) and understand the object-oriented thinking of JavaScript; be able to use some commonly used js libraries (such as jQuery, bootstrap, etc.); be able to write in js Out some commonly used plug-ins (carousel components, tabs, etc.).
4. Can use HTML CSS to write web pages to implement basic web page layout, can use JavaScript CSS to write commonly used animation effects, and can use ajax to realize data interaction with the background interface.
5. Can use Chrome for development debugging and simple performance debugging.
(Free learning video tutorial sharing: java video tutorial)
2. Backstage
Language: spring , SpringMVC/springboot
Development tools: eclipse/idea
Debugging tools: Chrome
1. Understand the origin and development history of Java and Language features, understand jdk and jre, and learn to configure the Java development environment.
2. Learn the basics of Java, including identifiers, constant variables, keywords, identifiers, data types, operators, flow control statements, arrays, methods, etc.
3. Understand the object-oriented thinking of Java, understand the concepts of classes and objects, understand the three major characteristics of object-oriented (encapsulation, inheritance, polymorphism), understand the difference and use of this and super, Understand Java interfaces, internal classes, abstract classes, etc.
4. Will use some commonly used Java classes (Object, String, Arrays, Math, Date, SystemDateFormate, Calendar and some packaging classes, etc.).
5. Learn some advanced features of Java, such as collections, multi-threading, IO, etc., as well as the principles and uses of reflection.
6. Learn at least one Javaweb development framework (spring, springmvc, springboot, etc.)
7. Learn to use eclipse or idea to create web projects and common development Process, and the use of some shortcut keys.
3. Database
Database: Oracle/MySQL, Redis/mongdb
Development tools: Navicat, Redis command line
1. Learn at least one relational database (Oracle, MySQL, etc.) and one non-relational database (Redis, mongdb, etc.)
2. Learn the theories and basic knowledge related to relational databases, and learn the principles and advantages of non-relational data.
3. Learn basic SQL operations such as adding, deleting, modifying, and querying operations on database tables, views, and indexes.
4. Learn some advanced features of SQL such as locks, functions, triggers, etc.
5. Can use SQL client connection tools such as Navicat to operate the database.
6. Have some SQL performance optimization capabilities.
4. Version control
git/svn/Cornerstone
1. Understand version control principles and application scenarios, and understand the role and usage of each library in the data warehouse.
2. Be familiar with the commonly used git operation commands (create local/remote branches, view local/remote branches, switch branches, commit versions, rollback, merge versions, pull and push branches, etc.).
5. Project construction tool
gradle/maven
This is not To say more, you must learn at least one of the necessary tools for project development.
6. Operating environment
Tomcat, nginx
#1. Understand the composition and operating principles of Tomcat, Understand the familiar configurations of server.xml
2. Learn to view and analyze Tomcat’s project running log
3. Learn to deploy Java projects in Tomcat
4. Understand the principles and functions of nginx, and learn to install nginx
5. Learn the project configuration of nginx
7. Server environment
Linux
1. Understand the basic principles of Linux and some commonly used commands
2. Be able to install jdk in Linux , Tomcat, nginx and other necessary software for web programs
3. Learn some server performance tuning commands
Recommended related articles and tutorials: java introductory tutorial
The above is the detailed content of How to make a java project for beginners. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this article, we have kept the most asked Java Spring Interview Questions with their detailed answers. So that you can crack the interview.

Java 8 introduces the Stream API, providing a powerful and expressive way to process data collections. However, a common question when using Stream is: How to break or return from a forEach operation? Traditional loops allow for early interruption or return, but Stream's forEach method does not directly support this method. This article will explain the reasons and explore alternative methods for implementing premature termination in Stream processing systems. Further reading: Java Stream API improvements Understand Stream forEach The forEach method is a terminal operation that performs one operation on each element in the Stream. Its design intention is

HTML is suitable for beginners because it is simple and easy to learn and can quickly see results. 1) The learning curve of HTML is smooth and easy to get started. 2) Just master the basic tags to start creating web pages. 3) High flexibility and can be used in combination with CSS and JavaScript. 4) Rich learning resources and modern tools support the learning process.

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7

PHP and Python each have their own advantages, and the choice should be based on project requirements. 1.PHP is suitable for web development, with simple syntax and high execution efficiency. 2. Python is suitable for data science and machine learning, with concise syntax and rich libraries.

Capsules are three-dimensional geometric figures, composed of a cylinder and a hemisphere at both ends. The volume of the capsule can be calculated by adding the volume of the cylinder and the volume of the hemisphere at both ends. This tutorial will discuss how to calculate the volume of a given capsule in Java using different methods. Capsule volume formula The formula for capsule volume is as follows: Capsule volume = Cylindrical volume Volume Two hemisphere volume in, r: The radius of the hemisphere. h: The height of the cylinder (excluding the hemisphere). Example 1 enter Radius = 5 units Height = 10 units Output Volume = 1570.8 cubic units explain Calculate volume using formula: Volume = π × r2 × h (4

PHP and Python each have their own advantages and are suitable for different scenarios. 1.PHP is suitable for web development and provides built-in web servers and rich function libraries. 2. Python is suitable for data science and machine learning, with concise syntax and a powerful standard library. When choosing, it should be decided based on project requirements.

PHP is suitable for web development, especially in rapid development and processing dynamic content, but is not good at data science and enterprise-level applications. Compared with Python, PHP has more advantages in web development, but is not as good as Python in the field of data science; compared with Java, PHP performs worse in enterprise-level applications, but is more flexible in web development; compared with JavaScript, PHP is more concise in back-end development, but is not as good as JavaScript in front-end development.
