随笔分类 - 常见配置和问题解决
常见配置以及问题解决
摘要:package cn.finedo.service.infoCollection;import java.text.SimpleDateFormat;import java.util.Date;public class test { /** * 根据传入的时间表示格式,返回当前时间的格式 如果是yy
阅读全文
摘要:1:解决Tomcat的控制台出现中文乱码问题 -Dfile.encoding=UTF-8
阅读全文
摘要:spring-servlet: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XM
阅读全文
摘要:1、pome.xml:添加基础的依赖以及处理配置文件的依赖注释问题 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.o
阅读全文
摘要:jdbc.driver=com.mysql.cj.jdbc.Driver//添加cjjdbc.url=jdbc:mysql://localhost:3306/ssmbuild?useSSL=true&useUnicode=true&characterEncoding=utf8&serverTimez
阅读全文
摘要:<dependencies> <!--Junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency> <!--数据库驱动--> <d
阅读全文