上一页 1 2 3 4 5 6 7 ··· 72 下一页
摘要: pip install 库包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com pip install -i https://pypi.tuna.tsinghua.edu.cn/simple onnxpip insta 阅读全文
posted @ 2023-06-01 15:13 tonggc1668 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 指定TM内存模型的方式整个TM内存模型可以通过三种方式来指定 通过指定 taskmanager.memory.task.heap.size 和 taskmanager.memory.managed.size来确定 通过指定 taskmanager.memory.flink.size 也就是 Tota 阅读全文
posted @ 2023-04-17 21:47 tonggc1668 阅读(34) 评论(0) 推荐(0) 编辑
摘要: Spring Boot 参考指南(通过HTTP监控和管理)https://segmentfault.com/a/1190000015356985 最佳实践|Spring Boot 应用如何快速接入 Prometheus 监控 https://zhuanlan.zhihu.com/p/48889895 阅读全文
posted @ 2023-02-22 10:25 tonggc1668 阅读(63) 评论(0) 推荐(0) 编辑
摘要: SpringBoot项目使用aop https://blog.csdn.net/qq_39176307/article/details/124714191 Spring-AOP SpringBoot自动配置和启动Spring AOP https://www.bbsmax.com/A/QV5ZX3a6 阅读全文
posted @ 2023-01-29 17:04 tonggc1668 阅读(173) 评论(0) 推荐(0) 编辑
摘要: spring.config.import=classpath:application-default.properties SpringBoot2.4 文件加载机制 浅谈SpringBoot2.4 配置文件加载机制大变化 https://www.qb5200.com/article/233799.h 阅读全文
posted @ 2023-01-29 13:58 tonggc1668 阅读(1033) 评论(0) 推荐(1) 编辑
摘要: use compiler 默认javac 改为groovy-eclipse <plugin> <artifactId>maven-compiler-plugin</artifactId> <!-- 2.8.0-01 and later require maven-compiler-plugin 3. 阅读全文
posted @ 2023-01-29 10:35 tonggc1668 阅读(170) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lyluoye/p/16602668.html https://www.freesion.com/article/76161512981/ <dependency> <groupId>org.springframework.boot</groupId> 阅读全文
posted @ 2023-01-29 09:48 tonggc1668 阅读(19) 评论(0) 推荐(0) 编辑
摘要: # 不可关闭命令行,关闭即停止程序,或使用 ctrl + c 命令停止程序java -Dfile.encoding=utf-8 -jar -Dserver.port=8080 D:/Downloads/zfile-release.jar 阅读全文
posted @ 2023-01-28 18:10 tonggc1668 阅读(105) 评论(0) 推荐(0) 编辑
摘要: Linux 日志管理journald和rsyslog https://blog.csdn.net/weixin_42688499/article/details/124227031 设置日志的保存方式 在Centos7以后,因为引导方式改为了system.d,所以有两个日志系统同时在工作,默认的是r 阅读全文
posted @ 2023-01-01 13:03 tonggc1668 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 报Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-develyum install -y elfutils-libelf-devel报make[1]: * 阅读全文
posted @ 2022-12-16 11:26 tonggc1668 阅读(415) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 72 下一页