错误笔记
衡阳酸菜鱼
java
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ORA-01791: 不是 SELECTed 表达式 --- disdinct用法总结
sql查询报错: not a Selected expression:不是一个查询表达式; 这个错误主要是使用distinct后出现的,通常出现在通常distinct和order by 一起使用的情况 sql如下: SELECT tab.* FROM ( SELECT DISTINCT a.offer_id AS offer_id, ...原创 2020-03-19 14:50:13 · 946 阅读 · 0 评论 -
idea使用git push不了代码
在idea上使用git提交代码时,可以commit,但是push的时候报以下错误: 错误信息: error: unable to read askpass response from 'C:\Users\luozheng\.IntelliJIdea2019.1\system\tmp\intellij-git-askpass.bat' bash: /dev/tty: No such device...原创 2019-08-17 14:16:42 · 8675 阅读 · 0 评论 -
springboot2.X无法访问static下的静态资源
问题场景:使用springboot2.1.3集成thymeleaf之后static下的静态资源无法访问 在网上百度之后采取了以下几种方式: 1.在application.properties文件中添加如下配置,意思就是把static下的文件访问都映射到locations指定的文件目录下 #以什么样的路径访问静态资源 spring.mvc.static-path-pattern=/sta...原创 2019-09-03 14:26:32 · 6519 阅读 · 2 评论
分享