摘要:
package com.cn.peitest.connectDatabase; import java.io.File; import java.lang.reflect.Field; import java.sql.Connection; import java.sql.DriverManager 阅读全文
摘要:
package com.cn.peitest.connectDatabase; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLExcep 阅读全文
摘要:
package com.cn.peitest.excel; import java.io.File; import java.lang.reflect.Field; import java.util.ArrayList; import java.util.List; import jxl.Workb 阅读全文
摘要:
package com.cn.peitest.excel; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStre 阅读全文
摘要:
package com.cn.peitest.excel.word; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.text.SimpleDateFo 阅读全文
摘要:
package com.cn.peitest.excel; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.PrintStream; i 阅读全文
摘要:
package com.cn.peitest.excel; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; i 阅读全文
摘要:
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 阅读全文