原创 在powershell下使用sftp傳輸文件時文件名中有"[]"的問題

心血來潮在win10上用powershell的sftp命令從vps上下載文件,一直顯示file xxx not found,經過測試發現是文件名的問題,只要文件名被[]括起來就會找不到,比如文件名爲"a].txt","[a.txt","]

原创 windows下添加maven失敗的問題

記一下吧,平時用powershell用習慣了,已經錯過很多次了 [INFO] BUILD FAILURE [INFO] -----------------------------------------------------------

原创 Spring boot 編譯報錯 Failed to auto-configure a DataSource

第一次用spring boot ,踩了一天的坑,記錄一個Description:Failed to auto-configure a DataSource: 'spring.datasource.url' is not specified

原创 index:1 Refused to display 'http://localhost:8080/home' in a frame because it set 'X-Frame-Options'

通過spring security登陸後,跳轉到嵌套頁面,報錯: index:1 Refused to display 'http://localhost:8080/home' in a frame because it set 'X-F