``` package cc.javar.util; /*** * 异或效验 * @author chenji ***/ public class ByteCheck { public static runXor(String[] args) { String zhi16="5A A5 10 10 11 00 66 66 10 10 10 0...
``` package cc.javar.util; /*** * 异或效验 * @author chenji ***/ public class ByteCheck { public static runXor(String[] args) { String zhi16="5A A5 10 10 11 00 66 66 10 10 10 0...
第一找到配置文件 进入tomcat/conf下拷出server.xml 然后如下 配置 ``` ```
Mixed Content: The page at 'xxx' was loaded over HTTPS, but requested an insecure resource 'xxx'. This request has been blocked; the content must be served over HTTPS. 出现这个的情况一般就是http地址没修改,或配置CD...
官方介绍:Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again, with one annotation your c...
``` Springmvc org.apache.maven.plugins maven-compiler-plugin 1.8 ...