摘要:
package com.cn.peitest.excel.word; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintSt 阅读全文
摘要:
1、国内访问maven默认远程中央镜像特别慢 2、用阿里的镜像替代远程中央镜像 3、大部分jar包都可以在阿里镜像中找到,部分jar包在阿里镜像中没有,需要单独配置镜像 换为国内镜像,让你感受飞一般的感觉。 更换 找到maven的安装目录 修改maven配置文件settings.xml ,加入以下 阅读全文
摘要:
//实体类 package com.cn.peitest.excel; import java.io.Serializable; /** * 员工基本信息 * * @author pei */ public class EmployeeBasicInformation implements Seri 阅读全文