上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 59 下一页
  2020年5月24日
摘要: 错误信息: cvc-complex-type.2.4.a: Invalid content was found starting with element 'display-name'. One of '{"http://xmlns.jcp.org/xml/ns/javaee":servlet-cl 阅读全文
posted @ 2020-05-24 11:22 sunylat 阅读(1460) 评论(0) 推荐(0) 编辑
  2020年5月18日
摘要: { 把JSON赋值给list 注意:jo.AsJSon(true, false)里面的两个参数,第一个为true,才会输出格式化好的JSON } ConfigList.Text := jo.AsJSon(true, false); 参考: https://stackoverflow.com/ques 阅读全文
posted @ 2020-05-18 21:29 sunylat 阅读(578) 评论(0) 推荐(0) 编辑
摘要: //要执行保持的TStringList ConfigList //要保存到的文件名 ConfigFile //这句话是关键,确保保存后的文件是UTF-8,不是UTF-8 BOM格式 ConfigList.WriteBOM := false; ConfigList.SaveToFile( Config 阅读全文
posted @ 2020-05-18 21:28 sunylat 阅读(1086) 评论(0) 推荐(0) 编辑
  2020年4月28日
摘要: 方法一: 在mybatis-config.xml中配置加一个setting <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http 阅读全文
posted @ 2020-04-28 16:01 sunylat 阅读(1072) 评论(0) 推荐(0) 编辑
  2020年4月26日
摘要: 也许你会觉得奇怪,这难道还需要写一篇博客吗?我也不知道,但是随着Eclipse的进步,有些东西弄得确实和以前不一样,让人真的昨摸不透!! 其实Eclipse已经带了JUnit,我使用当前最新的Eclipse,从JUnit3到JUnit5都有,经过各种研究之后,发现它们都有,但是每次添加之后,在new 阅读全文
posted @ 2020-04-26 10:58 sunylat 阅读(1279) 评论(0) 推荐(0) 编辑
  2020年4月25日
摘要: Mybatis配置文件中使用typeAliases竟然报错,错误提示: the content of element type "configuration" must match "(properties?,settings?,typeAliases?,typeHandlers?,objectFa 阅读全文
posted @ 2020-04-25 21:18 sunylat 阅读(2784) 评论(0) 推荐(2) 编辑
摘要: 数据源配置时加上编码转换格式后出问题了: The reference to entity"characterEncoding" must end with the ';' delimiter 这个错误就是 context.xml中设置数据源链接URL的问题 <context-param> <para 阅读全文
posted @ 2020-04-25 16:28 sunylat 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 错误信息: 严重: Exception starting filter [Tomcat WebSocket (JSR356) Filter] java.lang.NoClassDefFoundError: javax/xml/ws/WebServiceRef 错误截图: 错误原因:缺少jaxws-a 阅读全文
posted @ 2020-04-25 11:53 sunylat 阅读(1268) 评论(0) 推荐(0) 编辑
  2020年4月24日
摘要: 今天卸载了JDK8,随后安装了 JDK14,但是配置完环境变量之后,还是不行,出现问题如下: Error: opening registry key 'Software\JavaSoft\Java Runtime Environment 最终确定原因,因为path环境变量中,有在新安装的JDK14前 阅读全文
posted @ 2020-04-24 12:27 sunylat 阅读(2589) 评论(0) 推荐(1) 编辑
  2020年4月7日
摘要: 错误提示: Could not resolve io.fabric.tools:gradle:1.31.2 错误原因: maven库被挡住了! 解决方法: 1,在AS里面打开build.gradle文件。 2,修改"repositories"->"maven"->"url"值 url 'http:/ 阅读全文
posted @ 2020-04-07 12:10 sunylat 阅读(2213) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 59 下一页