摘要: JPA is just like a helper class for providing data for Controller, has method like 'findOne', 'findAll', 'saveAndFlush', 'delete'. in repository/Shipw 阅读全文
posted @ 2019-01-16 20:53 Zhentiw 阅读(413) 评论(0) 推荐(0) 编辑
摘要: Just like the State ADT an Array is also an Applicative Functor. That means we can do the same tricks with liftA2 with Array that we have been doing w 阅读全文
posted @ 2019-01-16 16:30 Zhentiw 阅读(704) 评论(0) 推荐(0) 编辑
摘要: Custom elements are fun technology. In this video, you will learn how to set one up and running in less than 2 minutes. You'll learn how to create a C 阅读全文
posted @ 2019-01-16 15:54 Zhentiw 阅读(169) 评论(0) 推荐(0) 编辑
摘要: In JavaScript, we often end up composing one object out of several other objects. Luckily there's a convenient spread operator which allows us to spre 阅读全文
posted @ 2019-01-16 15:45 Zhentiw 阅读(149) 评论(0) 推荐(0) 编辑