CJ 1 year ago
parent
commit
969d3f8368
7 changed files with 39 additions and 1 deletions
  1. 5 0
      .idea/.gitignore
  2. 8 0
      .idea/modules.xml
  3. 12 0
      .idea/resume.iml
  4. 6 0
      .idea/vcs.xml
  5. 1 0
      _sidebar.md
  6. 7 1
      project/MI系统.md
  7. 0 0
      project/商贸进销存软件.md

+ 5 - 0
.idea/.gitignore

@@ -0,0 +1,5 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/

+ 8 - 0
.idea/modules.xml

@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/resume.iml" filepath="$PROJECT_DIR$/.idea/resume.iml" />
+    </modules>
+  </component>
+</project>

+ 12 - 0
.idea/resume.iml

@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$">
+      <excludeFolder url="file://$MODULE_DIR$/.tmp" />
+      <excludeFolder url="file://$MODULE_DIR$/temp" />
+      <excludeFolder url="file://$MODULE_DIR$/tmp" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>

+ 6 - 0
.idea/vcs.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="" vcs="Git" />
+  </component>
+</project>

+ 1 - 0
_sidebar.md

@@ -2,6 +2,7 @@
 
 * [个人简历](resume.html)
 * [软件发布及追溯系统 2021-08](/project/软件发布及追溯系统.md)
+<!-- * [商贸进销存软件](/project/商贸进销存软件.md) -->
 * [MES前端操作站 2020-2021](/project/MES前端操作站.md)
 * [PanaCIM松下扣料机服务 2020](/project/PanaCIM松下扣料机服务.md)
 * [Andon系统 2020-2021](/project/Andon系统.md)

+ 7 - 1
project/MI系统.md

@@ -3,6 +3,9 @@
 #### **项目介绍**
 生产型企业智能设备管理系统,能够实时监控设备情况,对设备告警停机等情况迅速做出处理,同时分析设备节拍分析出各种报表。
 
+SaaS架构,支持多工厂,多数据源,使用 PostgreSql存储设备数值,实时看板,每个值拥有标准指标。
+会对设备告警进行记录和实时展示,报警通过邮件发送至工程师。
+
 #### **工作内容**
 开发MI前台和后台。\
 开发基于Python的采集程序。
@@ -10,8 +13,11 @@
 #### **成果**
 目前在上海途胜汽车零部件有限公司使用。
 
+#### **难点**
+需要针对不同协议开发支持多种协议的采集程序。
+
 #### **技术栈**
-后台: Java \
+后台: Java JPA Sa-token Maven多模块\
 前台: Vue2\
 数据库: SqlServer PostgresSql \ 
 MQTT: 阿里云MQTT服务\

+ 0 - 0
project/商贸进销存软件.md