坎
托马斯小火车喷雾又喷烟,一直喷,喷喷喷.
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring boot 扫描其他jar包里面的 mapper xml
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.The blog content is all parallel goods. Those who are worried about being cheated should leave quickly.原创 2023-03-22 12:17:52 · 1379 阅读 · 1 评论 -
EL1007E: Property or field ‘yyyy‘ cannot be found on null
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.The blog content is all parallel goods. Those who are worried about being cheated should leave quickly.原创 2023-03-17 13:03:17 · 548 阅读 · 0 评论 -
Caused by: java.lang.VerifyError: Bad type on operand stack
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.The blog content is all parallel goods. Those who are worried about being cheated should leave quickly.原创 2023-03-17 13:01:46 · 416 阅读 · 0 评论 -
Failed to convert from type [java.lang.String] to type [java.util.Date]
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.The blog content is all parallel goods. Those who are worried about being cheated should leave quickly.原创 2023-03-17 12:56:51 · 256 阅读 · 0 评论 -
Invalid location of tag (div)
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.The blog content is all parallel goods. Those who are worried about being cheated should leave quickly.原创 2016-11-10 08:21:29 · 88 阅读 · 1 评论 -
Linux df 卡住 某个目录进不去
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.The blog content is all parallel goods. Those who are worried about being cheated should leave quickly.原创 2022-11-03 08:57:27 · 20580 阅读 · 0 评论 -
tar: Removing leading `/‘ from member names
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.原创 2022-10-18 08:09:10 · 20018 阅读 · 0 评论 -
dom4j 获取标签名称
dom4j 获取标签名称ele.getName()baidu 了半天,没一个靠谱的,自己记录下~~~~~~~~~~~~原创 2022-05-07 07:50:05 · 53932 阅读 · 0 评论 -
Install/Remove of the Service Denied
Install/Remove of the Service Denied需要选择【用管理员身份打开】。原创 2016-11-16 08:11:10 · 11216 阅读 · 0 评论 -
jar 包中文乱码注释显示问题解决方案
jar 包中文乱码注释显示问题解决方案通过maven下载源代码,直接通过eclipse浏览源代码时,发现中文注释为乱码的问题。其实这个eclipse默认编码造成的问题。可以通过以下方法解决:修改Eclipse中文本文件的默认编码:windows->Preferences->general->Workspace->Text file encoding设置为UTF-8...原创 2017-02-03 13:40:00 · 23638 阅读 · 0 评论 -
tomcat7 war 部署后 访问 Nginx 400 Bad Request
tomcat7 war 部署后 访问 Nginx 400 Bad Request解决办法location中设置proxy_set_header Host $http_host;原创 2021-10-15 18:21:29 · 35303 阅读 · 5 评论 -
An error occurred while filtering resources
An error occurred while filtering resources1、把项目冲eclipse中删除(不删除代码)2、进入项目目录:mvn eclipse:clean3、eclipse中重新导入该项目,解决原创 2021-10-14 08:28:59 · 34493 阅读 · 0 评论 -
Python sum() TypeError: ‘int‘ object is not callable xxxxxxxxx XXXXXXXXXX
Python sum() TypeError: 'int' object is not callable xxxxxxxxx XXXXXXXXXX代码中定义了 sum 变量,导致sum()方法异常。原创 2020-09-16 13:52:40 · 32400 阅读 · 0 评论 -
Format aborted in /app/hadoop-1.1.2/hdfs/name
Format aborted in /app/hadoop-1.1.2/hdfs/nameY 要大写!!!!!!!!!!!!!!!!!!!!!!Re-format filesystem in /app/hadoop-1.1.2/hdfs/name ? (Y or N) Y原创 2016-05-21 07:57:43 · 11368 阅读 · 0 评论 -
Notepad++ 替换换行符
Notepad++ 替换换行符对应的正则表达式是\r\n原创 2020-05-18 10:06:19 · 31357 阅读 · 0 评论 -
java.lang.NoClassDefFoundError: javax/persistence/EntityManagerFactory
<artifactId>hibernate-entitymanager</artifactId> <version>4.2.1.Final</version></dependency>原创 2017-01-13 16:02:44 · 25544 阅读 · 3 评论 -
操作无法完成,因为文件已在Node.js:Servier-side JavaScript中打开
操作无法完成,因为文件已在Node.js:Servier-side JavaScript中打开在Windows任务管理器窗口进程标签里找到映像名称node.exe,结束进程。...原创 2020-04-24 10:08:30 · 35104 阅读 · 2 评论 -
thymeleaf 判断list是否为空 为null 是否有值
thymeleaf 判断list是否为空 为null 是否有值/** Check whether list is empty*/${#lists.isEmpty(list)}<div th:if="${#lists.isEmpty(orders)}"> ...原创 2020-04-19 15:15:16 · 39165 阅读 · 1 评论 -
No grammar constraints (DTD or XML Schema) referenced in the document.
No grammar constraints (DTD or XML Schema) referenced in the document.xml文件中添加<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/2002/xmlsp...原创 2016-05-17 08:18:14 · 14122 阅读 · 0 评论 -
Mapped Statements collection does not contain value for xxx.find
Mapped Statements collection does not contain value for xxx.findapplication.properties文件中添加#MyBatis对应的 *.xml文件路径mybatis.mapperLocations=classpath:/mybatis...原创 2020-04-18 16:31:41 · 30721 阅读 · 0 评论 -
Consider defining a bean of type 'org.springframework.security.crypto.password.PasswordEncoder' in y
Consider defining a bean of type 'org.springframework.security.crypto.password.PasswordEncoder' in your configuration.解决方式:@Beanpublic PasswordEncoder passwordEncoder() { return new BCryptP...原创 2020-04-18 14:35:51 · 18396 阅读 · 3 评论 -
java sona 插件 提示 整理
java sona 插件 提示 整理Refactor this method to reduce its Cognitive Complexity from 17 to the 15 allowed重构此方法以将其认知复杂度从17降低到15Remove this assignment of "dataSource"...原创 2019-09-29 13:53:39 · 36553 阅读 · 3 评论 -
There is no PasswordEncoder mapped for the id "null"
There is no PasswordEncoder mapped for the id "null"解决方法如下:@Overrideprotected void configure(AuthenticationManagerBuilder auth) throws Exception { aut...原创 2016-05-17 08:17:59 · 133442 阅读 · 0 评论 -
Cannot pass a null GrantedAuthority collection
Cannot pass a null GrantedAuthority collection@Overrideprotected void configure(AuthenticationManagerBuilder auth) throws Exception { auth.inMemor...原创 2016-11-18 07:49:10 · 11051 阅读 · 0 评论 -
springmvc springboot 两个controller 重定向 传参 传递对象 RedirectAttributes
springmvc springboot 两个controller 重定向 传参 传递对象 RedirectAttributesControllerA@PostMappingpublic String processDesign(TacoPO taco, Model model,RedirectAttributes attr)...原创 2020-04-10 09:44:20 · 13028 阅读 · 0 评论 -
linux下清除tomcat缓存
linux下清除tomcat缓存进入tomcat/bin目录下,执行命令:./shutdown.sh然后执行命令:ps -aux ,查看tomcat是否真的关闭了如果没有关闭则执行命令:kill -9 #pid来彻底关闭tomcat(#pid是tomcat的进程ID)最后进入tomcat/work目录下,执行命令...原创 2016-05-17 08:17:44 · 133559 阅读 · 0 评论 -
Maven 从中央仓库下载构件(jar)太慢 不能正常下载
Maven 从中央仓库下载构件(jar)太慢 不能正常下载settings.xml文件添加<mirror> <id>Central</id> <url>http://repo1.maven.org/maven2</url> <mirrorOf>central</mirro...原创 2020-04-01 16:13:05 · 11708 阅读 · 0 评论 -
js文件 Syntax error on token "Invalid Regular Expression Options", no accurate correction available
js文件 Syntax error on token "Invalid Regular Expression Options", no accurate correction availableeclipse 中 js文件邮件 选择Validate即可。原创 2016-05-17 08:17:26 · 11132 阅读 · 0 评论 -
启动Sprping Boot Mybatis 报错 Mapped Statements collection does not contain value for xxx
启动Sprping Boot Mybatis 报错 Mapped Statements collection does not contain value for xxx在application.properties中加上#MyBatis对应的 *.xml文件路径mybatis.mapperLocations=classpath:/mybatis/base/...原创 2016-05-15 17:44:26 · 10862 阅读 · 0 评论 -
java.lang.ClassNotFoundException: org.apache.commons.lang.StringUtils
java.lang.ClassNotFoundException: org.apache.commons.lang.StringUtils<dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang<...原创 2016-05-15 17:43:29 · 11437 阅读 · 0 评论 -
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.***************************APPLICATION FAILED TO START****************...原创 2016-05-15 17:42:52 · 10837 阅读 · 0 评论
分享