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 check whether tomcat is closed in linux
- The way to check whether tomcat has been shut down in Linux is to check by executing the [ps -ef|grep java] command. If the information [root 7010 1 0 Apr19 ? 00:30:30 [java]] is output, it means that tomcat has been shut down.
- Linux Operation and Maintenance . tomcat 4122 2020-03-12 15:48:42
-
- Telnet cannot connect tomcat port in linux
- The solution to the tomcat port in Linux where telnet is blocked is: 1. Turn off the firewall, [service iptables stop]; 2. Add firewall access permissions to the tomcat port; 3. Restart the service; 4. Restart tomcat.
- Linux Operation and Maintenance . tomcat 3356 2020-02-14 16:29:29
-
- How to view tomcat process in linux
- How to view the tomcat process in Linux: first enter the Linux system; then start tomcat; then execute the commands "ps aux | grep tomcat" and "ps -ef | grep tomcat" to view the running tomcat process.
- Linux Operation and Maintenance . tomcat 8546 2020-02-13 10:21:14
-
- Can vscode develop javaweb?
- vscode can develop javaweb, but before development, you need to configure the javaweb development environment, such as installing maven, installing tomcat proxy server, and vscode installing [java extension pack] plug-in, etc.
- VSCode . tomcat 7607 2020-02-11 15:43:59
-
- What is Spring?
- Spring is an open source lightweight Java development framework. Its role is to simplify application development. The advantage is that it adopts a layered structure and can be incrementally introduced into the project. It is a lightweight architectural solution.
- Javagetting Started . tomcat 11457 2020-02-06 10:38:06
-
- How to make a java project for beginners
- Beginners need to master the following content when doing Java projects: 1. Web page layout; 2. Java language and development framework; 3. Database; 4. Understand the principles and application scenarios of version control; 5. Project construction tools; 6. Understand the composition of tomcat and operating principles; 7. Master the basic principles and common commands of Linux.
- javaTutorial . tomcat 4308 2020-02-04 14:01:09
-
- Chinese garbled characters appear when eclipse imports java projects
- The solution to Chinese garbled characters when importing Java projects into eclipse is: 1. First check the encoding format of the java file; 2. Then open the eclipse property settings panel and open the [content types] option; 3. Finally, modify the default encoding format of the java file. .
- JavaBase . tomcat 3313 2020-01-16 10:11:41
-
- Solution to java parameter garbled problem
- Solution to the problem of garbled java parameters: 1. Use the request.setCharacterEncoding() method to specify the encoding used when obtaining parameters in the post method. 2. Manually specify the parameter encoding when submitting data using the get method.
- JavaBase . tomcat 2292 2020-01-13 16:11:01
-
- How to solve the garbled Chinese parameters in Java?
- Solution to garbled Chinese parameters in Java: 1. Transcode when the backend receives parameters; 2. Modify server.xml in the tomcat installation directory and add URIEncoding="UTF-8".
- Javagetting Started . tomcat 2326 2019-12-31 15:24:52
-
- How vscode runs JavaWeb projects
- The method for vscode to run the JavaWeb project is: 1. First install the plug-in and restart vscode; 2. Then open the project and use the command line to package the project into a war; 3. Then add the Tomcat service; 4. Finally, run the service and project.
- VSCode . tomcat 17944 2019-12-30 10:52:40
-
- How to check whether tomcat is started in linux
- How to check whether tomcat is started in linux: 1. First enter the bin directory under Tomcat. 2. Use the "ps -ef|grep java" command to check whether tomcat is closed to determine whether tomcat is started.
- Linux Operation and Maintenance . tomcat 7043 2019-12-25 15:06:45
-
- Solution to java output Chinese garbled characters to html
- Solution to Java outputting Chinese garbled characters to HTML: 1. Use the response.setHeader() method to specify the HTML encoding format, and then use the getOutputStream() method to write the specified encoding format data. 2. Use the getWriter() method to write data.
- JavaBase . tomcat 2787 2019-12-24 15:36:22
-
- Solution to Chinese garbled characters displayed in Java
- Solution to garbled code displayed in java: 1. JSP Chinese garbled code: Specify the page encoding format as utf-8 at the beginning of each page of the JSP page. 2. Tomcat Chinese garbled code: Specify the encoding format in web.xml.
- JavaBase . tomcat 5045 2019-12-18 16:39:53
-
- The picture of the project accessed under the url in java is not displayed
- The solution to the problem that the project image is not displayed when accessing the project under the URL in Java is: 1. In the [img] tag, it is recommended to access the specific path of the project starting from the project name; 2. If the browser directly accesses the project, you first need to check the actual Check whether the deployed container contains the image, and then check whether the image under the path is generated.
- JavaBase . tomcat 3448 2019-12-18 11:15:50
-
- vscode builds java development environment
- The method for vscode to build a java development environment is: 1. First, you need to configure the environment variables, and then install java related plug-ins; 2. Then perform basic development configuration, configure maven, set global search ignore folders, and perform junit testing; 3. Finally Just use tomcat to debug the project.
- VSCode . tomcat 5546 2019-12-17 09:21:00