Xiazixuan642

- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
-
Xiazixuan642 进行了评论, -
Xiazixuan642 创建了一个帖子, 已回答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,... -
-
Xiazixuan642 创建了一个帖子, 已回答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...