2017年4月11日

jenkins api 使用

摘要: 1. java <dependency> <groupId>com.offbytwo.jenkins</groupId> <artifactId>jenkins-client</artifactId> <version>0.3.7</version> </dependency> <dependenc 阅读全文

posted @ 2017-04-11 09:15 荣锋亮 阅读(693) 评论(0) 推荐(0) 编辑

Thumbnailator 图像处理

摘要: Create a thumbnail from an image file Thumbnails.of(new File("original.jpg")) .size(160, 160) .toFile(new File("thumbnail.jpg")); In this example, the 阅读全文

posted @ 2017-04-11 08:53 荣锋亮 阅读(741) 评论(0) 推荐(0) 编辑

导航