摘要: import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.multipart.MultipartFile; import java.io.*; import java.tex 阅读全文
posted @ 2020-05-21 16:42 shuzu渊 阅读(1087) 评论(0) 推荐(0) 编辑
摘要: 1、博客皮肤先换成darkgreentrip 2、页面定制CSS代码 #home { margin: 0 auto; width: 80%;/*原始65*/ min-width: 980px;/*页面顶部的宽度*/ background-color: rgba(245, 245, 245, 0.7) 阅读全文
posted @ 2020-05-21 16:02 shuzu渊 阅读(156) 评论(0) 推荐(0) 编辑
摘要: import java.beans.BeanInfo; import java.beans.Introspector; import java.beans.PropertyDescriptor; public class CopyUtils { public static void Copy(Obj 阅读全文
posted @ 2020-05-21 14:49 shuzu渊 阅读(4402) 评论(0) 推荐(1) 编辑
摘要: 1、在pom.xml文件中配置引入jar包 <!--配置quartz,定时任务--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-quartz</artifactId 阅读全文
posted @ 2020-05-21 14:38 shuzu渊 阅读(708) 评论(0) 推荐(0) 编辑
摘要: 百度地图和高德地图用户获取国内地址,区别在于高德地图的精确度比百度地图要高一点,而高德地图不支持国外地址,根据需求选择,ArcGIS地图获取国外地址 1、根据需求选择地图,申请自己的key 高德地图:https://lbs.amap.com/api/webservice/guide/api/geor 阅读全文
posted @ 2020-05-21 14:27 shuzu渊 阅读(1459) 评论(0) 推荐(1) 编辑
摘要: 1、在springboot项目中的resources创建properties文件 2、配置你需要的key=value Login=登录 UpdatePassword=修改密码 3、创建PropertitesUtil类读取文件,根据key获取value import org.springframewo 阅读全文
posted @ 2020-05-21 13:59 shuzu渊 阅读(2154) 评论(0) 推荐(0) 编辑