temporary:hrforecast
差分
このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
temporary:hrforecast [2013/12/10 06:37] – 外部編集 127.0.0.1 | temporary:hrforecast [2025/02/16 13:53] (現在) – 外部編集 127.0.0.1 | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== Contents | ||
- | |||
====== HRForecast | ====== HRForecast | ||
行 93: | 行 91: | ||
==== 起動確認 | ==== 起動確認 | ||
- | 以下コマンド実行後、ブラウザからhttp:// | + | 以下コマンド実行後、 |
< | < | ||
# perl hrforecast.pl --config config.pl >> / | # perl hrforecast.pl --config config.pl >> / | ||
+ | </ | ||
+ | ブラウザから以下にアクセスできることを確認。 | ||
+ | < | ||
+ | http:// | ||
</ | </ | ||
行 211: | 行 213: | ||
< | < | ||
- | # curl -F number=33 -F datetime=20130728T00: | + | # curl -F number=33 -F datetime=20130728T00: |
</ | </ | ||
+ | ===== Tips ===== | ||
+ | |||
+ | ==== レンジの追加 ==== | ||
+ | |||
+ | グラフのレンジに「1日間」を追加 | ||
+ | |||
+ | < | ||
+ | diff -ir / | ||
+ | 47,50d46 | ||
+ | < elsif ( $term eq ' | ||
+ | < $from = time - 86400 * 1; | ||
+ | < $to = time; | ||
+ | < } | ||
+ | 161c157 | ||
+ | < | ||
+ | --- | ||
+ | > | ||
+ | </ | ||
+ | < | ||
+ | diff -ir / | ||
+ | 29,33d28 | ||
+ | < subtest 't => x' => sub { | ||
+ | < my ($from, $to) = $obj-> | ||
+ | < | ||
+ | < | ||
+ | < }; | ||
+ | </ | ||
+ | < | ||
+ | diff -ir / | ||
+ | 13d12 | ||
+ | < <li class="<: | ||
+ | </ |
temporary/hrforecast.1386657470.txt.gz · 最終更新: 2025/02/16 13:50 (外部編集)