首先关于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://gitee.com/explore
https://www.oschina.net/project
https://sc.chinaz.com/tag_moban/bootstrap.html bootstrap模板
https://www.bootschool.net/
https://www.bootstrapmb.com/tag/jijian
https://semantic-ui.com/

posted on 2024-04-12 09:52  蒸饺  阅读(12)  评论(0)    收藏  举报