全部 Blog
通用后臺管理系統,管理后臺框架模板,演示地址這個通用的后臺管理系統,管理后臺框架模板,包含了常規的搜索、列表展示、分頁、添加修改刪除、批量審核,導入導出、Chart圖表、操作日志、回收站、訪問IP地址獲取、省市縣鄉四級聯動等功能。 閱讀(209) 評論(0) 2023-04-05 關于 SpringBoot 分頁 pagehelper 啟動時報錯:com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration 的解決方法SpringBoot 加入了 PageHelper 分頁依賴后,啟動報錯: The dependencies of some of the beans in the application context form a cycle: com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration 閱讀(2640) 評論(0) 2022-12-06 關于微信支付顯示 201 商戶訂單號重復 簡單粗暴有效的解決方案項目中接入了微信支付后,當同一個訂單號第一次取消了支付后,后來再次支付時顯示 201 商戶訂單號重復。 閱讀(5552) 評論(0) 2022-09-13 關于idea每次新建項目時,Maven home directory都會使用默認路徑的解決方法我們在使用idea時,會發現明明已經設置了Maven home directory為自己下載的Maven路徑了,再次新建項目時,idea又把Mavn home directory給重置成默認路徑了。 閱讀(2245) 評論(0) 2022-09-06 關于Visual Studio Code(VS Code)中文環境的設置本文為你講述如何把Visual Studio Code(VS Code)默認的英文版界面,設置成中文界面。 閱讀(652) 評論(0) 2022-08-19 利用npm安裝vue時,提示:npm不是內部或外部命令,也不是可運行的程序或批處理文件本文講述了利用npm命令安裝軟件和node.js環境的安裝,并解決利用npm安裝vue時,提示:npm不是內部或外部命令,也不是可運行的程序或批處理文件的問題。 閱讀(8974) 評論(0) 2022-08-18 The dependencies of some of the beans in the application context form a cycle: com.github.pagehelper.autoconfigure.PageHelperAutoConfigurationSpringBoot在啟動時報錯:APPLICATION FAILED TO START, The dependencies of some of the beans in the application context form a cycle:com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration 閱讀(1921) 評論(17) 2022-07-07 MySQL添加外鍵時報錯:3780 - Referencing column 'class_id' and referenced column 'class_id' in foreign key constraing 'fk_class_id' are incompatible.的原因及解決方法添加外鍵錯誤如下:3780 - Referencing column 'class_id' and referenced column 'class_id' in foreign key constraing 'fk_class_id' are incompatible. 閱讀(4675) 評論(0) 2022-04-25 利用idea創建maven項目,報Unable to import Maven project錯誤的解決方案利用idea創建了一個maven項目,在pom.xml文件中導入mybatis相關依賴jar文件時,報出了 Unable to import Maven project 錯誤。 閱讀(927) 評論(0) 2022-04-13 |