From 6721b0ad0b75e79c89c11457c9062b5d42585a16 Mon Sep 17 00:00:00 2001 From: hnu202326010214 <3479370893@qq.com> Date: Sun, 28 Sep 2025 13:35:18 +0800 Subject: [PATCH] Update README.md --- doc/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index c76e792..433b897 100644 --- a/doc/README.md +++ b/doc/README.md @@ -32,4 +32,10 @@ - 生成的题目保存在项目根目录`generated_papers`下的用户文件夹中。 - 切换学段时需严格按照“切换为小学/初中/高中”格式输入,否则提示无效。 - jdk版本为19。 -- 尤其注意,在shell中运行需要设置 .NET 控制台输入/输出编码为 UTF-8 [Console]::InputEncoding = [Console]::OutputEncoding = [System.Text.Encoding]::UTF8 然后再运行,不然输入用户名,密码登录时会报错。 \ No newline at end of file +- 尤其注意,在powershell中运行需要设置 .NET 控制台输入/输出编码为 UTF-8 +powershell中输入参数: +[Console]::InputEncoding = [Console]::OutputEncoding = [System.Text.Encoding]::UTF8 +然后再运行,不然输入用户名,密码登录时会报错。 +- 然后再输入命令 + java -jar 个人项目1.jar + 从而运行jar包。 \ No newline at end of file