摘要:
import java.io.*; public class LowerCaseInputStream extends FilterInputStream { /** * Creates a <code>FilterInputStream</code> * by assigning the argu 阅读全文
摘要:
@echo off & setlocal enabledelayedexpansion @REM 需要被替换的字符串,注意字符串前后不加“”,支持空格 set var1=654321 @REM 替换成什么内容,此处是批处理当前路径 set var2=123456 for /r %%i in (*.t 阅读全文