-
Notifications
You must be signed in to change notification settings - Fork 24
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
1 parent
ce2956e
commit af2ddc4
Showing
1 changed file
with
36 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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
BBS | ||
======== | ||
>>这是一个界面美观,功能基本完整的论坛。 | ||
--- | ||
### 可以直接使用,将项目导入eclipse,然后再把sql导入MySQL数据库就OK了。 | ||
--- | ||
### 技术栈 | ||
**jsp** **servlet** **javabean** **mysql** **html** **css** **javascript** **jQuery** | ||
### 预览 | ||
#### 1,登录界面 | ||
>>##### 以弹窗的形式 | ||
![image](https://github.com/ML123456/BBS/blob/master/ProjectFirst/%E6%88%AA%E5%9B%BE/%E7%99%BB%E5%BD%95.png) | ||
#### 2,注册界面 | ||
>>##### 以弹窗的形式 | ||
![image](https://github.com/ML123456/BBS/blob/master/ProjectFirst/%E6%88%AA%E5%9B%BE/%E6%B3%A8%E5%86%8C.png) | ||
#### 3,未登录时的首页 | ||
>>##### 此时游客是无法评论的 | ||
![image](https://github.com/ML123456/BBS/blob/master/ProjectFirst/%E6%88%AA%E5%9B%BE/%E6%9C%AA%E7%99%BB%E5%BD%95%E9%A6%96%E9%A1%B5.png) | ||
#### 4,登录时的首页 | ||
>>##### 当然,现在你可以尽情的吐槽别人的话题了 | ||
![image](https://github.com/ML123456/BBS/blob/master/ProjectFirst/%E6%88%AA%E5%9B%BE/%E7%99%BB%E5%BD%95%E9%A6%96%E9%A1%B5.png) | ||
#### 5,他人主页 | ||
>>##### 可以看见他的个人信息和所有发过的帖子以及对应的评论 | ||
![image](https://github.com/ML123456/BBS/blob/master/ProjectFirst/%E6%88%AA%E5%9B%BE/%E4%BB%96%E4%BA%BA%E4%B8%AD%E5%BF%83.png) | ||
#### 6,个人主页 | ||
>>##### 可以看见自己的个人信息和所有发过的帖子以及对应的评论,除此之外还可以编辑个人信息、更新头像、发表帖子 | ||
![image](https://github.com/ML123456/BBS/blob/master/ProjectFirst/%E6%88%AA%E5%9B%BE/%E4%B8%AA%E4%BA%BA%E4%B8%BB%E9%A1%B5.png) | ||
#### 7,编辑个人信息 | ||
>>##### 对自己的信息进行编辑 | ||
![image](https://github.com/ML123456/BBS/blob/master/ProjectFirst/%E6%88%AA%E5%9B%BE/%E7%BC%96%E8%BE%91%E4%B8%AA%E4%BA%BA%E4%BF%A1%E6%81%AF.png) | ||
#### 8,发帖 | ||
>>##### 以弹窗的形式 | ||
![image](https://github.com/ML123456/BBS/blob/master/ProjectFirst/%E6%88%AA%E5%9B%BE/%E5%8F%91%E5%B8%96.png) | ||
#### 9,更改头像 | ||
>>##### 以弹窗的形式 | ||
![image](https://github.com/ML123456/BBS/blob/master/ProjectFirst/%E6%88%AA%E5%9B%BE/%E6%9B%B4%E6%8D%A2%E5%A4%B4%E5%83%8F.png) |