current location:Home > Technical Articles > Backend Development
- 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:
-
- 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 3626 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 10708 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 2738 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 4249 2020-07-30 11:34:57
-
- Learn Spring Session and Redis to solve distributed Session cross-domain sharing issues
- Use Spring Session and Redis to solve the problem of distributed session cross-domain sharing. The phenomenon is explained. The front-end and back-end codes are not separated in the project. When the service runs normally on two instances, a prompt similar to the need to log in again will occasionally pop up, and an error message is reported in the background. This is a processor exception, which is explained in detail in this article.
- Redis . tomcat 3724 2020-07-30 11:24:16
-
- 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 . tomcat 3477 2020-07-22 17:45:24
-
- What is the difference between spring and springmvc?
- The difference between spring and springmvc: Spring is a container framework for IOC and AOP; and SpringMVC is a Web framework based on Spring functions. If you want to use SpringMVC, you must first rely on Spring; SpringMVC is a WEB development framework in MVC mode.
- javaTutorial . tomcat 12626 2020-07-15 18:08:41
-
- How to solve the problem of garbled Chinese characters in php
- Solution to garbled Chinese characters in PHP: 1. Change the mysql configuration file "my.ini" or "my.cnf"; 2. Add the statement "mysql_query("set names 'encoding'") before the PHP program that needs to perform database operations. ;"; 3. Set the server encoding set to "UTF-8".
- PHP Problem . tomcat 3455 2023-03-02 11:10:01
-
- Take you to learn more about several Web Service frameworks used in JAVA development
- This article mainly introduces several frameworks currently used to develop "Web Service", including the differences between Axis, axis2, Xfire, CXF and JWS, and how to choose the service framework suitable for your project according to different situations.
- javaTutorial . tomcat 2993 2020-07-08 13:14:31
-
- What should I do if the get request in Java is garbled in Chinese?
- The solution to Chinese garbled characters in get requests in Java: 1. Manual decoding, the code is [param=newString(param.getBytes("iso8859-1"), "utf-8")]; 2. Configure tomcat and modify tomcat's [ server.xml].
- javaTutorial . tomcat 3518 2020-07-07 17:16:36
-
- The difference between springboot and springmvc
- The difference between springboot and springmvc is that springboot is just a configuration tool, integration tool, and auxiliary tool, while springmvc is the framework and the actual code running in the project.
- JavaBase . tomcat 3156 2020-07-01 15:09:36
-
- A must-have guide for developing WeChat mini programs for beginners
- This article mainly explains the WeChat mini program development process, environment configuration and precautions to reduce detours for novices. I hope that everyone can gain an understanding of mini program development through the study of this article.
- Mini Program Development . tomcat 2878 2020-06-23 13:42:51
-
- What is the difference between PHP's get and post?
- The difference between PHP's get and post: 1. Get obtains data from the server, and post transmits data to the server; 2. The data transmitted by get cannot be larger than 2KB, while the data transmitted by post has no size limit; 3. Get security Very low, post security is high.
- PHP Problem . tomcat 3347 2023-03-01 16:30:02
-
- Redis persistence configuration (picture and text introduction)
- Redis is an open source, highly available non-relational database (NoSQL, not just a database) key-value database written in C language. Different from traditional databases, redis data is stored in memory, so the read and write performance is not generally high and can reach 100,000 operations per second.
- SQL . tomcat 3137 2020-06-17 16:40:01
-
- What is the difference between springmvc and springboot?
- The difference between springmvc and springboot is that springMVC is a pattern of Spring, a Web framework that provides a lightly coupled way to develop Web applications, while SpringBoot prefers habits over configuration, reducing the difficulty of project construction.
- JavaInterview questions . tomcat 9207 2020-06-17 15:24:27