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:
-
- Why was jsp eliminated?
- JSP was eliminated not because of backward technology, but because of industry trends; now the emphasis is on the separation of front-end and back-end. The front-end writes the front-end code, and the back-end writes the back-end code. There is no need to integrate the front-end and back-end codes. Together, so the use of jsp is limited.
- JavaBase . tomcat 21270 2020-11-06 12:43:25
-
- jsp link mysql step method
- How to connect jsp to mysql: first download the JDBC driver from the mysql official website; then put the jar package into the lib folder of the tomcat installation directory; then create test data in mysql; finally create a project in eclipse and create a JSP Just run the file.
- Mysql Tutorial . tomcat 10776 2020-11-03 13:51:27
-
- When Golang encounters high concurrency instant kill~
- Below, the golang tutorial column will introduce to you when Golang encounters high concurrency flash sales. I hope it will be helpful to friends in need! Encountering the GO language is also an occasional opportunity. I am doing architecture-related things at work, and I must pay attention to the new and popular languages. In this way, I entered the world of GO language. GO brought me a brand new experience..
- Golang . tomcat 2211 2020-10-29 15:10:48
-
- Why can't I uninstall mysql on mac?
- The solution to the problem that mysql cannot be uninstalled on mac: first open a terminal window; then use mysqldump to back up the database; then stop the database server; and finally execute the command "sudo rm /usr/local/mysql..." in sequence to uninstall.
- Mysql Tutorial . tomcat 2230 2020-10-29 10:05:06
-
- What is the compilation order of java code
- Java code compilation sequence: first the source code enters the lexical analyzer, then the token stream enters the syntax analyzer; then the abstract syntax tree is processed and then the semantic analyzer is performed; then the abstract syntax tree is annotated and the bytecode generator is used; finally the jvm word is generated section code.
- JavaBase . tomcat 8451 2020-10-29 16:09:50
-
- What is the role of apache
- APACHE is a web server environment program. It can be used as a web server by enabling it, but it only supports static web pages.
- Apache . tomcat 14792 2020-10-14 17:29:22
-
- Tomcat implements regular deletion of logs
- apache: This article shares with you the script to implement the function of regularly deleting logs. It has certain reference value and I hope it can help you.
- Apache . tomcat 3128 2020-09-30 17:25:01
-
- Introduction to the main functions of nginx
- The main functions of nginx: 1. Reverse proxy; 2. Load balancing; 3. HTTP server; 4. Forward proxy.
- Nginx . tomcat 4550 2020-09-14 11:42:37
-
- Java high-frequency basic interview questions——(4)
- Servlet has a well-defined life cycle, including loading and instantiation, initialization, request processing, and service termination. This lifetime is expressed by the init(), service() and destroy methods of the javax.servlet.Servlet interface.
- JavaInterview questions . tomcat 1837 2020-09-02 16:08:57
-
- What should I do if the time obtained by Java is inconsistent with the system time?
- Solution to the inconsistency between the time obtained by java and the system time: 1. Add parameters when the JVM is running and specify the time zone; 2. Set the time zone directly in the program; 3. Add 28800 directly.
- javaTutorial . tomcat 4403 2020-09-02 13:16:59
-
- What are the basic linux commands?
- The basic Linux commands are: 1. pwd is to display the current path; 2. rmdir is to delete an empty directory; 3. ls is to view directory or file information; 4. vi is a text editor; 5. cp is to copy; 6. mv is to move ; 7. rm is to delete files or directories; 8. find is to find files.
- Linux Operation and Maintenance . tomcat 4027 2020-08-22 10:35:46
-
- How to deploy php to tomcat
- How to deploy php to tomcat: first put the downloaded "Quercus.war" into Tomcat's webapps directory; then run Tomcat; then open the "web.xml" file and configure it.
- PHP Problem . tomcat 3148 2023-03-04 22:56:01
-
- How to turn off the log function in nginx
- Turn off the log function of nginx: turn off the http recording access log [access_log off]; turn off the server operation log [error_log /dev/null].
- Nginx . tomcat 10148 2020-08-20 16:50:01
-
- What should I do if tomcat does not support php?
- The solution to the problem that tomcat does not support php: first copy the relevant files under "PHP/Java Bridge" to the lib directory of tomcat; then modify the "web.xml" file in the conf folder in the tomcat installation directory; finally restart tomcat. Can.
- PHP Problem . tomcat 2549 2023-03-04 18:52:01
-
- Detailed explanation of Redis implementation of Session sharing
- I have been working on a small module like session sharing these days, and I have checked a lot of information, but I still can’t find what I want. Almost all the implementation methods are different from what I thought. Here, I will summarize how I use it. Redis implementation_redis is used as the middleware for session storage to achieve sharing.
- Redis . tomcat 3657 2020-07-30 11:34:57