这里就介绍一种简单的方式,一般SSM框架都差不多如下! 1.spring-mvc.xml中加入加载.properties的加载配置语句 ``` ``` 2 新建一个你需要加载的properties ``` name = http://www.javar.cc ``` 3 JAVA代码中需要表现的值,注解用上会方便点 ``` @Component...
这里就介绍一种简单的方式,一般SSM框架都差不多如下! 1.spring-mvc.xml中加入加载.properties的加载配置语句 ``` ``` 2 新建一个你需要加载的properties ``` name = http://www.javar.cc ``` 3 JAVA代码中需要表现的值,注解用上会方便点 ``` @Component...
``` 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...