# 电力负荷预测 **Repository Path**: ljpassingby/pmw ## Basic Information - **Project Name**: 电力负荷预测 - **Description**: 这是电力负荷预测使用到的web工程等东西 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 4 - **Created**: 2020-06-16 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 启动说明: 1. 导入pmw.sql到mysql数据库中 private String hostname = "192.168.1.108"; private int port = 3306; private String database = "pmw"; private String encoding = "UTF-8"; private String loginName = "root"; private String password = "admin"; 2. 解压redis.zip,运行 xx\redis\64bit\redis-server.exe 3. 启动当前工程,在浏览器访问http://localhost:8080/pmw/show/index.jsp进入首页 运行说明: 在PredictLoadServlet中有个调用本地D:\predict_model.py(当前这个路径)的命令, 根据实际路径进行修改,此时需要电脑安装了spark。