2018年7月13日
摘要: package com.yujie.util; import javax.imageio.ImageIO;import java.awt.*;import java.awt.image.BufferedImage;import java.io.FileOutputStream;import java 阅读全文
posted @ 2018-07-13 13:54 dupengfei 阅读(1527) 评论(0) 推荐(0) 编辑
  2018年7月9日
摘要: //不建议使用Map保存这些,使用实体bean更好 package com.rxlamo.zhidao; import java.util.*; public class Main { public static void main(String[] args) { List<Map<String, 阅读全文
posted @ 2018-07-09 11:58 dupengfei 阅读(3092) 评论(0) 推荐(0) 编辑
  2018年7月5日
摘要: 1.在线下载JDK 命令: wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/ 阅读全文
posted @ 2018-07-05 16:41 dupengfei 阅读(146) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-07-05 16:39 dupengfei 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 安装依赖 yum install gcc yum install gcc yum install pcre-devel yum install pcre-devel yum install zlib zlib-devel yum install zlib zlib-devel yum install 阅读全文
posted @ 2018-07-05 16:38 dupengfei 阅读(156) 评论(0) 推荐(0) 编辑