Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonzihao committed Dec 18, 2024
0 parents commit f821f2f
Show file tree
Hide file tree
Showing 412 changed files with 61,051 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/SharePowerbank-master.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/sqldialects.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 124 additions & 0 deletions .idea/uiDesigner.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# SharePowerbank
ssm+layui 校园共享充电宝系统 Spring MVC + Spring + Mybatis
* /-大三期末课程作业 仅有基本crud功能-/
## 需求:
* 借充电宝:用户查看地图充电柜信息,选择柜子查看可借用充电宝数量,可借用充电宝
* 归还充电宝:用户查看地图充电柜信息,选择柜子可查看自己的未完成订单,选择其一归还
* 历史订单:用户查看自己的历史订单,可以选择支付或删除已完成订单
* 个人信息:用户查看自己的个人信息,可以充值余额
* 投放充电宝:管理员查看地图充电柜,选择投放充电宝
* 回收充电宝:管理员查看地图充电柜,选择需要回收的充电宝进行回收
* 订单管理:管理员查看所有用户的订单,可以对未支付的订单进行金额修改
* 用户管理:管理员可查看所有用户的信息
* 退出登录:用户或管理员点击退出登录即可注销
* 用户注册:注册用户新账号
## 开发相关:
* IntelliJ IDEA 2019.1.3
* Mysql
* Tomcat 8.5.5
### 后端:
* 使用Spring MVC + Spring + Mybatis,很初级的部分,甚至没有用到事务管理

### 前端:
* 使用layui框架,找别人的demo修修改改,就数据接口部分可以参考一下,其他地方就不用看了..

#系统截图:
![image](https://github.com/euphoria429/SharePowerbank/blob/master/files/01.jpg)

![image](https://github.com/euphoria429/SharePowerbank/blob/master/files/02.jpg)

![image](https://github.com/euphoria429/SharePowerbank/blob/master/files/03.jpg)
2 changes: 2 additions & 0 deletions SharePowerbank.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4" />
Binary file added example.log
Binary file not shown.
Binary file added files/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f821f2f

Please sign in to comment.