上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页
摘要: 如:db.fly_bill.update({}, {$set: {usableStatus: "0"}}, false, true) 阅读全文
posted @ 2017-06-20 16:02 艺言弈行 阅读(6986) 评论(0) 推荐(0) 编辑
摘要: 如果想要返回多个字段值: 阅读全文
posted @ 2017-06-20 14:48 艺言弈行 阅读(2729) 评论(0) 推荐(0) 编辑
摘要: public class FeildTest { public static void main(String[] args) { //定义list集合 List list = Arrays.asList(new P(1, "哈哈"), new P(2, "嘿嘿"), new P(3, "呵呵")); //从list集合中,取出字段nam... 阅读全文
posted @ 2017-06-14 09:46 艺言弈行 阅读(31965) 评论(2) 推荐(0) 编辑
摘要: Zuul 相当于是设备和 Netflix 流应用的 Web 网站后端所有请求的前门,提供动态路由,监控,弹性,安全等的边缘服务 所有请求都经过网关(API Gateway)zuul,然后转发到各个子服务上去 1.注册中心eureka 启动app,访问http://localhost:8888/ 2. 阅读全文
posted @ 2017-05-31 15:13 艺言弈行 阅读(3083) 评论(0) 推荐(0) 编辑
摘要: <h4>场景</h4> <h4>代码</h4> springboot+springsecurity+mysql(jpa)实现: 1.pom依赖: 1 <!-- security --> 2 <dependency> 3 <groupId>org.springframework.boot</group 阅读全文
posted @ 2017-05-24 16:20 艺言弈行 阅读(416) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页