跳到主要內容

國道通行費比較表

A FREEway that is not really FREE.

有人想過做個圖看看嗎

資料來源: freeway.gov.tw
  • 方案一【一段式收費】:無免費里程,單一費率0.82元/公里。
  • 方案三【三段式收費】:每日每車免費里程20公里,標準費率1.2元/公里(行駛里程 小於200公里),長途費率0.9元/公里(行駛里程大於等於200公里)
相關新聞:



留言

這個網誌中的熱門文章

SuSE LINUX 9.1 Professional fine tune note

1. Install 9.1 Perfessional in English 2. install nVidia 3D acceleration capibility YOU -> Installable and Installed Patches -> Download NVIDIA(r) Graphics Driver Reboot the system Note: turning off X Window by using telinit 3 , and then, telinit 5 . 3. use of USB dirves Plug it in (It is usually recognized as a SCSI drive so we use /dev/sda1 to mount it). mount -t subfs /dev/sda1 /media/usb to unmount it: umount /dev/sda1 A nice walk through can be found here . gcin , an alternative of xcin? xcin configuration is here . 4. Mount a ISO image as a drive (e.g., mount abcd.iso to /mnt/cdrom) mkdir /mnt/cdrom mount -t iso9660 -o loop /opt/images/abcd.iso /mnt/cdrom