zoukankan      html  css  js  c++  java
  • 配置文件类型

     1 {".3gp", "video/3gpp"}, 
     2 {".apk", "application/vnd.android.package-archive"}, 
     3 {".asf", "video/x-ms-asf"}, 
     4 {".avi", "video/x-msvideo"}, 
     5 {".bin", "application/octet-stream"}, 
     6 {".bmp", "image/bmp"}, 
     7 {".c", "text/plain"}, 
     8 {".class", "application/octet-stream"}, 
     9 {".conf", "text/plain"}, 
    10 {".cpp", "text/plain"}, 
    11 {".doc", "application/msword"}, 
    12 {".docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document"},
    13 {".xls", "application/vnd.ms-excel"}, 
    14 {".xlsx", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"}, 
    15 {".exe", "application/octet-stream"}, 
    16 {".gif", "image/gif"}, 
    17 {".gtar", "application/x-gtar"}, 
    18 {".gz", "application/x-gzip"}, 
    19 {".h", "text/plain"}, 
    20 {".htm", "text/html"}, 
    21 {".html", "text/html"}, 
    22 {".jar", "application/java-archive"}, 
    23 {".java", "text/plain"}, 
    24 {".jpeg", "image/jpeg"}, 
    25 {".jpg", "image/jpeg"}, 
    26 {".js", "application/x-JavaScript"}, 
    27 {".log", "text/plain"}, 
    28 {".m3u", "audio/x-mpegurl"}, 
    29 {".m4a", "audio/mp4a-latm"}, 
    30 {".m4b", "audio/mp4a-latm"}, 
    31 {".m4p", "audio/mp4a-latm"}, 
    32 {".m4u", "video/vnd.mpegurl"}, 
    33 {".m4v", "video/x-m4v"}, 
    34 {".mov", "video/quicktime"}, 
    35 {".mp2", "audio/x-mpeg"}, 
    36 {".mp3", "audio/x-mpeg"}, 
    37 {".mp4", "video/mp4"}, 
    38 {".mpc", "application/vnd.mpohun.certificate"}, 
    39 {".mpe", "video/mpeg"}, 
    40 {".mpeg", "video/mpeg"}, 
    41 {".mpg", "video/mpeg"}, 
    42 {".mpg4", "video/mp4"}, 
    43 {".mpga", "audio/mpeg"}, 
    44 {".msg", "application/vnd.ms-outlook"}, 
    45 {".ogg", "audio/ogg"}, 
    46 {".pdf", "application/pdf"}, 
    47 {".png", "image/png"}, 
    48 {".pps", "application/vnd.ms-powerpoint"}, 
    49 {".ppt", "application/vnd.ms-powerpoint"}, 
    50 {".pptx", "application/vnd.openxmlformats-officedocument.presentationml.presentation"},
    51 {".prop", "text/plain"}, 
    52 {".rc", "text/plain"}, 
    53 {".rmvb", "audio/x-pn-realaudio"}, 
    54 {".rtf", "application/rtf"}, 
    55 {".sh", "text/plain"}, 
    56 {".tar", "application/x-tar"}, 
    57 {".tgz", "application/x-compressed"}, 
    58 {".txt", "text/plain"}, 
    59 {".wav", "audio/x-wav"}, 
    60 {".wma", "audio/x-ms-wma"}, 
    61 {".wmv", "audio/x-ms-wmv"}, 
    62 {".wps", "application/vnd.ms-works"}, 
    63 {".xml", "text/plain"}, 
    64 {".z", "application/x-compress"}, 
    65 {".zip", "application/x-zip-compressed"}, 
    66 {"", "*/*"} 
  • 相关阅读:
    MongoDB的基本操作
    Python 进阶 之 协程
    sublime text3 3143 注册码
    git add 文档
    Corosync 配置描述
    Centos 7 设置 DNS
    2017百度春招<度度熊买帽子的问题>
    leetcode 160. Intersection of Two Linked Lists
    leetcode 155. Min Stack
    leetcode 141 142. Linked List Cycle
  • 原文地址:https://www.cnblogs.com/linsu/p/7025904.html
Copyright © 2011-2022 走看看