2009 } 204 / 365 daysTotal } 10,137 days
| 00-06 | 06-12 | 12-18 | 18-24 |
|---|---|---|---|
| 60% | 50% | 20% | 30% |
このやる気のなさ、ハンパない。うわーん。
function leap_year($leap_year) { if(($leap_year % 4 == 0) && ($leap_year % 100 != 0 || $leap_year % 400 == 0)) { $leap_year = "366"; } else { $leap_year = "365"; } return $leap_year; } といった関数を定義しておいて $leap_year_days = leap ...
function leap_year($leap_year) { if(($leap_year % 4 == 0) && ($leap_year % 100 != 0 || $leap_year % 400 == 0)) { $leap_year = "366"; } else { $leap_year = "365"; } return $leap_year; } といった関数を定義しておいて $leap_year_days = leap ...
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta http-equiv="Content-Style-Type" content=&qu ...
<mt:If name="main_index"> <mt:Ignore>メインページ</mt:Ignore> <mt:Include module="main_index" /> <mt:ElseIf name="archive_index"> <mt:Ignore>アーカイブページ</mt:Ignore> <mt:Include module=&q ...
公式テンプレート?のSoft-mochaというのをいろいろ変更してみた。 CSS3をちょっとだけ。 a { transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; } h1 { -moz-transform: rotate(-5deg); -webkit-transform: rotate(-5deg); transform: rot ...
コードとかのメモ用に、はてなダイアリーはじめてみる。
はてなダイアリー初心者で使い方よくわかってないけど、
pre記述法と、管理画面に遷移せず編集できるのは便利!
■フジモリのはてなダイアリー。
hello, world.