26.前後端學習小建議和xml檔案中一些總結

不爱美女爱辣条發表於2024-04-12

首先關於xml檔案中一般用到的東西 很容易忘記寫這個導致在html檔案中無法識別語法

<html lang="en" 
(thymeleaf:)
xmlns:th="http://www.thymeleaf.org"
(shiro和thymeleaf:)
xmlns:shiro="http://www.thymeleaf.org/thymeleaf-extras-shiro"
(springsecurity和thymeleaf:)
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity4"
>

然後是一些學習小方法:
就是看開源專案:
比如前端就特別不錯 人家寫的非常好看 當然特別好的收費也可以
就像之前寫的專案員工管理系統:就套用了別人的模板
後端看人家的業務邏輯 學習模仿
都是從模仿到1的
推薦:
https://open.itc.cn/ github開源專案 中文版的
https://sc.chinaz.com/tag_moban/bootstrap.html bootstrap模板
https://www.bootschool.net/
https://www.bootstrapmb.com/tag/jijian
https://semantic-ui.com/

相關文章