20221209 night
This commit is contained in:
parent
89e3b2ab29
commit
728dc0a070
|
|
@ -2,7 +2,7 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 1,
|
"execution_count": 3,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"0"
|
"0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"execution_count": 1,
|
"execution_count": 3,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"output_type": "execute_result"
|
"output_type": "execute_result"
|
||||||
}
|
}
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"source": [
|
"source": [
|
||||||
"import os,re,json\n",
|
"import os,re,json\n",
|
||||||
"\"\"\"这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块\"\"\"\n",
|
"\"\"\"这里编辑题号(列表)后将在vscode中打开窗口, 编辑后保存关闭, 随后运行第二个代码块\"\"\"\n",
|
||||||
"problems = \"12135\"\n",
|
"problems = \"12227\"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"def generate_number_set(string,dict):\n",
|
"def generate_number_set(string,dict):\n",
|
||||||
" string = re.sub(r\"[\\n\\s]\",\"\",string)\n",
|
" string = re.sub(r\"[\\n\\s]\",\"\",string)\n",
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Python 3.9.13 ('base')",
|
"display_name": "Python 3.8.8 ('base')",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python3"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
|
|
@ -89,12 +89,12 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.9.13"
|
"version": "3.8.8"
|
||||||
},
|
},
|
||||||
"orig_nbformat": 4,
|
"orig_nbformat": 4,
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"interpreter": {
|
"interpreter": {
|
||||||
"hash": "ad2bdc8ecc057115af97d19610ffacc2b4e99fae6737bb82f5d7fb13d2f2c186"
|
"hash": "d311ffef239beb3b8f3764271728f3972d7b090c974f8e972fcdeedf230299ac"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,14 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 1,
|
"execution_count": 7,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"首个空闲id: 12138 , 直至 020000\n",
|
"首个空闲id: 12266 , 直至 020000\n",
|
||||||
"首个空闲id: 20227 , 直至 030000\n",
|
"首个空闲id: 20227 , 直至 030000\n",
|
||||||
"首个空闲id: 30496 , 直至 999999\n"
|
"首个空闲id: 30496 , 直至 999999\n"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -2,20 +2,20 @@
|
||||||
"cells": [
|
"cells": [
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 2,
|
"execution_count": 11,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"#修改起始id,出处,文件名\n",
|
"#修改起始id,出处,文件名\n",
|
||||||
"starting_id = 12138\n",
|
"starting_id = 12266\n",
|
||||||
"origin = \"2011年春季高考\"\n",
|
"origin = \"2022年春季高考\"\n",
|
||||||
"filename = r\"C:\\Users\\weiye\\Documents\\wwy sync\\临时工作区\\自拟题目4.tex\"\n",
|
"filename = r\"C:\\Users\\weiye\\Documents\\wwy sync\\临时工作区\\自拟题目4.tex\"\n",
|
||||||
"editor = \"20221208\\t王伟叶\""
|
"editor = \"20221209\\t王伟叶\""
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 3,
|
"execution_count": 12,
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
|
|
|
||||||
|
|
@ -9,29 +9,132 @@
|
||||||
"name": "stdout",
|
"name": "stdout",
|
||||||
"output_type": "stream",
|
"output_type": "stream",
|
||||||
"text": [
|
"text": [
|
||||||
"012138 填空题\n",
|
"012161 填空题\n",
|
||||||
"012139 填空题\n",
|
"012162 填空题\n",
|
||||||
"012140 填空题\n",
|
"012163 填空题\n",
|
||||||
"012141 填空题\n",
|
"012164 填空题\n",
|
||||||
"012142 填空题\n",
|
"012165 填空题\n",
|
||||||
"012143 填空题\n",
|
"012166 填空题\n",
|
||||||
"012144 填空题\n",
|
"012167 填空题\n",
|
||||||
"012145 填空题\n",
|
"012168 填空题\n",
|
||||||
"012146 填空题\n",
|
"012169 填空题\n",
|
||||||
"012147 填空题\n",
|
"012170 填空题\n",
|
||||||
"012148 填空题\n",
|
"012171 填空题\n",
|
||||||
"012149 填空题\n",
|
"012172 填空题\n",
|
||||||
"012150 填空题\n",
|
"012173 选择题\n",
|
||||||
"012151 填空题\n",
|
"012174 选择题\n",
|
||||||
"012152 选择题\n",
|
"012175 选择题\n",
|
||||||
"012153 选择题\n",
|
"012176 选择题\n",
|
||||||
"012154 选择题\n",
|
"012177 解答题\n",
|
||||||
"012155 选择题\n",
|
"012178 解答题\n",
|
||||||
"012156 解答题\n",
|
"012179 解答题\n",
|
||||||
"012157 解答题\n",
|
"012180 解答题\n",
|
||||||
"012158 解答题\n",
|
"012181 解答题\n",
|
||||||
"012159 解答题\n",
|
"012182 填空题\n",
|
||||||
"012160 解答题\n"
|
"012183 填空题\n",
|
||||||
|
"012184 填空题\n",
|
||||||
|
"012185 填空题\n",
|
||||||
|
"012186 填空题\n",
|
||||||
|
"012187 填空题\n",
|
||||||
|
"012188 填空题\n",
|
||||||
|
"012189 填空题\n",
|
||||||
|
"012190 填空题\n",
|
||||||
|
"012191 填空题\n",
|
||||||
|
"012192 填空题\n",
|
||||||
|
"012193 填空题\n",
|
||||||
|
"012194 选择题\n",
|
||||||
|
"012195 选择题\n",
|
||||||
|
"012196 选择题\n",
|
||||||
|
"012197 选择题\n",
|
||||||
|
"012198 解答题\n",
|
||||||
|
"012199 解答题\n",
|
||||||
|
"012200 解答题\n",
|
||||||
|
"012201 解答题\n",
|
||||||
|
"012202 解答题\n",
|
||||||
|
"012203 填空题\n",
|
||||||
|
"012204 填空题\n",
|
||||||
|
"012205 填空题\n",
|
||||||
|
"012206 填空题\n",
|
||||||
|
"012207 填空题\n",
|
||||||
|
"012208 填空题\n",
|
||||||
|
"012209 填空题\n",
|
||||||
|
"012210 填空题\n",
|
||||||
|
"012211 填空题\n",
|
||||||
|
"012212 填空题\n",
|
||||||
|
"012213 填空题\n",
|
||||||
|
"012214 填空题\n",
|
||||||
|
"012215 选择题\n",
|
||||||
|
"012216 选择题\n",
|
||||||
|
"012217 选择题\n",
|
||||||
|
"012218 选择题\n",
|
||||||
|
"012219 解答题\n",
|
||||||
|
"012220 解答题\n",
|
||||||
|
"012221 解答题\n",
|
||||||
|
"012222 解答题\n",
|
||||||
|
"012223 解答题\n",
|
||||||
|
"012224 填空题\n",
|
||||||
|
"012225 填空题\n",
|
||||||
|
"012226 填空题\n",
|
||||||
|
"012227 解答题\n",
|
||||||
|
"012228 填空题\n",
|
||||||
|
"012229 填空题\n",
|
||||||
|
"012230 填空题\n",
|
||||||
|
"012231 填空题\n",
|
||||||
|
"012232 填空题\n",
|
||||||
|
"012233 填空题\n",
|
||||||
|
"012234 填空题\n",
|
||||||
|
"012235 填空题\n",
|
||||||
|
"012236 选择题\n",
|
||||||
|
"012237 选择题\n",
|
||||||
|
"012238 选择题\n",
|
||||||
|
"012239 选择题\n",
|
||||||
|
"012240 解答题\n",
|
||||||
|
"012241 解答题\n",
|
||||||
|
"012242 解答题\n",
|
||||||
|
"012243 解答题\n",
|
||||||
|
"012244 解答题\n",
|
||||||
|
"012245 填空题\n",
|
||||||
|
"012246 填空题\n",
|
||||||
|
"012247 填空题\n",
|
||||||
|
"012248 填空题\n",
|
||||||
|
"012249 填空题\n",
|
||||||
|
"012250 填空题\n",
|
||||||
|
"012251 填空题\n",
|
||||||
|
"012252 填空题\n",
|
||||||
|
"012253 填空题\n",
|
||||||
|
"012254 填空题\n",
|
||||||
|
"012255 填空题\n",
|
||||||
|
"012256 填空题\n",
|
||||||
|
"012257 选择题\n",
|
||||||
|
"012258 选择题\n",
|
||||||
|
"012259 选择题\n",
|
||||||
|
"012260 选择题\n",
|
||||||
|
"012261 解答题\n",
|
||||||
|
"012262 解答题\n",
|
||||||
|
"012263 解答题\n",
|
||||||
|
"012264 解答题\n",
|
||||||
|
"012265 解答题\n",
|
||||||
|
"012266 填空题\n",
|
||||||
|
"012267 填空题\n",
|
||||||
|
"012268 填空题\n",
|
||||||
|
"012269 填空题\n",
|
||||||
|
"012270 填空题\n",
|
||||||
|
"012271 填空题\n",
|
||||||
|
"012272 填空题\n",
|
||||||
|
"012273 填空题\n",
|
||||||
|
"012274 填空题\n",
|
||||||
|
"012275 填空题\n",
|
||||||
|
"012276 填空题\n",
|
||||||
|
"012277 填空题\n",
|
||||||
|
"012278 选择题\n",
|
||||||
|
"012279 选择题\n",
|
||||||
|
"012280 选择题\n",
|
||||||
|
"012281 选择题\n",
|
||||||
|
"012282 解答题\n",
|
||||||
|
"012283 解答题\n",
|
||||||
|
"012284 解答题\n",
|
||||||
|
"012285 解答题\n",
|
||||||
|
"012286 解答题\n"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -486,7 +486,7 @@
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "Python 3.9.15 ('pythontest')",
|
"display_name": "Python 3.8.8 ('base')",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
"name": "python3"
|
"name": "python3"
|
||||||
},
|
},
|
||||||
|
|
@ -500,12 +500,12 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.9.15"
|
"version": "3.8.8"
|
||||||
},
|
},
|
||||||
"orig_nbformat": 4,
|
"orig_nbformat": 4,
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"interpreter": {
|
"interpreter": {
|
||||||
"hash": "91219a98e0e9be72efb992f647fe78b593124968b75db0b865552d6787c8db93"
|
"hash": "d311ffef239beb3b8f3764271728f3972d7b090c974f8e972fcdeedf230299ac"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
2394
题库0.3/Problems.json
2394
题库0.3/Problems.json
File diff suppressed because it is too large
Load Diff
Reference in New Issue