原创 oauth2.0資料

原文鏈接:https://www.jianshu.com/p/e5ae03f34fde https://www.jianshu.com/p/fe1194ca8ecd http://www.m

原创 idea報紅

能編譯過就不管他,工具問題

原创 錯誤記錄

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

原创 idea的maven操作

reimport all maven projects重新導入所有maven項目 generate resource and update folders for all projects爲所有項目生成資源和更新文件夾

原创 簡單好用的在線接口文檔管理工具 立即使用

http://www.xiaoyaoji.cn/

原创 YAML 語言教程

http://www.ruanyifeng.com/blog/2016/07/yaml.html?f=tt

原创 OAuth2.0

http://www.ruanyifeng.com/blog/2019/04/oauth_design.html http://www.ruanyifeng.com/blog/2019/04/oauth-grant-types.html

原创 fatal: unable to access '/': The requested URL returned error: 403

remote: Forbidden fatal: unable to access '/': The requested URL returned error: 403 git did not exit cleanly (exit cod

原创 attempted to return null from a method with a primitive return type (int).

在mybatis的mapper.xml和mapper文件映射時,注意返回爲空的情況 這裏寫成對象不要寫成int

原创 Absernt line Number Information

  出現這個原因通常都是環境因素,可以更改下項目和環境的Jre 配置 或是classfile generation. 對啓動項目的影響不大,建議點方框就可以。 https://blog.csdn.net/xiaoxiaovbb/arti

原创 swagger應用

http://blog.didispace.com/springbootswagger2/ https://blog.csdn.net/sanyaoxu_2/article/details/80555328

原创 String字符串轉成List對象

https://www.jianshu.com/p/701ae370f959 https://www.cnblogs.com/atomicbomb/p/6677955.html

原创 transparent native-to-ascii設置

https://www.jetbrains.com/help/idea/settings-file-encodings.html官方文檔 建議勾選 https://blog.51cto.com/13604100/2318310

原创 switch接受什麼類型數據

Cannot switch on a value of type long. Only convertible int values, strings or enum variables are permitted 官方的解釋,就是說支

原创 枚舉學習

http://c.biancheng.net/view/1100.html https://blog.csdn.net/hellojoy/article/details/79883671