原创 Failed to start Advanced key-value store.

https://www.jianshu.com/p/93085829535c

原创 504 502 bad gateway 運維問題 url報紅,可能是前端調用後臺鏈接有誤

504 502 bad gateway 運維問題 url報紅,可能是前端調用後臺鏈接有誤

原创 springboot整合email

https://jingyan.baidu.com/article/e4d08ffd4df5cf0fd2f60d2f.html

原创 idea安裝流程

https://baijiahao.baidu.com/s?id=1632681005446888074&wfr=spider&for=pc https://blog.csdn.net/m0_37392489/article/detail

原创 Ubuntu18.04系統下搭建Scm Manager

1.安裝jdk環境,我是apt方式安裝的,也可以到Oracle的官網下載jdk安裝,這裏不做介紹,因爲還要註冊Oracle賬號 apt install openjdk-8-jdk 2.安裝tomcat,我是直接下載8.5的解壓版,你在服務

原创 maven configuration problem unkonw

https://jingyan.baidu.com/article/da1091fb93d53d427849d6f7.html   問題:Maven pom.xml 文件中第一行報錯,problems中提示 Unknown Maven C

原创 mybatis # 和 $的區別

# 先編譯後取值,編譯後有雙引號,可以防止sql注入 $ 先取值後編譯,編譯後無雙引號,不能防止sql注入 一般用於傳遞表名,字段名,group by 總結:能用#就不用$

原创 spring-boot-maven-plugin和properties-maven-plugin區別

https://www.cnblogs.com/qyf404/p/4833261.html https://blog.csdn.net/hanys_csdn/article/details/80232262讀properties文件 ht

原创 springboot教程

https://blog.51cto.com/3054542/2288173 http://yun.itheima.com/open/44.html https://ke.qq.com/course/260513

原创 Error:(14,24) java: 程序包sun.reflect.misc不存在

  今天自己給自己挖了一個坑,寫代碼導入了 import sun.reflect.misc.FieldUtil; 結果依賴和jdk裏面都沒有這個包 導致報錯 Error:(14,24) java: 程序包sun.reflect.mis

原创 處理kdevtmpfsi病毒

看了網上殺pid那些方法,不會搞 參考阿里雲的建議https://help.aliyun.com/knowledge_detail/37447.html?spm=a2c4g.11186631.2.2.828c1848kuRv6p 自己搞下

原创 Invalid bound statement (not found): com.itheima.chapter0301.mapper.ArticleMapper.selectArticle

Invalid bound statement (not found): com.itheima.chapter0301.mapper.ArticleMapper.selectArticle 原因分析:找不到selectArticle方法

原创 Spring 國際化異常

springMVC 國際化 異常:No message found under code 'message' for locale 'zh_CN'. 我的springmvc-config.xml是這樣配置的 原因分析:spring找不到

原创 後端接受前端post數據亂碼

web.xml文件加上如下代碼 <!-- post請求亂碼攔截器 --> <filter> <filter-name>CharacterEncodingFilter</filter-name> <filter-clas

原创 Unmapped Spring configuration files found. Please configure Spring facet or use 'Create Default ...

idea做springboot項目的時候遇到一個提示: Unmapped Spring configuration files found.  Please configure Spring facet or use 'Create De