main
tamguo 7 years ago
parent 143b3340bc
commit 3065d2ee6d

@ -34,13 +34,13 @@ public class PaperCrawler {
// 140000 山西 | 350000 福建 | 340000 安徽 | 220000 吉林 | 150000 内蒙古 | 640000 宁夏 | 650000 新疆 | 广西 450000 | 210000 辽宁 // 140000 山西 | 350000 福建 | 340000 安徽 | 220000 吉林 | 150000 内蒙古 | 640000 宁夏 | 650000 新疆 | 广西 450000 | 210000 辽宁
// 230000 黑龙江 | 610000 陕西 | 360000 江西 | 440000 广东 | 430000 湖南 | 460000 海南 | 530000 云南 | 510000 四川 | 630000 青海 // 230000 黑龙江 | 610000 陕西 | 360000 江西 | 440000 广东 | 430000 湖南 | 460000 海南 | 530000 云南 | 510000 四川 | 630000 青海
// 620000 甘肃 | 130000 河北 | 540000 西藏 | 贵州 520000 // 620000 甘肃 | 130000 河北 | 540000 西藏 | 贵州 520000
private final String AREA_ID = "310000"; private final String AREA_ID = "120000";
// 年份 // 年份
private final String YEAR = "2016"; private final String YEAR = "2016";
// 真题试卷 类型(1:真题试卷,2:模拟试卷,3:押题预测,4:名校精品) // 真题试卷 类型(1:真题试卷,2:模拟试卷,3:押题预测,4:名校精品)
private final String PAPER_TYPE = "4"; private final String PAPER_TYPE = "2";
// 开始采集的URL // 开始采集的URL
private final String START_URL = "https://tiku.baidu.com/tikupc/paperlist/1bfd700abb68a98271fefa04-20-7-2016-93-1-download"; private final String START_URL = "https://tiku.baidu.com/tikupc/paperlist/1bfd700abb68a98271fefa04-20-4-2016-211-1-download";
private RunData runData; private RunData runData;

@ -11,7 +11,7 @@ import com.tamguo.config.dao.SuperEntity;
* The persistent class for the tiku_ad database table. * The persistent class for the tiku_ad database table.
* *
*/ */
@TableName(value="tiku_member") @TableName(value="t_member")
public class MemberEntity extends SuperEntity<MemberEntity> implements Serializable { public class MemberEntity extends SuperEntity<MemberEntity> implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;

@ -12,7 +12,7 @@ import com.tamguo.modules.sys.model.enums.TeacherStatus;
* The persistent class for the tiku_teacher database table. * The persistent class for the tiku_teacher database table.
* *
*/ */
@TableName(value="tiku_teacher") @TableName(value="t_teacher")
public class TeacherEntity extends SuperEntity<TeacherEntity> implements Serializable { public class TeacherEntity extends SuperEntity<TeacherEntity> implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;

@ -8,7 +8,7 @@ import com.baomidou.mybatisplus.annotations.TableName;
import com.tamguo.config.dao.SuperEntity; import com.tamguo.config.dao.SuperEntity;
/** /**
* The persistent class for the tiku_ad database table. * The persistent class for the t_ad database table.
* *
*/ */
@TableName(value="t_ad") @TableName(value="t_ad")

@ -13,7 +13,7 @@ import java.util.List;
/** /**
* The persistent class for the tiku_chapter database table. * The persistent class for the t_chapter database table.
* *
*/ */
@TableName(value="t_chapter") @TableName(value="t_chapter")

@ -9,7 +9,7 @@ import java.util.List;
/** /**
* The persistent class for the tiku_subject database table. * The persistent class for the t_subject database table.
* *
*/ */
@TableName(value="t_menu") @TableName(value="t_menu")

@ -10,7 +10,7 @@ import com.tamguo.config.dao.SuperEntity;
/** /**
* The persistent class for the tiku_chapter database table. * The persistent class for the t_chapter database table.
* *
*/ */
@TableName(value="t_paper") @TableName(value="t_paper")

@ -6,7 +6,7 @@ import com.baomidou.mybatisplus.annotations.TableName;
import com.tamguo.config.dao.SuperEntity; import com.tamguo.config.dao.SuperEntity;
/** /**
* The persistent class for the tiku_question database table. * The persistent class for the t_question database table.
* *
*/ */
@TableName(value="t_question") @TableName(value="t_question")

@ -9,7 +9,7 @@ import com.tamguo.config.dao.SuperEntity;
/** /**
* The persistent class for the tiku_chapter database table. * The persistent class for the t_chapter database table.
* *
*/ */
@TableName(value="t_school") @TableName(value="t_school")

Loading…
Cancel
Save