Xiazixuan642
- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 How to use SunMSCAPI in the plugin ?
已回答Hello guys, I'm going to use the sun.security.mscapi.SunMSCAPI to get the Windwos' CA-Certs to verify the https connection. Because the jdk9 had move the SunMSCAPI to the jdk.crypto.mscapi module,... -
创建于 how to add new domElement to maven dom?
已回答hello, I'm trying to modify the pom.xml when creating new Project, I manage to get the pom model like this : MavenDomProjectModel model = MavenDomUtil.getMavenDomProjectModel(project, pomFile); but...