上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 232 下一页
摘要: 目录 添加依赖与配置 Actuator监控项 Actuator监控管理 打开或关闭 端口与地址 Actuator是Springboot提供的用来对应用系统进行自省和监控的功能模块,借助于Actuator开发者可以很方便地对应用系统某些监控指标进行查看、统计等。本文将通过示例来对如何在Springbo 阅读全文
posted @ 2022-01-06 13:52 牧之丨 阅读(527) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/35079930/consul-health-check-pass-by-spring-security-filter By default consul from spring-cloud-starter-consul-dis 阅读全文
posted @ 2022-01-06 00:05 牧之丨 阅读(85) 评论(0) 推荐(0)
摘要: Spring Boot Actuator可以帮助你监控和管理Spring Boot应用,比如健康检查、审计、统计和HTTP追踪等。所有的这些特性可以通过JMX或者HTTP endpoints来获得。 Actuator同时还可以与外部应用监控系统整合,比如 Prometheus, Graphite, 阅读全文
posted @ 2022-01-06 00:02 牧之丨 阅读(426) 评论(0) 推荐(0)
摘要: load data local infile '/tmp/partner_10W_100X.csv' into table multi_pir_data fields terminated by ',' escaped by '"' lines terminated by '\n' IGNORE 1 阅读全文
posted @ 2021-12-24 00:40 牧之丨 阅读(3246) 评论(0) 推荐(0)
摘要: https://www.freebuf.com/vuls/316143.html 前言 最近Log4j2的JNDI注入漏洞(CVE-2021-44228)可以称之为“核弹”级别。Log4j2作为类似JDK级别的基础类库,几乎没人能够幸免。极盾科技技术总监对该漏洞进行复现和分析其形成原理。在此分享。 阅读全文
posted @ 2021-12-23 15:10 牧之丨 阅读(1143) 评论(0) 推荐(0)
摘要: 1.目前我所使用的kylin版本为2.6.2,有时在完成一次构建后会出现fail to locate kylin.properties的异常,如图所示 经排查,定位到kylin源码中的 org.apache.kylin.engine.mr.common.AbstractHadoopJob中的load 阅读全文
posted @ 2021-12-19 00:09 牧之丨 阅读(845) 评论(0) 推荐(0)
摘要: MetaException(message:java.lang.UnsupportedOperationException: Storage schema reading not supported) 2021/12/18 下午11:49:12 2021/12/18 下午11:49:12org.ap 阅读全文
posted @ 2021-12-18 23:53 牧之丨 阅读(1960) 评论(1) 推荐(0)
摘要: 1、将txt文本文件放置hdfs目录下 2、登录hive并进入到指定数据库 3、创建表 create external table if not exists fun_user_external ( tid INT, userid STRING, pwd STRING, create_time BI 阅读全文
posted @ 2021-12-18 19:13 牧之丨 阅读(1062) 评论(0) 推荐(0)
摘要: mysql中You can't specify target table for update in FROM clause错误的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。 例如下面这个sql: 复制代码代码如下: delete from tbl wher 阅读全文
posted @ 2021-12-16 18:02 牧之丨 阅读(109) 评论(0) 推荐(0)
摘要: 第一种在Dao接口中自定义SQL查询,拼接xml字符串 UserDaoMapper.java @Select("<script>" +"select * from user where id in" + "<foreach item='id' index='index' collection='id 阅读全文
posted @ 2021-12-15 19:47 牧之丨 阅读(1339) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 232 下一页