摘要: // 获取当前类名 String clazz = Thread.currentThread().getStackTrace()[1].getClassName(); // 获得当前方法名 String method = Thread.currentThread().getStackTrace()[1 阅读全文
posted @ 2022-09-10 10:28 黄河大道东 阅读(25) 评论(0) 推荐(0)
摘要: 使用Dockerfile文件构建镜像时安装 参考文章:https://zhuanlan.zhihu.com/p/708551554 apt-get更换为阿里云源 https://developer.aliyun.com/mirror/debian 1、【sources.list】 deb https 阅读全文
posted @ 2022-09-10 10:20 黄河大道东 阅读(36) 评论(0) 推荐(0)