Skip to content

Commit f77c62b

Browse files
authored
Update README.md
1 parent 2f714e2 commit f77c62b

1 file changed

Lines changed: 38 additions & 2 deletions

File tree

README.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# vibsignal_analysis
22

3-
This is a production management ERP project I did with my Prof Li Haibo when I was a sophomore, specifically, a mechanical vibration signal analysis system, sponsored by the key projects of Quanzhou city's science and technology program. It includes 7 modules: planning progress, equipment management, process monitoring, material monitoring, personnel monitoring, quality control, system Management module.
3+
This is a production management ERP project sponsored by the key projects of Quanzhou city's science and technology program. It includes 7 modules: planning progress, equipment management, process monitoring, material monitoring, personnel monitoring, quality control, system Management module.
44

5-
## The project's SSM architecture(Spring+SpringMVC+Mybatis ##
5+
## The project's SSM architecture(Spring+SpringMVC+Mybatis
66
- Maven
77
- Spring(IOC DI AOP Declarative transaction processing)
88
- SpringMVC(Restful API)
@@ -13,3 +13,39 @@ This is a production management ERP project I did with my Prof Li Haibo when I w
1313
- JSP JSTL JavaScript
1414
- shiro Authority control
1515
- Bootstrap
16+
17+
## System structure
18+
![image](https://user-images.githubusercontent.com/44923423/179386879-0af486cd-341b-4462-addd-fdb3d012bad9.png)
19+
20+
## Database Design(详见sql文件)
21+
![image](https://user-images.githubusercontent.com/44923423/179386887-adf46196-62c2-44e4-bca2-732a390727ec.png)
22+
23+
## User Guide
24+
### Login Interface
25+
26+
To log in, you can use the account number: 22 and the password: 22 to log in as a super administrator. If you enter the wrong password, you will need to enter the verification code next time you log in.
27+
28+
![image](https://user-images.githubusercontent.com/44923423/179386911-6d30b6d7-eb1f-4a6c-8859-d88da6268a5e.png)
29+
30+
### Main Menu
31+
32+
The super administrator can display the system management module to assign and manage system permissions, and other roles can view the information of the remaining modules except system management (including downloading attachments, viewing pictures, etc.), but can only maintain the information within the corresponding permissions of the role. The function search bar on the left can be used for function fuzzy search.
33+
34+
![image](https://user-images.githubusercontent.com/44923423/179386992-4c2167b2-b08d-4315-9c65-adc7d92288ce.png)
35+
36+
The super administrator can display the system management module to assign and manage system permissions, and other roles can view the information of the remaining modules except system management (including downloading attachments, viewing pictures, etc.), but can only maintain the information within the corresponding permissions of the role. The function search bar on the left can be used for function fuzzy search.
37+
38+
### Upload images
39+
40+
For the configuration of image upload, please refer to the notes at the end of the document. The size of the image must not exceed 1M, and images in various formats such as jpg and png are supported. After the upload is successful, it can be displayed in the corresponding display column.
41+
![image](https://user-images.githubusercontent.com/44923423/179387013-af1f9f1a-d7bf-4708-a99e-22562b619c53.png)
42+
43+
### Upload files
44+
45+
The file upload uses an open source jQuery file upload plug-in. You can modify the parameters of the uploaded file in common.js, including the number of uploads, the supported file types, etc. The configuration information is as follows:
46+
47+
```{python}
48+
url:"file/upload", maxFileCount: 5, //上传文件个数(多个时修改此处 returnType: 'json', //服务返回数据 allowedTypes: 'doc,docx,excel,sql,txt,ppt,pdf', //允许上传的文件式 showDone: false, //是否显示"Done"(完成)按钮 showDelete: true, //是否显示"Delete"(删除)按钮
49+
```
50+
51+

0 commit comments

Comments
 (0)