2019年1月8日

pdf转图片、提取pdf文本、提取pdf图片

摘要: /** * 使用pdfbox提取pdf文档的文字和图片内容 * pdfbox官网:https://pdfbox.apache.org/ * maven依赖如下: * <dependency> * <groupId>org.apache.pdfbox</groupId> * <artifactId>f 阅读全文

posted @ 2019-01-08 16:06 UnmatchedSelf 阅读(2043) 评论(0) 推荐(0) 编辑

java根据年月日判断周几

摘要: java根据年月日判断周几,下面提供四中方法需要的可以参考下. 方法一: public static String dateToWeek(String datetime) throws java.text.ParseException { SimpleDateFormat f = new Simpl 阅读全文

posted @ 2019-01-08 11:16 UnmatchedSelf 阅读(8957) 评论(0) 推荐(0) 编辑

导航