javax Filter实现重定向


public class ProxyFilter implements Filter { @Override public void init(FilterConfig filterConfig) { } @Override publ

String.format使用


1.要替换的字符串中存在% 对百分比符号进行格式化: 百分比符号“%”是特殊格式的一个前缀。需要转义字符的,在这里转义字符不是”\”,而是”%”。例如 输出一个“12%”: System.out.println(String.format(“%1$d%%”, 12));

常用字典HTML转义字符


字符 十进制 转义字符 字符 十进制 <

常用字典HTTP Content-type


文件扩展名 Content-Type(Mime-Type) 文件扩展名 Content-Type(Mime-Type) .*( 二进制流,不知道下载文件类型) application/octet-stream .tif image/tiff .001 application/x-001 .301 a