摘要:
-source 1.5 中不支持静态接口方法调用 (请使用 -source 8 或更高版本以启用静态接口方法调用) File -> Project Structure File -> Settings -> Build -> Compiler -> Java Compiler 阅读全文
posted @ 2022-12-06 18:02
VipSoft
阅读(248)
评论(0)
推荐(0)
摘要:
MyBatis 在插入 Oralce 时报:ORA-01465: 无效的十六进制数字 解决方法: # 插入或更新时 String -> BLOB字段:RAWTOHEX(#{字段名}) String -> DATE:to_date(#{字段名},'yyyy-mm-dd hh24:mi:ss') # 查 阅读全文
posted @ 2022-12-06 14:01
VipSoft
阅读(619)
评论(0)
推荐(0)
摘要:
可以使用 JMeter 辅助测试 https://blog.csdn.net/weixin_45014379/article/details/124190381 @RestController @RequestMapping({"/Test"}) public class test { Logger 阅读全文
posted @ 2022-12-06 11:20
VipSoft
阅读(1402)
评论(0)
推荐(0)
摘要:
监控指标 集群监控 节点资源利用率 节点数 运行Pods Pod 监控 容器指标 应用程序 Prometheus 开源的 监控、报警、数据库 以HTTP协议周期性抓取被监控组件状态 不需要复杂的集成过程,使用http接口接入就可以了 Grafana 开源的数据分析和可视化工具 支持多种数据源 Yam 阅读全文
posted @ 2022-12-06 09:15
VipSoft
阅读(484)
评论(0)
推荐(0)
浙公网安备 33010602011771号