- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 Thymeleaf学习系列
**Thymeleaf学习三**4.Standard Expression Syntax我们将学习Thymeleaf Standard Dialect中最重要的部分:Thymeleaf Standard Expression syntax我们已经见过两种合法的属性值以下面的语法表示:message和变量表达式<p th:utext="#{home.welcome}">Wel...
2018-12-10 18:09:06
238
原创 Thymeleaf学习系列
Thymeleaf学习二3.Using Texts3.1 A multi-language welcome我们的第一个任务是创建我们的商店主页。第一版极其简单,下面是我们的/WEB-INF/templates/home.html 文件:<!DOCTYPE html><html xmlns:th="http://www.thymeleaf.org"> &l...
2018-12-10 14:30:11
752
原创 Thymeleaf学习系列
Thymeleaf学习一1.一个网上商店的demo为我们的应用需要一些简单的model实体集合:Products(商品),通过创建Order(订单)出售给Customers(客户)。我们还会管理关于Products(商品)的Comments(评价)我们的应用将会有一个很简单的服务层,由Service对象构成,包含如下方法public class ProductService { ...
2018-12-10 13:22:58
794
BP算法的java实现
2017-12-30
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人