├── .gitignore
├── src
└── main
│ ├── webapp
│ ├── static
│ │ ├── layui
│ │ │ ├── css
│ │ │ │ ├── st-style.css
│ │ │ │ └── modules
│ │ │ │ │ ├── layer
│ │ │ │ │ └── default
│ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ │ └── loading-2.gif
│ │ │ │ │ └── code.css
│ │ │ ├── font
│ │ │ │ ├── iconfont.eot
│ │ │ │ ├── iconfont.ttf
│ │ │ │ ├── iconfont.woff
│ │ │ │ └── iconfont.woff2
│ │ │ ├── images
│ │ │ │ └── face
│ │ │ │ │ ├── 0.gif
│ │ │ │ │ ├── 1.gif
│ │ │ │ │ ├── 10.gif
│ │ │ │ │ ├── 11.gif
│ │ │ │ │ ├── 12.gif
│ │ │ │ │ ├── 13.gif
│ │ │ │ │ ├── 14.gif
│ │ │ │ │ ├── 15.gif
│ │ │ │ │ ├── 16.gif
│ │ │ │ │ ├── 17.gif
│ │ │ │ │ ├── 18.gif
│ │ │ │ │ ├── 19.gif
│ │ │ │ │ ├── 2.gif
│ │ │ │ │ ├── 20.gif
│ │ │ │ │ ├── 21.gif
│ │ │ │ │ ├── 22.gif
│ │ │ │ │ ├── 23.gif
│ │ │ │ │ ├── 24.gif
│ │ │ │ │ ├── 25.gif
│ │ │ │ │ ├── 26.gif
│ │ │ │ │ ├── 27.gif
│ │ │ │ │ ├── 28.gif
│ │ │ │ │ ├── 29.gif
│ │ │ │ │ ├── 3.gif
│ │ │ │ │ ├── 30.gif
│ │ │ │ │ ├── 31.gif
│ │ │ │ │ ├── 32.gif
│ │ │ │ │ ├── 33.gif
│ │ │ │ │ ├── 34.gif
│ │ │ │ │ ├── 35.gif
│ │ │ │ │ ├── 36.gif
│ │ │ │ │ ├── 37.gif
│ │ │ │ │ ├── 38.gif
│ │ │ │ │ ├── 39.gif
│ │ │ │ │ ├── 4.gif
│ │ │ │ │ ├── 40.gif
│ │ │ │ │ ├── 41.gif
│ │ │ │ │ ├── 42.gif
│ │ │ │ │ ├── 43.gif
│ │ │ │ │ ├── 44.gif
│ │ │ │ │ ├── 45.gif
│ │ │ │ │ ├── 46.gif
│ │ │ │ │ ├── 47.gif
│ │ │ │ │ ├── 48.gif
│ │ │ │ │ ├── 49.gif
│ │ │ │ │ ├── 5.gif
│ │ │ │ │ ├── 50.gif
│ │ │ │ │ ├── 51.gif
│ │ │ │ │ ├── 52.gif
│ │ │ │ │ ├── 53.gif
│ │ │ │ │ ├── 54.gif
│ │ │ │ │ ├── 55.gif
│ │ │ │ │ ├── 56.gif
│ │ │ │ │ ├── 57.gif
│ │ │ │ │ ├── 58.gif
│ │ │ │ │ ├── 59.gif
│ │ │ │ │ ├── 6.gif
│ │ │ │ │ ├── 60.gif
│ │ │ │ │ ├── 61.gif
│ │ │ │ │ ├── 62.gif
│ │ │ │ │ ├── 63.gif
│ │ │ │ │ ├── 64.gif
│ │ │ │ │ ├── 65.gif
│ │ │ │ │ ├── 66.gif
│ │ │ │ │ ├── 67.gif
│ │ │ │ │ ├── 68.gif
│ │ │ │ │ ├── 69.gif
│ │ │ │ │ ├── 7.gif
│ │ │ │ │ ├── 70.gif
│ │ │ │ │ ├── 71.gif
│ │ │ │ │ ├── 8.gif
│ │ │ │ │ └── 9.gif
│ │ │ ├── lay
│ │ │ │ └── modules
│ │ │ │ │ ├── code.js
│ │ │ │ │ ├── laytpl.js
│ │ │ │ │ ├── flow.js
│ │ │ │ │ ├── rate.js
│ │ │ │ │ ├── util.js
│ │ │ │ │ ├── carousel.js
│ │ │ │ │ ├── laypage.js
│ │ │ │ │ ├── transfer.js
│ │ │ │ │ └── slider.js
│ │ │ └── layui.js
│ │ └── image
│ │ │ ├── album-banner.png
│ │ │ └── photo_default.jpg
│ └── WEB-INF
│ │ ├── applicationContext.xml
│ │ ├── view
│ │ ├── permission_denied.jsp
│ │ ├── admin_operations.jsp
│ │ ├── my_left_bar.jsp
│ │ ├── my_statistics.jsp
│ │ ├── header.jsp
│ │ ├── send_message.jsp
│ │ ├── my_messages.jsp
│ │ ├── my_follow.jsp
│ │ ├── photo_upload.jsp
│ │ ├── album_create.jsp
│ │ ├── album_edit.jsp
│ │ ├── album_list.jsp
│ │ ├── my_albums.jsp
│ │ ├── admin_manage_users.jsp
│ │ └── my_info.jsp
│ │ ├── classes
│ │ └── c3p0-config.xml
│ │ ├── dispatcher-servlet.xml
│ │ └── web.xml
│ └── java
│ ├── util
│ ├── Test.java
│ ├── ImageHelper.java
│ ├── DateHelper.java
│ └── ShortUUID.java
│ ├── dao
│ ├── MessageDAO.java
│ ├── OperationDAO.java
│ ├── PhotoDAO.java
│ ├── FollowDAO.java
│ ├── C3P0Utils.java
│ ├── CommentDAO.java
│ ├── JDBCDAO.java
│ ├── UserDAO.java
│ └── AlbumDAO.java
│ ├── server
│ ├── PhotoServer.java
│ ├── MessageServer.java
│ ├── OperationServer.java
│ ├── FollowServer.java
│ ├── CommentServer.java
│ └── UserServer.java
│ ├── entity
│ └── DataResult.java
│ ├── controller
│ ├── MessageController.java
│ ├── FollowController.java
│ ├── UserHomeController.java
│ ├── ImageController.java
│ ├── IndexController.java
│ ├── AdminController.java
│ ├── MeController.java
│ └── AlbumController.java
│ ├── model
│ ├── Comment.java
│ ├── Photo.java
│ ├── Statistics.java
│ ├── Message.java
│ ├── Operation.java
│ ├── User.java
│ └── Album.java
│ └── constant
│ └── Constant.java
├── screenshoots
├── 1.png
├── 2.png
├── 3.png
├── 4.png
├── 5.png
├── 6.png
├── 7.png
├── 8.png
├── 9.png
├── 10.png
├── 11.png
├── 12.png
├── 13.png
└── 14.png
└── README.md
/.gitignore:
--------------------------------------------------------------------------------
1 | .idea
2 | target
3 | *.iml
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/css/st-style.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/screenshoots/1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/1.png
--------------------------------------------------------------------------------
/screenshoots/2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/2.png
--------------------------------------------------------------------------------
/screenshoots/3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/3.png
--------------------------------------------------------------------------------
/screenshoots/4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/4.png
--------------------------------------------------------------------------------
/screenshoots/5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/5.png
--------------------------------------------------------------------------------
/screenshoots/6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/6.png
--------------------------------------------------------------------------------
/screenshoots/7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/7.png
--------------------------------------------------------------------------------
/screenshoots/8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/8.png
--------------------------------------------------------------------------------
/screenshoots/9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/9.png
--------------------------------------------------------------------------------
/screenshoots/10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/10.png
--------------------------------------------------------------------------------
/screenshoots/11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/11.png
--------------------------------------------------------------------------------
/screenshoots/12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/12.png
--------------------------------------------------------------------------------
/screenshoots/13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/13.png
--------------------------------------------------------------------------------
/screenshoots/14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/screenshoots/14.png
--------------------------------------------------------------------------------
/src/main/webapp/static/image/album-banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/image/album-banner.png
--------------------------------------------------------------------------------
/src/main/webapp/static/image/photo_default.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/image/photo_default.jpg
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/font/iconfont.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/font/iconfont.eot
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/font/iconfont.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/font/iconfont.ttf
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/font/iconfont.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/font/iconfont.woff
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/font/iconfont.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/font/iconfont.woff2
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/0.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/1.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/10.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/10.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/11.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/11.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/12.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/12.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/13.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/13.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/14.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/14.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/15.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/15.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/16.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/16.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/17.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/17.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/18.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/18.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/19.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/19.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/2.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/20.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/20.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/21.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/21.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/22.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/22.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/23.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/23.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/24.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/24.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/25.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/25.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/26.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/26.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/27.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/27.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/28.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/28.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/29.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/29.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/3.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/3.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/30.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/30.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/31.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/31.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/32.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/32.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/33.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/33.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/34.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/34.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/35.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/35.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/36.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/36.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/37.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/37.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/38.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/38.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/39.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/39.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/4.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/4.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/40.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/40.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/41.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/41.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/42.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/42.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/43.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/43.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/44.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/44.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/45.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/45.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/46.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/46.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/47.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/47.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/48.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/48.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/49.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/49.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/5.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/5.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/50.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/50.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/51.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/51.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/52.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/52.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/53.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/53.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/54.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/54.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/55.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/55.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/56.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/56.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/57.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/57.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/58.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/58.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/59.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/59.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/6.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/6.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/60.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/60.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/61.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/61.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/62.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/62.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/63.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/63.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/64.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/64.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/65.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/65.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/66.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/66.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/67.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/67.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/68.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/68.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/69.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/69.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/7.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/7.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/70.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/70.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/71.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/71.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/8.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/8.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/images/face/9.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/images/face/9.gif
--------------------------------------------------------------------------------
/src/main/java/util/Test.java:
--------------------------------------------------------------------------------
1 | package util;
2 |
3 | public class Test {
4 | public static void dosome(){
5 | System.out.println("xx");
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/css/modules/layer/default/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/css/modules/layer/default/icon.png
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/css/modules/layer/default/icon-ext.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/css/modules/layer/default/icon-ext.png
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/css/modules/layer/default/loading-0.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/css/modules/layer/default/loading-0.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/css/modules/layer/default/loading-1.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/css/modules/layer/default/loading-1.gif
--------------------------------------------------------------------------------
/src/main/webapp/static/layui/css/modules/layer/default/loading-2.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zxc19990331/SpringWebAlbum/HEAD/src/main/webapp/static/layui/css/modules/layer/default/loading-2.gif
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/applicationContext.xml:
--------------------------------------------------------------------------------
1 |
2 |