-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,29 @@ | ||
# OneOffWord | ||
阅后即焚 | ||
|
||
## 简介 | ||
某科目的结课作业 | ||
|
||
## 运行环境 | ||
[Apache-tomcat-9.0.55](https://tomcat.apache.org/download-90.cgi) | ||
[java17.0.4](https://www.oracle.com/java/technologies/downloads/) | ||
|
||
## 数据库配置 | ||
[create_sql.md](./create_sql.md) | ||
|
||
## 运行项目 | ||
+ [下载](https://github.com/xmexg/OneOffWord/releases)war包 | ||
+ 根据[这篇文章](https://www.bt.cn/bbs/thread-76217-1-1.html)运行项目 | ||
|
||
## 效果演示 | ||
+ 首页 | ||
![img](./img/1.png) | ||
|
||
+ 生成密文 | ||
![img](./img/2.png) | ||
|
||
+ 解析密文 | ||
![img](./img/3.png) | ||
|
||
+ 密文模糊 | ||
![img](./img/4.png) |