博客园 首页 私信博主 显示目录 隐藏目录 管理
摘要: 查看控制台,报错如上,显示错误出现位置是yml配置文件 进入target包下,找到我们编译后的yml文件发现存在乱码问题 方法一(不推荐):删除yml中的中文注释,重新启动,运行成功。 方法二:修改项目编码为UTF-8 》左上角file-》setting-->Editor-->File Encodi 阅读全文
posted @ 2022-08-25 16:01 火华呀 阅读(804) 评论(0) 推荐(0)
摘要: 删除路径D:\myVm下所有的*.lck文件夹(锁定文件夹),然后重启虚拟机就ok了 阅读全文
posted @ 2022-08-15 10:05 火华呀 阅读(1396) 评论(0) 推荐(1)
摘要: //vue-template,使用elementui的Tree树形控件 <el-tree :data="menus" :props="defaultProps" @node-click="handleNodeClick" :expand-on-click-node="false" :default- 阅读全文
posted @ 2022-07-28 15:42 火华呀 阅读(290) 评论(2) 推荐(0)
摘要: #将等级为DEBUG的日志信息输出到console和file这两个目的地,console和file的定义在下面的代码log4j.rootLogger=DEBUG,console,file#控制台输出的相关设置log4j.appender.console = org.apache.log4j.Cons 阅读全文
posted @ 2021-11-29 12:46 火华呀 阅读(103) 评论(0) 推荐(0)
摘要: equals:字符串是否相同 equalsIgnoreCase:忽略大小写后字符串是否相同 compareTo:根据字符串中每个字符的Unicode编码进行比较 compareToIgnoreCase:根据字符串中每个字符的Unicode编码进行忽略大小写比较 indexOf:目标字符或字符串在源字 阅读全文
posted @ 2021-10-26 19:49 火华呀 阅读(34) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2021-10-25 19:44 火华呀 阅读(198) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2021-10-25 19:30 火华呀 阅读(180) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.dt 阅读全文
posted @ 2021-10-25 19:23 火华呀 阅读(50) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2021-10-25 19:20 火华呀 阅读(216) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"><map 阅读全文
posted @ 2021-10-25 18:39 火华呀 阅读(119) 评论(0) 推荐(0)