Skip to content

Commit

Permalink
修正部分js报错,并加入系统演示截图
Browse files Browse the repository at this point in the history
  • Loading branch information
nuisttudou committed Dec 28, 2019
1 parent 5115a8d commit 093bacd
Show file tree
Hide file tree
Showing 50 changed files with 28 additions and 18 deletions.
42 changes: 25 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# TODO
* 主界面字对齐问题
* 美化
* 完成专业图像处理界面的提交逻辑(目前需要先点保存到本机)


# 梦图论坛-图像分享社区(修图与分享论坛)

## 技术栈
JDk8
Spring
Spring boot
Shiro
Bootstrap3
JQuery
Freemarker
Mybatis

## 安装运行
* 本程序为maven项目,所以首先需要下载和配置好maven.http://maven.apache.org/download.cgi
* clone 本项目
Expand All @@ -29,12 +13,35 @@
* 使用命令 mvn clean package构建项目
* 构建完成后一般在target\目录下会得到一个jar包,运行该jar包即可(暂时未完成)

# 已实现的功能

### TODO
* 美化
* 完成专业图像处理界面的提交逻辑(目前需要先点保存到本机)

### 目前所有成员开发使用的操作系统系统包括
Ubuntu18.04
Windows10

### 技术栈
JDk8
Spring
Spring boot
Shiro
Bootstrap3
JQuery
Freemarker
Mybatis

### 已实现的功能
* MD5加密
* 图片上传下载,保存到服务器或图床
* 一个无后台的简单论坛
* 简单的图像处理

### 已修复的问题
* 主界面字对齐问题
* 登录和注册界面的对齐问题
* 部分图标问题

### Using Project
https://github.com/1036151470/HelloBbsMybatis2
Expand All @@ -48,6 +55,7 @@
DataGrip

-------I have a dream

-------I server for soviet Union

最后,感谢梦图小组的每一个成员
Binary file removed screenshot/001.jpg
Binary file not shown.
Binary file removed screenshot/002.jpg
Binary file not shown.
Binary file removed screenshot/003.jpg
Binary file not shown.
Binary file removed screenshot/004.jpg
Binary file not shown.
Binary file removed screenshot/005.jpg
Binary file not shown.
Binary file removed screenshot/006.jpg
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

<script src="/jsandcss/jquery.js"></script>
<link rel="stylesheet" href="/jsandcss/bootstrap.css"/>
<link rel="stylesheet" href="/jsandcss/bootstrap-theme.css"/>
<link rel="stylesheet" href="/jsandcss/style_1_common.css"/>
<script src="/jsandcss/bootstrap.js"></script>
<script src="/jsandcss/jquery.js"></script>


<link rel="stylesheet" href="/jsandcss/my_index.css"/>

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/templates/reguser.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>登录</title>
<link rel="stylesheet" href="/jsandcss/bootstrap.css"/>
<link rel="stylesheet" href="/jsandcss/bootstrap-theme.css"/>
<script src="/jsandcss/jquery.js"></script>
<script src="/jsandcss/bootstrap.js"></script>
<link href="/jsandcss/login.css" type="text/css" rel="stylesheet">

Expand Down

0 comments on commit 093bacd

Please sign in to comment.