# mgallery **Repository Path**: hexuanCat/mgallery ## Basic Information - **Project Name**: mgallery - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-18 - **Last Updated**: 2021-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 企业门户网站前后台开发 前台: 从xml文件做数据源,通过后台处理传入前台显示数据,并实现分页功能 ![localhost_8080_page](https://user-images.githubusercontent.com/45113666/126054367-a71fedc0-679d-4181-9af8-29a9a730f4a9.png) 可以根据分类展示图片 ![可以根据分类展示图片](https://images.gitee.com/uploads/images/2021/0718/122213_71bd3b3b_1933483.png "屏幕截图.png") 后台:访问management.html - 油画列表 - 油画预览 - 删除油画 - 新增油画 - 修改油画 显示油画数据列表,同样重用写好的类和方法实现分页功能 ![image](https://user-images.githubusercontent.com/45113666/126054389-2eaff734-ea33-409b-881e-86fc211ad917.png) 能对油画图片进行预览 ![image](https://user-images.githubusercontent.com/45113666/126054402-8480b986-1964-486b-b2b9-318be18dc49f.png) 修改,根据id拿到油画数据填入表单(在修改页面放入hidden隐藏域),提交修改 ![localhost_8080_management html](https://user-images.githubusercontent.com/45113666/126054411-014fda3e-fdd6-4b5d-b56d-f9d61c172068.png) 删除 ![image](https://user-images.githubusercontent.com/45113666/126054425-ffb6583e-14b1-4215-b1f0-ccbee58fed75.png) 新增 ![image](https://user-images.githubusercontent.com/45113666/126054433-96532b20-96ad-431c-a232-f6bab16d4690.png)