转:UML 教程 – 第二部分 2021年8月12日 | Leave a comment http://tool.uml.com.cn/ToolsEA/umljc2.asp 那么,如何使… Read More
starUML 中如何添加关联类 2021年8月12日 | Leave a comment 问题: 如何表示 class 员工 、class 公司、class 上班 三者关系(员工在公司上班) &n… Read More
IDEA 一个不错的插件 generateallsetter 2021年8月12日 | Leave a comment 问题: 一键调用一个对象的所有的set方法 解决: generateallsett… Read More
caddy2 log 备忘 2021年8月12日 | Leave a comment 问题: 解决: 在配置中 增加 log 如: [crayon-693409ca451334818… Read More
java9 httpclient PKIX path building failed: sun.security.provider.certpath.SunCertPath 2021年8月9日 | Leave a comment 问题: Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:350) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:293) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:288) 12345 Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:350) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:293) at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:288) 代码 [crayon-… Read More
如何在 spring 项目中使用 json-b 2021年8月6日 | Leave a comment 问题: 如何在 spring 项目中使用 json-b 解决: [crayon-693409ca… Read More
JavaFX Not on FX application thread 2021年8月4日 | Leave a comment 问题: JavaFX Not on FX application thread 解决: [crayon-693… Read More