上一页 1 2 3 4 5 6 7 8 ··· 70 下一页
摘要: private static final String NETMASK = "(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)"; private static final Pattern IP_PATTERN = Pattern.compile("^(?:" + N 阅读全文
posted @ 2024-09-06 20:40 yvioo 阅读(255) 评论(0) 推荐(0)
摘要: IDEA启动SpringBoot项目报错 Error running 'XXXApplication' Error running XXXXApplication. Command line is too long. Shorten the command line via JAR manifest 阅读全文
posted @ 2024-08-29 20:23 yvioo 阅读(176) 评论(0) 推荐(0)
摘要: failed to solve with frontend dockerfile.v0: failed to create LLB definition: unexpected status code [manifests 7]: 403 Forbidden 修改配置 改为false 阅读全文
posted @ 2024-08-28 10:52 yvioo 阅读(642) 评论(0) 推荐(0)
摘要: 命令都是到kafka的bin目录底下 如果没有的话 就去官网下载一个包 地址:https://kafka.apache.org/downloads 消费含有账号密码的kafka 没有账号密码的话 就不需要后面那个配置文件了 ./kafka-console-consumer.sh --bootstra 阅读全文
posted @ 2024-08-26 10:00 yvioo 阅读(13) 评论(0) 推荐(0)
摘要: public static ThreadPoolExecutor executor=new ThreadPoolExecutor(5,5,5L, TimeUnit.SECONDS,new LinkedBlockingQueue<>(1000),new ThreadPoolExecutor.Calle 阅读全文
posted @ 2024-08-21 14:17 yvioo 阅读(32) 评论(0) 推荐(0)
摘要: 随便打开项目一个路径 然后右上角会提示 点击信任即可 阅读全文
posted @ 2024-08-12 20:58 yvioo 阅读(1113) 评论(0) 推荐(0)
摘要: Caused by: java.lang.NoSuchFieldError: REFLECTION at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.<init>(RuntimeModelBuilder.java:93) at com.sun 阅读全文
posted @ 2024-08-09 16:40 yvioo 阅读(251) 评论(0) 推荐(0)
摘要: public static String convert(SearchRequest request){ JacksonJsonpMapper mapper=new JacksonJsonpMapper(); ByteArrayOutputStream baos = new ByteArrayOut 阅读全文
posted @ 2024-07-30 20:04 yvioo 阅读(83) 评论(0) 推荐(0)
摘要: 设置密码 重置密码报错: ERROR: Failed to reset password for the [elastic] user 修改配置文件 /config/elasticsearch.yml 修改或添加 network.host: 0.0.0.0 上面这个配置表示允许其他机器访问 disc 阅读全文
posted @ 2024-07-26 09:41 yvioo 阅读(4479) 评论(0) 推荐(0)
摘要: 在服务器执行下 fc-list :lang=zh 如果为空 说明没有中文字体 ,所以中文没法渲染,这样的话 只能在项目里面自己引入字体 伪代码如下 //加载外部字体文件 Font font = null; try { InputStream awardFontFile = Thread.curren 阅读全文
posted @ 2024-07-24 09:40 yvioo 阅读(338) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 70 下一页