You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 months ago | |
|---|---|---|
| .. | ||
| readme.md | 4 months ago | |
readme.md
数学题学习应用
1.项目使用
项目目录下有一个MathLearningApp.jar,使用jdk-22,在windows11 powershell下运行。
在运行前,先输入命令
[Console]::InputEncoding=[System.Text.Encoding]::UTF8
[Console]::OutputEncoding=[System.Text.Encoding]::UTF8
再确保安装了curl,可以在powershell中输入
curl.exe --version
来查看curl的版本信息(我使用的是8.14.1)
然后使用命令
java -jar MathLeaningApp.jar 运行目录下会出现一个存储用户数据的文件
2.项目说明
controller、view目录负责前端
model、service、util目录负责后端
MathLearningApp.java是程序入口