睡蓮‧池水間

Guest
2012-May-23  
0 位會員和 9 位訪客在線上

文章 :: 參考手冊

文章列表  全部  按標題逆序 

普通 精華 焦點 全部
預設 時間 標題 評分 閱讀 評論 引用 | 逆序 順序

文章

更多...
  • 色標組圖
    (按圖可放大)
  • 字符表
    ResultEntity NameEntity NumberDescription --- space !---!exclamation mark """quotation mark #---#number sign $---$dollar sign %---%percent sign &&&ampersand '''apostrophe (---(left parenthesis )---)right parenthesis *---*asterisk +---+plus sign ,---,comma -----hyphen .---.period (fullstop) /---/solidus (slash) 0---0Digit 0 1---1Digit 1 2---2digit 2 3---3digit 3 4---4digit 4 5---5digit 5 6---6digit 6 7---7digit 7 8---8digit 8 9---&...
  • W3C Current Work
    High Priority CSS Level 2 Revision 1 Selectors Level 3 CSS Mobile Profile 2.0 CSS Marquee Level 3 Medium Priority CSS Snapshot 2007 CSS Namespaces CSS Paged Media Level 3 CSS Print Profile CSS Values and Units Level 3 CSS Cascading and Inheritance Level 3 CSS Text Level 3 CSS Text Layout Level 3 CSS Line Grid Level 3 CSS Ruby CSS Generated Content for Paged Media CSS Backgrounds and Borders Level 3 CSS Fonts Level 3 CSS Basic Box Model Level 3 CSS Multi-column Layout CSS Template Layout Media Queries CSS Speech Level 3 CSS Color Level 3 CSS Basic User Interface CSS Scoping CSS Grid Positioning CSS Flexible Box CSS Transformations CSS Transitions CSS Animation Low Priority CSSOM View Module CSS Extended Box Model Level 3 CSS Object Model Level 3 C...
  • Smarty 簡繁中文手冊
    簡體中文版:http://www.phpchina.com/manual/smarty/index.html繁體中文版:http://twpug.net/docs/smarty_2.6.9_elie/index.html
  • Mime Type
    副檔名Mime Type aabapplication/x-authorware-bin aamapplication/x-authorware-map aasapplication/x-authorware-seg abaaudio/x-bamba absaudio/x-mpeg aiapplication/postscript aifaudio/x-aiff aifcaudio/x-aiff aiffaudio/x-aiff amraudio/x-amr asdapplication/astound asfvideo/x-ms-asf asnapplication/astound asxvideo/x-ms-asf auaudio/basic avivideo/x-msvideo bcpioapplication/x-bcpio binapplication/octet-stream binapplication/x-macbinary bmpimage/bmp bz2application/x-bzip2 ccnapplication/x-cnc ccoapplication/x-cocoa cddaaudio/x-aiff cdfapplication/x-netcdf cgiapplication/x-httpd-cgi chaaudio/x-chacha chmapplication/mshelp chtaudio/dspeeh classapplication/octet-stream codimage/cis-cod comapplication/octet-stream cpioapplication/x-cpio cptapplication/mac-compact...
  • IE 瀏覽器相容性列表
    http://msdn.microsoft.com/zh-tw/library/cc351024(en-us,VS.85).aspx
  • IE 條件註釋表
     IE 7IE 6IE 5.5IE 5.01 IEOOOO IE 5XXOO IE 5.0XXXO IE 5.5000XXOX IE 6XOXX IE 7.0OXXX IE 7OXXX less than 小於IE 7IE 6IE 5.5IE 5.01 lt IE 5.5000XXXO lt IE 6XXOO lt IE 7.0XOOO lt IE 7XOOO less than or equal to 小或等於IE 7IE 6IE 5.5IE 5.01 lte IE 5XXOO lte IE 5.0XXXO lte IE 5.5000XXOO lte IE 6XOOO lte IE 7.0OOOO lte IE 7OOOO greater than 大於IE 7IE 6IE 5.5IE 5.01 gt IE 5OOXX gt IE 5 0OOOX gt IE 5.5000OOXX gt IE 6OXXX greater than or equal to 大或等於IE 7IE 6IE 5.5IE 5.01 gte IE 5OOOO gte IE 5.0OOOO gte IE 5.5000OOOX gte IE 6OOXX gte IE 7.0OXXX gte IE 7OXXX
  • HTTP 狀態碼
    當一個要求傳送至您的伺服器,要求您網站的網頁 (例如,使用者以瀏覽器瀏覽您的網頁,或當 Googlebot 檢索該網頁),您的伺服器會傳回 HTTP 狀態碼以回應該要求。 此狀態碼會提供關於要求狀態的資訊, 並給予 Googlebot 關於您的網站和所要求網頁的資訊。 一些常見的狀態碼如下: * 200 - 伺服器成功傳回網頁 * 404 - 找不到所要求的網頁 * 503 - 伺服器暫時無法使用 下列為 HTTP 狀態碼的完整清單。 請按一下連結以取得更多資訊。 您也可以參閱 W3C 的 HTTP 狀態碼網頁,以取得更多資訊。 - 1xx (暫時的回應) - 指出暫時回應並請求要求者繼續的狀態碼。 代碼說明 100 (繼續)...
  • Firefox的私有前綴 -moz 列表
    http://developer.mozilla.org/En/CSS_Reference:Mozilla_Extensions
  • CSS2 - Media Types
    Media Type說明 all用於所有設備類型 aural用於語音和音樂合成器 braille用於觸覺反饋設備 embossed用於凸點盲文字符印刷設備 handheld用於小型或手提設備 print用於打印機 projection用於如幻燈片之類的投影圖像 screen用於電腦顯示器 tty用於使用固定間距字符格式如電傳打字機和終端機之類的的設備 tv用於電視類設備
  • CSS Specificity
    SelectorsexampleSpecificityA, B, C, D Universal*{...}0, 0, 0, 0 Inline Stylesstyle="..."1, 0, 0, 0 ID#waterlily{...}0, 1, 0, 0 Class.waterlily{...}0, 0, 1, 0 ID Class#waterlily .waterlily{...}0, 1, 1, 0 Elementdiv{...}0, 0, 0, 1 Element Elementdl dd{...}0, 0, 0, 2 Element:Pseudo-Elementspan:after{...}0, 0, 0, 2 Element:Pseudo-Classli:first-child{...}0, 0, 1, 1 ID Element#waterlily p{...}0, 1, 0, 1 Element Element > Childol li > a{...}0, 0, 0, 3 Element[Attribute]input[type="button"]{...}0, 0, 1, 1 Element, Element, Element( Grouping )div, table, ul{...}0, 0, 0, 3 ID, Class, Element, Element#waterlily, .waterlily, p, span{...}0, 1, 1, 2
  • CSS Hack 一覽表

最 新 發 表 及 資 訊 區

此為池水間 banner ,需要安裝 Adobe Flash Player 才能觀看內容。

最新留言

最新留言:2012-Jan-6 11:13am
留言編號:76
留言者: wuji888
網主回覆:
總留言數: 71

前往萍踪留影

造訪統計

今天:55
昨天:362
本週:1889
本月:11905
總計:433142
平均:311

連結

Powered By XOOPS
Valid XHTML 1.1
Valid CSS 3
除另有註明外,本站內容均採用 Creative Commons 姓名標示-非商業性-相同方式分享 3.0 授權條款授權
登 入