輕微疾病管理

解開頭皮之謎

大家平常乘車或逛街時有沒有注意到身邊那位肩上有很多一點一點的白色碎屑?又或者自己本身沒有頭皮問題,但突然發現有頭皮屑?雖然多數情況下頭皮屑不是嚴重的健康問題,但不少朋友都為此感到煩惱。今天藥劑師和大家談談頭皮的問題。

主婦手 (Contact Dermatitis)

主婦手是刺激性接觸性皮膚炎的俗稱,顧名思義,常見於手部範圍,通常皮膚會感到乾燥痕癢、出現紅點及泛紅,慢慢會出現甩皮情況,嚴重可導致龜裂或皮膚變厚結繭 …

過敏性鼻炎

過敏性鼻炎 (鼻敏感) (一)

不少朋友都有過敏性鼻炎或鼻敏感的症狀:鼻子痕癢,經常打噴嚏、鼻塞、流鼻水等,早上起床時症狀尤為明顯,甚至出現鼻水倒流、呼吸不暢順或嗅覺不良等情況。當各種症狀同時出現時,更對日常生活帶來不少困擾。如果出現鼻敏感的症狀該如何處理呢?要有效地解決鼻敏感的煩腦 …

$output = '
    '; if ( $arcresults ) { $numarticles = count($arcresults); $column1 = round($numarticles/3); $column2 = round($column1*2); $counter = 0; $afterafter = $after; foreach ( (array) $arcresults as $arcresult ) { if($counter == $column1) { $output .= "
    "; } elseif($counter == $column2) { $output .= "
    "; } $url = get_month_link( $arcresult->year, $arcresult->month ); /* translators: 1: month name, 2: 4-digit year */ $text = sprintf(__('%s'), $wp_locale->get_month($arcresult->month)); $year_text = sprintf('
  • %d
  • ', $arcresult->year); if ( $show_post_count ) $after = ' ('.$arcresult->posts.')' . $afterafter; $output .= ( $arcresult->year != $temp_year ) ? $year_text : ''; $output .= get_archives_link($url, $text, $format, $before, $after); $temp_year = $arcresult->year; $counter ++; } $output .= '
'; }