輔仁大學統計資訊學系 111學年度 智慧決策資訊系統實作 期末作業 (December 2022)
- Install XAMPP (Do not install under
C:\Program Files
) - Start Apache and MySQL on the XAMPP control panel
- Modify phpMyAdmin password
mysqladmin --user=root password "{your password}"
- On the XAMPP control panel, click config at the Apache row, select phpMyAdmin (config.inc.php) and modify
$cfg['Servers'][$i]['password'] = '{your password}';
- Head to
localhost
, User > root > Permission > change password
- On the XAMPP control panel, click config at the Apache row, select Apache (httpd.conf)
- Modify the path to your desired one at
DocumentRoot
- Clone this repository under the Apache root folder
- Enable Apache from the XAMPP control panel
- Head to
localhost/phpmyadmin
and create a database namedfinal
(encoding=utf8_unicode_ci) - Import
final.sql
from phpmyadmin - Visit
localhost/final/main.html
, there are two black buttons, they direct you toWekaDT.html
andKNNCA.html
respectively- for
WekaDT.html
, input all values at the left side and hit 送出, the result will be shown on the right side and the results will be added into therecord
table - for
KNNCA.html
, input all values at the left side and hit 計算, 交叉分析 and KNN respectively, the result will be shown on the right side and the results will be added into therecordk
table
- for
日空氣品質指標(AQI) (2022-11-22)