current location:Home > Technical Articles > Backend Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to install Java through the official website
- Java installation steps: 1. Download through the official website address; 2. Install the JDK and run the exe executable program directly. It can be installed by default. Note: You can choose other drive letters for the path. It is not recommended that the path contains Chinese names and special symbols. 3. Configure environment variables; 4. Test jdk.
- javaTutorial . tomcat 4846 2019-06-01 09:33:36
-
- How does jsp work?
- The working principle of jsp is: when the container gets the JSP, it will convert it into a servlet class source file (.java), and then compile the source file into the java servlet class. In other words, JSP is essentially a servlet.
- javaTutorial . tomcat 14060 2019-06-03 16:42:50
-
- How to be proficient in java
- To be proficient in Java, you need to master computer basics, Java programming design patterns, Java web technology, concurrency technology, foundation and tuning, basic Linux commands, database and search engine data algorithms and other related knowledge.
- javaTutorial . tomcat 3360 2019-06-17 16:42:37
-
- What are the four major scopes of jsp
- There are four major scopes in JSP, which are application, session, request, and page. The so-called "scope" is the "scope of information sharing", that is to say, the scope within which a piece of information can be effective.
- HTML Tutorial . tomcat 12634 2019-05-29 17:00:08
-
- Is redhat a linux system?
- RedHat is a Linux version system released by RedHat Company, which has high efficiency, scalability and reliability. Red Hat Enterprise Linux is primarily kernel-based virtualization, with the KVM hypervisor fully integrated into the kernel, so all RHEL system improvements benefit virtualized environments.
- Linux Operation and Maintenance . tomcat 4355 2019-05-28 17:19:22
-
- what is java web container
- A servlet does not have a main method, so how we start a servlet, how to end a servlet, how to find a servlet, etc. are all controlled by another Java application. This application is called a web container. Our most common tomcat is such a container.
- javaTutorial . tomcat 3202 2019-05-27 15:25:06
-
- What tools are used for java web development?
- A complete set of tools for Java web development: IntelliJ IDEA integration tool, Navicat database management tool, Google Chrome, postman is a plug-in under Google browser, maven project management tool, tomcat lightweight web server, Nginx server.
- javaTutorial . tomcat 5141 2019-05-27 14:10:35
-
- What do you need to learn about Java ee?
- First of all, to learn JSP/servlet, we should combine it with JDBC. Secondly, learn database development technology. You can choose a database according to actual needs and work hard to master its development technology. In the future, you can learn something about EJB. When you have some understanding of Java EE, you can learn various web frameworks such as Spring
- javaTutorial . tomcat 5913 2019-05-27 10:00:36
-
- Apache configuration under Windows (Alibaba Cloud ECS as an example)
- Download the apache installation package, double-click to start the installation, click Next, the system setting information will appear, fill in your domain name under Network Domain
- Apache . tomcat 6289 2019-05-25 15:01:48
-
- What knowledge do Linux operation and maintenance engineers need to master?
- The knowledge that Linux operation and maintenance engineers need to master includes: 1. Basic knowledge of Linux systems; 2. Linux system management; 3. Commonly used services for Linux enterprises; 4. Linux enterprise-level security principles and prevention techniques; 5. Shell programming; 6. MySQL applications Principle; 7. Enterprise-level load cluster; 8. Cloud computing operation and maintenance automation.
- Linux Operation and Maintenance . tomcat 6292 2020-09-19 11:24:33
-
- What is the use of java framework?
- The use of Java frameworks is to speed up the development process. In similar projects, reusing code will save developers a lot of time and energy. The framework provides pre-built modules for performing tedious coding tasks.
- javaTutorial . tomcat 5938 2020-09-17 15:43:55
-
- What to learn about Linux cloud computing operation and maintenance?
- What you need to learn about Linux cloud computing operation and maintenance: 1. Basics of Linux system; 2. Linux system management and advancement; 3. Common services for Linux enterprises; 4. Shell programming and advancement; 5. MySQL application principles and management; 6. http service proxy cache acceleration, etc.
- Linux Operation and Maintenance . tomcat 5185 2020-09-17 13:10:16
-
- How to learn java ee?
- The process of learning Java ee: 1. Master JavaSE in the first stage; 2. Master the basics of JavaWeb in the second stage; 3. Master the SSH development framework in the third stage; 4. Be proficient in and master the basic stage plus the mainstream framework stage in the fourth stage. Knowledge.
- javaTutorial . tomcat 4391 2020-09-18 13:10:26
-
- How does jsp work?
- The working principle of jsp is: 1. When a user accesses a JSP page, a Servlet container is recalled to issue a request; 2. The JSP container is responsible for calling the servlet converted from JSP; 3. The container executes the bytecode file and returns the result to client.
- javaTutorial . tomcat 28270 2020-09-18 15:53:38
-
- What is the execution process of jsp
- The execution process of the JSP file: 1. The client issues a Request request; 2. The JSP Container translates the JSP into the Servlet source code; 3. The generated Servlet source code is compiled and loaded into the memory for execution; 4. The result is Response to the client.
- javaTutorial . tomcat 23624 2020-09-18 15:59:34