跳到主要內容

輪胎小常識 網路轉貼

一般輪胎的保存期限約五年,過了此期限,即使輪胎未使用,其表面也會有龜裂產生的危險。
輪胎的製造日期通常都標示在〝DOT〞字樣的後方,通常有兩種:
  1. 為西元年(後兩位數)+第幾週(兩位數),以 9742 為例,即表示在1997年的第 42 週所製
  2. 為第幾週(兩位數)+西元年 (最後一位數),以 258 為例,表示輪胎為1998 年的第25週所製,所以了,買便宜的輪胎也要在保存期限內才安全。
網路轉貼,如果你是原作,請留言告知,謝謝。

留言

這個網誌中的熱門文章

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