原创 【項目啓動報錯】Caused by: java.lang.ClassNotFoundException: org.springframework.core.log.LogMessage

搭建Springboot項目,啓動項目時報錯: java.lang.NoClassDefFoundError: org/springframework/core/log/LogMessage     at org.springframew

原创 【報錯】'Parameter 'medicalExamNo' not found.Available parameters are [arg1, arg0, param1, param2]'

Mybatis報錯'Parameter 'medicalExamNo' not found.Available parameters are [arg1, arg0, param1, param2]' 在Mapper接口的方法中,參入的參

原创 【報錯】Illegal character: U+ 200B

代碼中無明顯錯誤,但是一直報錯:Illegal character: U+ 200B 解決方法: 將編碼換爲iso,會看到報錯的代碼後面多了一個?,刪去這個多餘的?,再將編碼切回utf-8

原创 【報錯】Can not parse date while it seems to fit format 'yyyy-MM-dd'T'HH:mm:ss.SSS問題;保存後時間多8小時問題

【1】報錯信息: org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Can not deserialize valu

原创 【前端】mui從頁面下方彈出下拉列表的樣式

 首先需要引入mui的js和css,可從mui的GitHub示例中搜索copy 這裏就先只放一個mui.poppicker.js的鏈接 // 注:引入的路徑需要自己改一下 <#assign ctx="${requestContext.c

原创 ssi框架整合

文章轉自http://www.open-open.com/lib/view/open1377581482589.html 框架簡介: 相信大家對於mvc的三層架構已經灰常熟悉了,在這就不細講了,個人感覺ssi的框架結構還是比較典型的mvc

原创 【前端】覆蓋input框內disabled的樣式

需求: 前端框架使用的是layui 某個頁面只回顯數據,不需要向後臺傳值,該頁面訪問時所有內容均爲只讀 這就遇到了一個問題 當input框內CheckBox 設置爲只讀時,使用readonly肯定是沒有效果的,百度了一些方法 1.直接在i

原创 MySQL安裝過程中初始化出現--initialize specified but the data directory has files in it. Aborting.

根據博主的教程安裝的,詳見連接https://blog.csdn.net/qq_37350706/article/details/81707862 但是安裝過程中出現了錯誤 在MySQL安裝目錄的 bin 目錄下執行命令: mysqld

原创 SSM框架原理學習

SSM = SpringMVC + Spring + Mybatis SSM是標準的MVC模式,分爲表現層、Controller層、Service層、Dao層 SpringMVC → 接收外部請求,解析參數傳給服務層 Spring → 協