20230116 evening

This commit is contained in:
weiye.wang 2023-01-16 22:53:15 +08:00
parent e2153253e7
commit d1162fa3a7
4 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [
{
@ -11,7 +11,7 @@
"0"
]
},
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
@ -21,7 +21,7 @@
"\n",
"\"\"\"---设置关键字, 同一field下不同选项为or关系, 同一字典中不同字段间为and关系, 不同字典间为or关系, _not表示列表中的关键字都不含, 同一字典中的数字用来供应同一字段不同的条件之间的and---\"\"\"\n",
"keywords_dict_table = [\n",
" {\"origin\":[r\"2023\"], \"origin2\":[r\"春季\"]}\n",
" {\"tags\":[r\"第[八九]单元\"]}\n",
"]\n",
"\"\"\"---关键字设置完毕---\"\"\"\n",
"# 示例: keywords_dict_table = [\n",

View File

@ -200,7 +200,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.9.15 (main, Nov 24 2022, 14:39:17) [MSC v.1916 64 bit (AMD64)]"
},
"orig_nbformat": 4,
"vscode": {

File diff suppressed because one or more lines are too long

View File

@ -2,16 +2,16 @@
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"开始编译教师版本pdf文件: 临时文件/较难题答案_教师用_20230115.tex\n",
"开始编译教师版本pdf文件: 临时文件/概率统计_教师用_20230116.tex\n",
"0\n",
"开始编译学生版本pdf文件: 临时文件/较难题答案_学生用_20230115.tex\n",
"开始编译学生版本pdf文件: 临时文件/概率统计_学生用_20230116.tex\n",
"0\n"
]
}
@ -26,14 +26,14 @@
"\"\"\"---设置题目列表---\"\"\"\n",
"#留空为编译全题库, a为读取临时文件中的题号筛选.txt文件生成题库\n",
"problems = r\"\"\"\n",
"000074,000159,000335,001117,001330,001331,001538,001954,002391,002753,002792,002831,002851,002959,002968,002975,003013,003093,003100,003107,003172,003176,003182,003216,003533,003542,004091,005123,005592,005678,007991,008863,009195,009446,009522,009686,010192,010197,010796,010868,011998,012065,012086,012090,012107,030075,030100,030102,030144,030146,030275,030402,030408,030473,,,\n",
"a\n",
"\n",
"\"\"\"\n",
"\"\"\"---设置题目列表结束---\"\"\"\n",
"\n",
"\"\"\"---设置文件名---\"\"\"\n",
"#目录和文件的分隔务必用/\n",
"filename = \"临时文件/较难题答案\"\n",
"filename = \"临时文件/概率统计\"\n",
"\"\"\"---设置文件名结束---\"\"\"\n",
"\n",
"\n",