常見報錯
Field studentsMapper in site.longkui.app.service.StudentsService required a bean of type ‘site.longkui.app.mapper.StudentsMapper’ that could not be found.
某日新創建spring boot項目后啟動項目報錯: 這個錯誤是因為我們沒有加上MapperScan 閱讀更多…
常見報錯
Resolved [org.springframework.http.converter.HttpMessageNotWritableException: Could not write JSON:
調試springboot項目,返回數據的時候報錯: Resolved [org.springfram 閱讀更多…
常見報錯
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [students/getList], template might not exist or might not be accessible by any of the configured Template Resolvers
創建調試springboot項目后,然后訪問一個接口,控制臺開始報錯: 這個問題的主要原因是Cont 閱讀更多…
常見報錯
Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.
某日新創建一個spring boot項目,添加完依賴以后運行項目開始報錯: 原因1:沒有配置文件 這 閱讀更多…
常見報錯 開發與創造
Loading class `com.mysql.jdbc.Driver’. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver’.
某日構建springboot項目時,報的錯: 項目的配置文件是下面這樣: 根據上面提示這個錯誤是co 閱讀更多…
常見報錯
Project ‘org.springframework.boot:spring-boot-starter-parent:2.7.7’ not found
某日構建springboot項目,構建完畢以后發現下面這樣 然后打開pom文件,發現springbo 閱讀更多…
常見報錯
node打包報錯:ERROR in xxxx.js Module not found: Error: Can’t resolve xxxx in ‘xxx’ error Command failed with exit code 1.
0.背景 anguar項目。分為主包和子包,子包推送到npm私有倉庫中,然后主包在packjson中 閱讀更多…
常見報錯
Failed to clean project: Failed to delete
使用IDEA編輯代碼,電腦突然死機。然后重啟電腦后,執行 maven clean 指令。結果報錯: 閱讀更多…
常見報錯
ERROR TypeError: this.nzData.slice is not a function
使用angular+ngzorro的nz-table渲染表格的時候報錯: ERROR TypeErr 閱讀更多…
常見報錯
寶塔面板報錯 :libcurl.so.4: cannot open shared object file: No such file or directory
ubuntu 18安裝完寶塔面板后,打開就報錯 libcurl.so.4: cannot open 閱讀更多…
常見報錯
類型不匹配 Can’t assign java.lang.Double to java.lang.String
0.背景 java 從Hash<String,String>中獲取一個對象,讓轉換成Do 閱讀更多…
常見報錯
一個奇怪的跨域報錯:未知錯誤,大部分由于后端不支持跨域CROS或無效配置引起的
0.背景 項目:前端angular,后端SpringMVC。 調試一個功能的時候開始報錯:“未知Ht 閱讀更多…
常見報錯
Property ‘xxxx’ is private and only accessible within class ‘xxxxComponent’.
angular項目,打包的時候報錯,Property ‘xxxx’ is p 閱讀更多…
常見報錯
ERROR in : Reference “#modalFooter” is defined several times
angular項目,打包的時候報這個錯誤,錯誤原因很簡單,定位到報錯的位置后發現頁面上定義了兩個mo 閱讀更多…
常見報錯
ERROR Error: No component factory found for Edit2Component. Did you add it to @NgModule.entryComponents?at noComponentFactoryError (core.js:9877:1)
angular項目調用組件的時候開始報這個錯誤,大概的意思是NgModule中沒有Edit2Comp 閱讀更多…
常見報錯
ERROR in node_modules/rxjs/dist/types/internal/operators/combineLatest.d.ts(3,61): error TS1005: ‘,’ expected.
angular項目,啟動的時候報錯。詳細的報錯如下: 這個報錯的原因比較簡單,rxjs的版本不對,我 閱讀更多…