diff --git a/工具/修改题目数据库.py b/工具/修改题目数据库.py index 10ec1e4c..52b6c81c 100644 --- a/工具/修改题目数据库.py +++ b/工具/修改题目数据库.py @@ -1,6 +1,6 @@ import os,re,json """这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块""" -problems = "12548" +problems = "593" def generate_number_set(string,dict): string = re.sub(r"[\n\s]","",string) diff --git a/工具/关键字筛选题号.py b/工具/关键字筛选题号.py index cbc9cab1..e45e4700 100644 --- a/工具/关键字筛选题号.py +++ b/工具/关键字筛选题号.py @@ -2,7 +2,7 @@ import os,re,json """---设置关键字, 同一field下不同选项为or关系, 同一字典中不同字段间为and关系, 不同字典间为or关系, _not表示列表中的关键字都不含, 同一字典中的数字用来供应同一字段不同的条件之间的and---""" keywords_dict_table = [ - {"tags":[r"第九"]} + {"origin":[r"统考"]} ] """---关键字设置完毕---""" # 示例: keywords_dict_table = [ diff --git a/工具/文本文件/题号筛选.txt b/工具/文本文件/题号筛选.txt index 4c935812..0f4e6bc5 100644 --- a/工具/文本文件/题号筛选.txt +++ b/工具/文本文件/题号筛选.txt @@ -1 +1 @@ -000232:000242,000605,000671,000708,000720,000764,002666:002682,003576,003579,003587:003588,003617,003767,003803,003842,003845,003920,003960,004047:004058,004068,004107,004156,004262,004318,004480,004494,004624,004643,004709,004738,004751,009367:009390,009424,009755:009779,009970:009983,010561:010590,010904:010922,011077,011083,011088,011249,011276,011359:011360,011381,011458,011508,011517,011704,011719,012041,012047,012088,012100,012108,012385,012493,012527,012533,012576,012601,012618,012642,012668,012682,012704,012745,012752,012763,013218:013220,013225,013235,013237,013239,013289,013298,013338,013349,013373,013385,013397,013403,013410,013417,013425,013448,013462,013488,013501,013540,013546,013570,013585,013601,013614,013631,013638,013664,013676,013684,014084:014085,014087:014089,014098,014791,014797,014811:014812,014823,014844,015009,015026,015035,015051,015077,015094,015098,015106,015119,015130,015141,015145,015151,015177,015197,015203,015219,015241,021141:021182,030195:030272,030274:030275,030449,030521:030533,030553:030596,031165:031203,031266,031328 \ No newline at end of file +015269:015289 \ No newline at end of file diff --git a/工具/题号选题pdf生成.py b/工具/题号选题pdf生成.py index a9dddd1c..c76a06eb 100644 --- a/工具/题号选题pdf生成.py +++ b/工具/题号选题pdf生成.py @@ -13,14 +13,14 @@ a """---设置文件名---""" #目录和文件的分隔务必用/ -filename = "临时文件/临时" +filename = "临时文件/高一区统考" """---设置文件名结束---""" """---设置是否需要解答题的空格---""" spaceflag = True """---设置空格结束---""" """---设置是否提供学生版的答案---""" -answered = True +answered = False """---设置是否提供答案结束---""" #读取系统日期 diff --git a/题库0.3/Problems.json b/题库0.3/Problems.json index 196b0498..f5d2dd3e 100644 --- a/题库0.3/Problems.json +++ b/题库0.3/Problems.json @@ -17786,7 +17786,7 @@ }, "000593": { "id": "000593", - "content": "若$(x+\\dfrac 1x)^n$的二项展开式中的所有系数之和等于$6561$, 则该展开式中常数项的值为\\blank{50}.", + "content": "若$(2x+\\dfrac 1x)^n$的二项展开式中的所有系数之和等于$6561$, 则该展开式中常数项的值为\\blank{50}.", "objs": [ "KNONE" ],