maven dependency”
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.zhanglu</groupId>
<artifactId>honor</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>honor Maven Webapp</name>
<!-- FIXME change it to the project's...
log4j”
Introduction of log4j.jar package
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
Configure log4j.properties
log4j.rootLogger=INFO,Console,OneFile,errFile
#Output to consoleLog4j.appender.Console=org.apache.log4j.ConsoleAppenderLog4j.appender.Console.encoding=utf-8Log4j.appender.Console.Target=System.outLog4j.appender.Console.layout=org.apache.log4j.PatternLayOutLog4j.appender.Console.layout.ConversionPattern=[%p][%d{yyyy-MM-dd HH\: mm\: SS, SSS}][%c]%m%nOu...
Next we will explain to you the detailed operation method of Win10 to build FTP server.
1、First, we search the control panel in Cortana and enter.
2、In the control panel – program, click enable or close the Windows function;
3、Check in front of the FTP server, Web management tools, and the Web core that Internet Information Services can host, click OK, and wait for installation.
4、After installation, search for computer management and access in Cortana.
5、Find the service and applicati...
((1) table of Java key words
A total of 50 key words are shown below.
Most of the keywords were agreed upon at the beginning of the Java syntax release, and a few were added with the development of the Java language. strictfp JDK1.2 Joinassert JDK1.4 Joinenum JDK5.0 JoinThere are a few words that do not have a clear grammatical meaning, but the Java language also stipulates that it is a keyword, and with the development of Java, it may be given grammatical meaning in the future. These key words are also called reserved keywords, such as keyword list.In the tableconst、goto 。
St...