- 博客(7)
- 资源 (2)
- 收藏
- 关注
转载 The Hystrix timeout of 80000ms for the command *** is set lower than the combination of the Ribbon r
解决警告问题:The Hystrix timeout of 80000ms for the command *** is set lower than the combination of the Ribbon read and connect timeout, 120000ms…问题描述:“message”:“The Hystrix timeout of 30000ms for the command macms is set lower than the combination of the Rib
2021-11-15 14:32:37
1604
原创 切面获取请求及返回数据
@Aspect@Componentpublic class ConsoleLogAspect { /** * 设置切面点(切面地址根据自己的项目填写) */ @Pointcut(value = "(execution(* com.jx.smart.edu..controller.*.*(..)))") public void webLog() { } /** * 指定切点前的处理方法 * * @param j.
2020-06-28 08:53:43
4539
原创 npm install 超时报错
查看npm源地址npm config get registry#http://registry.npmjs.org 为国外镜像地址设置阿里云镜像npm config set registry http://registry.npm.taobao.org#如果不能解决npm install -g cnpm --registry=https://registry.npm.tao...
2020-02-14 14:47:32
817
原创 MySQL数据库开发的 36 条军规!
一、核心军规 尽量不在数据库做运算 控制单表数据量 纯INT不超过10M条,含Char不超过5M条 保持表身段苗条 平衡范式和冗余 拒绝大SQL,复杂事务,大批量任务 二、字段类军规 用好数值字段,尽量简化字段位数 把字符转化为数字 优先使用Enum或Set 避免使用Null字段 少用并拆封Text/B...
2020-02-12 18:17:39
426
2
转载 日常笔记-day1
Jenkins的安装配置Jenkins是一个开源软件项目,旨在提供一个开放易用的软件平台,使软件的持续集成变成可能Jenkins是基于Java开发的一种持续集成工具,用于监控持续重复的工作,功能包括:1、持续的软件版本发布/测试项目。2、监控外部调用执行的工作。首先保证系统中已经安装了jdk官网下载地址:http://mirrors.jenkins.io/war-stabl...
2018-12-29 10:35:55
98
原创 ElasticSearch的高级复杂查询:非聚合查询和聚合查询
1.非聚合复杂查询(展示了非聚合复杂查询的常用流程)public List<EsBlog> elasticSerchTest() { //1.创建QueryBuilder(即设置查询条件)这儿创建的是组合查询(也叫多条件查询),后面会介绍更多的查询方法 /*组合查询BoolQueryBuilder * must(QueryBuilders) :AND ...
2018-12-12 11:41:04
2312
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人