雪洗中关村

导航

2018年6月5日 #

界面 <---> action交互

摘要: return "/goods/goodsListPage"; //跳转到page return redirect("/goodsAction/findByType"); //跳转到action中的方法 阅读全文

posted @ 2018-06-05 19:41 雪洗中关村 阅读(141) 评论(0) 推荐(0)

java8 array、list操作 汇【3】)(-Java8新特性之 收集器Collectors 详解

摘要: public class BaseTest { /* 转载:https://blog.csdn.net/u013291394/article/details/52662761 git: https://github.com/shekhargulati/java8-the-missing-tutori 阅读全文

posted @ 2018-06-05 17:10 雪洗中关村 阅读(356) 评论(0) 推荐(0)

java8 array、list操作 汇【2】)- (Function,Consumer,Predicate,Supplier)应用

摘要: static class UserT { String name; public UserT(String zm) { this.name=zm; } public String getName() { return name; } pub... 阅读全文

posted @ 2018-06-05 17:09 雪洗中关村 阅读(602) 评论(0) 推荐(0)

java8 array、list操作 汇【1】),以及(Function,Consumer,Predicate,Supplier)解析

摘要: public static void main(String[] args){ System.out.println("0、集合、数组操作:"); // 使用lambda表达式 (每个订单加上12%的税) List costBeforeTax = Arrays.asList(100, 200, 300, 400, 500); //集... 阅读全文

posted @ 2018-06-05 13:10 雪洗中关村 阅读(235) 评论(0) 推荐(0)

Java8 (Function,Consumer,Predicate,Supplier)详解

摘要: 1. https://blog.csdn.net/lzm18064126848/article/details/70199769 1.1 https://blog.csdn.net/turbo_zone/article/details/52557191?locationNum=2&fps=1 Jav 阅读全文

posted @ 2018-06-05 11:11 雪洗中关村 阅读(253) 评论(0) 推荐(0)

Elasticsearch

摘要: https://blog.csdn.net/xiaohulunb/article/details/37877435 :elasticsearch__4__java操作之QueryBuilders构建搜索Query 阅读全文

posted @ 2018-06-05 10:56 雪洗中关村 阅读(100) 评论(0) 推荐(0)

参数接收

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2018-06-05 10:19 雪洗中关村 阅读(4) 评论(0) 推荐(0)

org.apache.commons.lang3.Validate

摘要: Validates.notBlank(user.getName(), "必须提供name"); 阅读全文

posted @ 2018-06-05 10:08 雪洗中关村 阅读(922) 评论(0) 推荐(0)