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 00 10 19...
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 00 10 19...
第一找到配置文件 进入tomcat/conf下拷出server.xml然后如下 配置<Host appBase="/www/wwwroot/项目路径" autoDeploy="true" name="项目名" unpackWARs="true" xmlNamespaceAware="false&...
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地址没修改,或配置CDN后出现...
官方介绍: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 cla...
<build> <finalName>Springmvc</finalName> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> ...