|
@@ -24,7 +24,7 @@ import com.alibaba.fastjson.JSONObject;
|
|
|
public class MyConsumer extends Consumer<String> {
|
|
|
private static String[] sucStr = new String[] { "对", "正确", "√", "是", "True" };
|
|
|
private static String[] errStr = new String[] { "错", "错误", "×", "不正确", "否", "False" };
|
|
|
- private static String paperSuff = "(230914)";
|
|
|
+ private static String paperSuff = "(231205)";
|
|
|
private int maxqc = 200;
|
|
|
|
|
|
private static String paperDir = "d:/yunkai/paper/";
|
|
@@ -39,7 +39,7 @@ public class MyConsumer extends Consumer<String> {
|
|
|
try {
|
|
|
Class.forName("com.mysql.cj.jdbc.Driver");
|
|
|
|
|
|
- String url = "jdbc:mysql://localhost:3306/yunkai_question2?serverTimezone=GMT%2B8";
|
|
|
+ String url = "jdbc:mysql://localhost:3306/yunkai_question3?serverTimezone=GMT%2B8";
|
|
|
|
|
|
String user = "root";
|
|
|
|