上一页 1 ··· 196 197 198 199 200 201 202 203 204 ··· 785 下一页
摘要: 在微信浏览器中浏览页面时,在当前页面中当我们将页面往下滚动到某一个位置时,可能我们就会点击某个链接而页面跳转到了另外一个页面,而当我们又返回到上一个页面时我们会发现那个页面还停留在我们之前浏览的位置,很方便我们接着往下浏览页面上其他的信息,这种效果大大提升了用户的体验度,提升了网站的逼格。今天,我就 阅读全文
posted @ 2017-02-08 12:00 沧海一滴 阅读(1079) 评论(0) 推荐(0)
摘要: In the previous post you could read about separate Spring Boot builds for a local development machine and public environments. It’s highly possible th 阅读全文
posted @ 2017-02-07 20:18 沧海一滴 阅读(2368) 评论(0) 推荐(0)
摘要: 伴随着微服务架构被宣传得如火如荼,一些概念也被推到了我们面前(管你接受不接受),其实大多数概念以前就有,但很少被提的这么频繁(现在好像不提及都不好意思交流了)。想起有人总结的一句话,微服务架构的特点就是:“一解释就懂,一问就不知,一讨论就吵架”。其实对老外的总结能力一直特别崇拜,Kevin Kell 阅读全文
posted @ 2017-01-24 11:19 沧海一滴 阅读(36152) 评论(0) 推荐(7)
摘要: Guys, I got the following properties to work, kind of. The following creates 2 pools. One connection, in the first pool, and then 20 in the second. ht 阅读全文
posted @ 2017-01-23 14:31 沧海一滴 阅读(5408) 评论(0) 推荐(0)
摘要: 使用@Query可以在自定义的查询方法上使用@Query来指定该方法要执行的查询语句,比如:@Query("select o from UserModel o where o.uuid=?1")public List<UserModel> findByUuidOrAge(int uuid);注意:1 阅读全文
posted @ 2017-01-22 15:08 沧海一滴 阅读(3593) 评论(0) 推荐(0)
上一页 1 ··· 196 197 198 199 200 201 202 203 204 ··· 785 下一页