摘要: 1 AWT Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize(); double width = screenSize.getWidth(); double height = screenSize.getHeight() 阅读全文
posted @ 2020-05-31 11:57 氷泠 阅读(1086) 评论(0) 推荐(0) 编辑
摘要: 1 问题描述 使用OkHttp时报错: Caused by: java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics at okhttp3@4.7.2/okhttp3.FormBody$Builder.add(FormBody.k 阅读全文
posted @ 2020-05-31 11:52 氷泠 阅读(1504) 评论(0) 推荐(0) 编辑
摘要: 1 问题描述 在Spring Boot中使用jasypt-spring-boot进行加密,但是提示: Description: Failed to bind properties under 'spring.datasource.password' to java.lang.String: Reas 阅读全文
posted @ 2020-05-31 02:00 氷泠 阅读(1974) 评论(0) 推荐(0) 编辑