上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: @Configuration @EnableWebSecurity @EnableGlobalMethodSecurity(prePostEnabled = true, securedEnabled = true) public class CorsSecurityConfig extends We 阅读全文
posted @ 2024-10-31 14:00 清明雨下 阅读(30) 评论(0) 推荐(0)
摘要: 情况一、查看deploy 查看资源 kubectl edit deploy xx -nxxxx 修改cpu和mem 查看 使用cpu最高的pod kubectl top pods -nxxxx 查看集群中所有节点的 CPU 和内存使用情况: kubectl top nodes 查看指定节点的 CPU 阅读全文
posted @ 2024-05-21 17:24 清明雨下 阅读(44) 评论(0) 推荐(0)
摘要: NoClassDefFoundError: Could not initialize class org.xerial.snappy.Snappy v.1.1.9.1 阅读全文
posted @ 2024-04-30 16:23 清明雨下 阅读(65) 评论(0) 推荐(0)
摘要: ApplicationRunner和commandlineRunner run方法 要try,否则抛出异常可能导致ApplicationContext close 阅读全文
posted @ 2024-04-23 16:11 清明雨下 阅读(47) 评论(0) 推荐(0)
摘要: https://mvnrepository.com/artifact/ 阅读全文
posted @ 2024-03-01 16:30 清明雨下 阅读(441) 评论(0) 推荐(0)
摘要: public boolean writeMetrics(String metricFamily, String help, List<VictoriaMetric> victoriaMetricList) { try { if(metricFamily == null || help == null 阅读全文
posted @ 2024-03-01 10:41 清明雨下 阅读(89) 评论(0) 推荐(0)
摘要: // Generated by the protocol buffer compiler. DO NOT EDIT!// source: types.proto public final class Types { private Types() {} public static void regi 阅读全文
posted @ 2024-03-01 10:38 清明雨下 阅读(58) 评论(0) 推荐(0)
摘要: // Generated by the protocol buffer compiler. DO NOT EDIT!// source: remote.proto public final class Remote { private Remote() {} public static void r 阅读全文
posted @ 2024-03-01 10:35 清明雨下 阅读(40) 评论(0) 推荐(0)
摘要: public final class GoGoProtos { private GoGoProtos() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) 阅读全文
posted @ 2024-03-01 10:34 清明雨下 阅读(49) 评论(0) 推荐(0)
摘要: @ComponentScan({"com.xia.blog.client"}) //被扫描的包 可以有注解@Service @Dao 等@EnableFeignClients({"com.xia.blog.client"})public class MyConfiguration {} 在resou 阅读全文
posted @ 2024-02-26 10:29 清明雨下 阅读(40) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 10 下一页