04 2022 档案

摘要:@sl4j 使用log4j <dependencies> <!-- https://mvnrepository.com/artifact/log4j/log4j --> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifact 阅读全文
posted @ 2022-04-19 10:56 山风在 阅读(52) 评论(0) 推荐(0)
摘要:定时器 var time=setInterval(function clock() { document.getElementById("Header1_HeaderTitle").innerHTML=Date(); },1000); 阅读全文
posted @ 2022-04-15 10:02 山风在 阅读(28) 评论(0) 推荐(0)
摘要:1. <build> 1.1 <resources> 编译保留 *.propertie s,*.xml 1.2 <plugins> 拷贝config目录 Java 1.8 编译 一般打包(无Spring) Spring 打包 2. <properties> 编码 编译版本 1. <build> 1. 阅读全文
posted @ 2022-04-15 09:38 山风在 阅读(134) 评论(0) 推荐(0)