学生管理系统

This commit is contained in:
冼耀文
2026-09-21 19:12:31 +08:00
commit 62560795af
74 changed files with 1727 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
student-frontend | Up 3 hours
student-backend | Up 45 seconds
student-mysql | Up 5 hours (healthy)
docker : await pool._fill_free_pool(False)
所在位置 行:445 字符: 150
+ ... mp -Encoding utf8; docker logs --tail 12 student-backend 2>&1 | Out-F ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: ( await pool._fill_free_pool(Fa
lse):String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
File "/usr/local/lib/python3.10/site-packages/aiomysql/pool.py", line 182, in
_fill_free_pool
conn = await connect(echo=self._echo, loop=self._loop,
TypeError: connect() got an unexpected keyword argument 'serverTimezone'
ERROR: Application startup failed. Exiting.
INFO: Started server process [1]
INFO: Waiting for application startup.
/usr/local/lib/python3.10/site-packages/aiomysql/cursors.py:158: Warning: Table
'student_course' already exists
while (await self.nextset()):
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:9090 (Press CTRL+C to quit)