08 2022 档案
摘要:import java.io.*; public class LowerCaseInputStream extends FilterInputStream { /** * Creates a <code>FilterInputStream</code> * by assigning the argu
阅读全文
摘要:<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxb2-maven-plugin</artifactId> <version>2.4</version> <executions> <execution> <id>xjc</id>
阅读全文
摘要:@echo off & setlocal enabledelayedexpansion @REM 需要被替换的字符串,注意字符串前后不加“”,支持空格 set var1=654321 @REM 替换成什么内容,此处是批处理当前路径 set var2=123456 for /r %%i in (*.t
阅读全文
摘要:package Thread_01; import java.io.File; import java.io.IOException; /** * @author ZziQon * */ public class main { public static void main(String[] arg
阅读全文
摘要:busybox.exe bash test.sh
阅读全文