久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔

WorPress:Glossary

來自站長(zhǎng)百科
Fludlen討論 | 貢獻(xiàn)2008年9月24日 (三) 17:17的版本
(差異) ←上一版本 | 最后版本 (差異) | 下一版本→ (差異)
跳轉(zhuǎn)至: 導(dǎo)航、? 搜索


[[WordPress:#A|A]] [[WordPress:#B|B]] [[WordPress:#C|C]] [[WordPress:#D|D]] [[WordPress:#E|E]] [[WordPress:#F|F]] [[WordPress:#G|G]] [[WordPress:#H|H]] [[WordPress:#I|I]] [[WordPress:#J|J]] [[WordPress:#K|K]] [[WordPress:#L|L]] [[WordPress:#M|M]] [[WordPress:#N|N]] [[WordPress:#O|O]] [[WordPress:#P|P]] [[WordPress:#Q|Q]] [[WordPress:#R|R]] [[WordPress:#S|S]] [[WordPress:#T|T]] [[WordPress:#U|U]] [[WordPress:#V|V]] [[WordPress:#W|W]] [[WordPress:#X|X]] [[WordPress:#Y|Y]] [[WordPress:#Z|Z]]


[[WordPress:#A|A]] [[WordPress:#B|B]] [[WordPress:#C|C]] [[WordPress:#D|D]] [[WordPress:#E|E]] [[WordPress:#F|F]] [[WordPress:#G|G]] [[WordPress:#H|H]] [[WordPress:#I|I]] [[WordPress:#J|J]] [[WordPress:#K|K]] [[WordPress:#L|L]] [[WordPress:#M|M]] [[WordPress:#N|N]] [[WordPress:#O|O]] [[WordPress:#P|P]] [[WordPress:#Q|Q]] [[WordPress:#R|R]] [[WordPress:#S|S]] [[WordPress:#T|T]] [[WordPress:#U|U]] [[WordPress:#V|V]] [[WordPress:#W|W]] [[WordPress:#X|X]] [[WordPress:#Y|Y]] [[WordPress:#Z|Z]]

A[ ]

Absolute Path[ ]

A[ ]

絕對(duì)路徑[ ]

An absolute path or full path is a unique location of a file or directory name within a computer or filesystem, and usually starts with the root directory or drive letter. Directories and subdirectories listed in a path are usually separated by a slash /.

絕對(duì)路徑或者 完全路徑是電腦或者文件系統(tǒng)中的文件或者目錄名的唯一位置,通過以根目錄或者驅(qū)動(dòng)器名開頭。列在路徑中的目錄和子目錄通常由斜線/分開。

Example: 例如: /Users/Matt/www/blog/images/icecream.jpg

/Users/Matt/www/blog/images/icecream.jpg

To find the absolute path of a page, copy the text below into a new text file, save the file as path.php. Then open it in a Web browser (for example, http://www.example.com/images/path.php).

要找到網(wǎng)頁(yè)的絕對(duì)路徑,將下面的文本復(fù)制到新的文本文件中,將文件保存為path.php。然后在網(wǎng)絡(luò)服務(wù)器中打開文件(如,http://www.example.com/images/path.php)。

 <?php
 $p = getcwd();
 echo $p;
 ?>
 <?php
 $p = getcwd();
 echo $p;
 ?>

See also: [[WordPress:#Relative Path|Relative Path]]

也看看:[[WordPress:#Relative Path|相對(duì)路徑]]

External links: Wikipedia: Path (computing)

外部鏈接:Wikipedia:路徑(computing)

Absolute URI[ ]

絕對(duì) URI[ ]

A full URI. 完整URL。

 http://www.example/blog/images/icecream.jpg
 ftp://ftp.example/users/m/matt/www/
 http://www.example/blog/images/icecream.jpg
 ftp://ftp.example/users/m/matt/www/

Apache[ ]

Apache[ ]

Apache is short for Apache HTTP Server project, an open source [[WordPress:#Web server|web server]] software produced by the Apache Software Foundation. It is the most commonly used web server on the internet, and is available on many platforms, including Windows, [[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]], and [[WordPress:#Mac OS X|Mac OS X]]. Apache serves as a great foundation for publishing WordPress-powered sites.

ApacheApache HTTP 服務(wù)器項(xiàng)目的簡(jiǎn)稱,由Apache Software Foundation創(chuàng)建的開放源碼[[WordPress:#Web server|網(wǎng)絡(luò)服務(wù)器]]。Apache是網(wǎng)上最常用的網(wǎng)絡(luò)服務(wù)器,在許多平臺(tái)上都有,包括Windows,[[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]], 和[[WordPress:#Mac OS X|Mac OS X]]。Apache是發(fā)表WordPress推動(dòng)的站點(diǎn)的很好的根基。

Array[ ]

數(shù)組[ ]

An array is one of the basic data structures used in computer programming. An array contains a list (or vector) of items such as numeric or string values. Arrays allow programmers to randomly access data. Data can be stored in either one-dimensional or multi-dimensional arrays.

數(shù)組是電腦程序中使用的最基本的數(shù)據(jù)庫(kù)結(jié)構(gòu)之一。數(shù)組包含內(nèi)容列表(或者 vector),如數(shù)字或者字符串參數(shù)值。數(shù)組能夠使得程序員隨意地訪問數(shù)據(jù)。數(shù)據(jù)可以儲(chǔ)存在一維 或者多維數(shù)組中。

A one-dimension array seven (7) elements would be:

一維數(shù)組七(7)個(gè)元素是:

105 200 54 53 102 13 405


105 200 54 53 102 13 405

The Template Tag wp_list_categories() uses a one-dimensional array for the 'exclude' parameter.

模板標(biāo)簽 wp_list_categories()為'exclude'參數(shù)使用一維數(shù)組。

An example of two-dimensional array, 7 by 3 elements in size, would be:

二維數(shù)組的例子,大小為7乘3個(gè)元素:

105 200 54 53 102 13 405
15 210 14 513 2 2313 4512
501 500 499 488 552 75 1952
105 200 54 53 102 13 405
15 210 14 513 2 2313 4512
501 500 499 488 552 75 1952

External links: Array Programming at Wikipedia, Array at freedictionary.com

外部鏈接:Array Programming at Wikipedia中的數(shù)組程序,freedictionary.com中的數(shù)組

ASCII[ ]

ASCII[ ]

ASCII is short for American Standard Code for Information Interchange. Pronounced as "ask ee", it is a standard set of codes used to represent numbers, letters, symbols, and punctuation marks.

ASCIIAmerican Standard Code for Information Interchange(美國(guó)信息交換標(biāo)準(zhǔn)碼)的縮寫。讀作"ask ee",這是標(biāo)準(zhǔn)的代碼,用來代表數(shù)字,字母,符號(hào)和標(biāo)點(diǎn)符號(hào)。

External links: ASCII at Wikipedia (with character set table)

外部鏈接:Wikipedia 中的ASCII(擁有字符集表格)

Atom[ ]

Atom[ ]

A format for syndicating content on news-like sites, viewable by Atom-aware programs called news readers or aggregators.

在類似新聞的站點(diǎn)上聯(lián)合發(fā)表內(nèi)容的格式,稱為新聞閱讀器或者aggregators的Atom-aware程序可以訪問。

See also: [[WordPress:#News reader|news reader]], [[WordPress:#RSS|RSS]], [[WordPress:#RDF|RDF]]

也看看:[[WordPress:#News reader|新聞閱讀器]], [[WordPress:#RSS|RSS]], [[WordPress:#RDF|RDF]]

Avatar[ ]

Avatar[ ]

An avatar is a graphic image or picture that represents a user.

avatar是代表用戶的圖形或者圖像。

External links: Avatar (computing) at Wikipedia

外部鏈接:at Wikipedia中的Avatar(computing)

See also: [[WordPress:#Gravatar|gravatar]]

也看看:[[WordPress:#Gravatar|gravatar]]

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

B[ ]

Binaries[ ]

B[ ]

二進(jìn)制[ ]

Binaries refer to compiled computer programs, or executables. Many open source projects, which can be re-compiled from source code, offer pre-compiled binaries for the most popular platforms and operating systems. 二進(jìn)制指的是已編譯的計(jì)算機(jī)程序,或者可執(zhí)行的。許多開放源碼項(xiàng)目,可以從源代碼中再次編譯,為大多數(shù)流行的平臺(tái)和操作系統(tǒng)提供先前編譯好的二進(jìn)制。

Blog[ ]

博客[ ]

A blog, or weblog, is an online journal, diary, or serial published by a person or group of people.

博客,或者網(wǎng)絡(luò)日志,是在線日記,日志,或者一個(gè)人或者一群人連續(xù)發(fā)表的內(nèi)容。

Blogs are typically used by individuals or peer groups, but are occasionally used by companies or organizations as well. In the corporate arena, the only adopters of the blog format so far have tended to be design firms, web media companies, and other "bleeding edge" tech firms.

博客一般是一個(gè)人或者一群人使用,但是有時(shí)候公司或者組織也會(huì)使用博客。在這些共同的區(qū)域,負(fù)責(zé)博客格式的一般是設(shè)計(jì)公司,網(wǎng)絡(luò)媒體公司,和其它的"bleeding edge"技術(shù)公司。

Blogs often contain public as well as private content. Depending on the functionality of the [[WordPress:#Content Management System|CMS]] software that is used, some authors may restrict access — through the use of accounts or passwords — to content that is too personal to be published publicly.

博客通常包含公共的以及隱私的內(nèi)容。根據(jù)使用的[[WordPress:#Content Management System|CMS]]軟件的功能,有的作者可能限制訪問—通過使用帳戶或者密碼—使得一些私人內(nèi)容不公開發(fā)表。

Blogging[ ]

寫博客[ ]

Blogging is the act of writing in one's blog. To blog something is to write about something in one's blog. This sometimes involves linking to something the author finds interesting on the internet.

寫博客是指在一個(gè)人的博客上編寫內(nèi)容的活動(dòng)。寫博客指的是在一個(gè)人的博客上寫一些內(nèi)容。有時(shí)候包括鏈接到作者在網(wǎng)上查找的一些有趣的內(nèi)容。

See also: [[WordPress:#Blogosphere|blogosphere]], [[WordPress:#Blogroll|blogroll]]

也看看:[[WordPress:#Blogosphere|blogosphere]], [[WordPress:#Blogroll|友情鏈接]]

Blogosphere[ ]

Blogosphere[ ]

The blogosphere is the subset of internet web sites which are, or relate to, [[WordPress:#Blog|blogs]].

blogosphere是網(wǎng)站的子集,是[[WordPress:#Blog|博客]]或者與[[WordPress:#Blog|博客]]相關(guān)。

See also: [[WordPress:#Blog|blog]], [[WordPress:#Blogroll|blogroll]] 也看看:[[WordPress:#Blog|博客]], [[WordPress:#Blogroll|友情鏈接]]

Blogroll[ ]

友情鏈接[ ]

A blogroll is a list of links to various blogs or news sites. Often a blogroll is "rolled" by a service which tracks updates (using [[WordPress:#Feed|feeds]]) to each site in the list, and provides the list in a form which aggregates update information.

友情鏈接是鏈接到不同的博客或者新的站點(diǎn)上的鏈接列表。

See also: [[WordPress:#Blog|blog]], [[WordPress:#Blogosphere|blogosphere]], [[WordPress:#Feed|feed]], [[WordPress:#News reader|news reader]]

也看看:[[WordPress:#Blog|博客]], [[WordPress:#Blogosphere|blogosphere]], [[WordPress:#Feed|feed]], [[WordPress:#News reader|新聞閱讀器]]

External links: News aggregator at Wikipedia

外部鏈接:News aggregator at Wikipedia中的新聞aggregator

Bookmarklet[ ]

Bookmarklet[ ]

A bookmarklet (or favelet) is a "faux" bookmark containing scripting code, usually written in [[WordPress:#JavaScript|JavaScript]], that allows the user to perform a function.

bookmarklet (或者 favelet)是"faux" bookmark包含腳本代碼,通常用[[WordPress:#JavaScript|JavaScript]]編寫,但是允許用戶執(zhí)行一個(gè)功能。

Examples[ ]

例子[ ]

  • The WordPress WordPress:Press It bookmarklet allows a user to quickly [[WordPress:#Blog|blog]] whichever web site he/she is currently viewing.
  • WordPress 按住它 bookmarklet允許用戶在不管查看什么站點(diǎn)的情況下,快速地[[WordPress:#Blog|寫博客]]。
  • The del.icio.us bookmarklets allow a user to quickly post a link to his/her del.icio.us bookmarks list.
  • del.icio.us bookmarklets 允許用戶快速地向他的/她的del.icio.us bookmarks列表上發(fā)表鏈接。
  • the Flickr bookmarklet allows a user to view all images on the page he/she is currently viewing, then select one or more to post to his/her Flickr photostream.
  • Flickr bookmarklet允許訪客瀏覽他/她當(dāng)前瀏覽的頁(yè)面上的所有圖像,然后選擇一個(gè)或者多個(gè)圖像發(fā)表到他的/她的Flickr photostream。

See also: [[WordPress:#Blog|blog]] 也看看:[[WordPress:#Blog|博客]]

Boolean[ ]

Boolean[ ]

A [[WordPress:#Variable|Variable]] or expression which evaluates to either true or false.

[[WordPress:#Variable|變數(shù)]]或者表述評(píng)定正確或者錯(cuò)誤。

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

C[ ]

Category[ ]

C[ ]

類別[ ]

Each [[WordPress:#Post|post]] in WordPress is filed under a category. Thoughtful categorization allows posts to be grouped with others of similar content and aids in the navigation of a site. Please note, the post category should not be confused with the Link Categories used to classify and manage Links.

WordPress中的每篇[[WordPress:#Post|文章]]歸檔在類別下。合理的分類使得相似內(nèi)容的文章組合在一起,幫助站點(diǎn)的導(dǎo)航。請(qǐng)注意,文章類別不應(yīng)該與用來分類和管理鏈接鏈接類別相混合在一起。

CGI[ ]

CGI[ ]

CGI (Common Gateway Interface) is a specification for server-side communication scripts designed to transfer information between a Web server and a web-client (browser). Typically, HTML pages that collect data via forms use CGI programming to process the form data once that data is submitted by the client.

CGI (公共網(wǎng)關(guān)接口) server-side交流腳本的詳述,用來在網(wǎng)絡(luò)服務(wù)器和web-client (瀏覽器)之間傳遞信息。一般來說,通過表格收集數(shù)據(jù)的HTML頁(yè)面,在client遞交數(shù)據(jù)的時(shí)候,就使用CGI程序處理表格數(shù)據(jù)。

Character Entity[ ]

字符實(shí)體[ ]

A character entity is a method used to display special characters normally reserved for use in [[WordPress:#HTML|HTML]]. For example, the less than (<) and greater than (>) are used as part the [[WordPress:#HTML|HTML]] tag structure, so both symbols are reserved for that use. But, if you need to display those symbols on your site, you can use character entities. For example:

字符實(shí)體是用來顯示特別字符的方法,一般用于 [[WordPress:#HTML|HTML]]。例如,少于 (<) 和 多于 (>)用作[[WordPress:#HTML|HTML]]標(biāo)簽結(jié)構(gòu)的一部分,因此,兩種符號(hào)都用于那個(gè)目的。但是,如果你需要在你的站點(diǎn)上顯示這些符號(hào),你可以使用character entities。例如:

use &lt;  for the less than (<) symbol
use &gt;  for the greater than (>) symbol
為 少于 (<) 符號(hào)使用&lt;  
為多于(>) 符號(hào)使用 &gt;  

Related articles: WordPress:Fun Character Entities 相關(guān)文章:有趣的Character Entities

Character set[ ]

字符集[ ]

A character set is a collection of symbols (letters, numbers, punctuation, and special characters), when used together, represent meaningful words in a language. Computers use an encoding scheme so members of a character set are stored with a numeric value (e.g. 0=A, 1=B, 2=C, 3=D). In addition, a [[WordPress:#Collation|collation]] determines the order (i.e alphabetic) to use when sorting the character set. By default, WordPress uses the Unicode UTF-8 (utf8) character set for the WordPress MySQL database tables created during the installation process. Beginning with WordPress:Version 2.2, the database character set (and collation) is defined in the wp-config.php file. Also note, the character set used for syndication feeds is set in the Administration > Settings > Reading panel.


字符集是符號(hào)的收集 (字母,數(shù)字,標(biāo)點(diǎn)符號(hào)和特別的字符),這些符號(hào)用在一起的時(shí)候,代表語(yǔ)言中有意思的單詞。電腦使用編碼,這樣字符集中的字符是使用數(shù)值儲(chǔ)存的(如 0=A, 1=B, 2=C, 3=D)。此外,[[WordPress:#Collation|collation]] 定義了給字符集分類的時(shí)候,應(yīng)該使用的順序(如,字母表順序) 。默認(rèn)情況下,WordPress為在安裝過程時(shí)創(chuàng)建的 WordPress MySQL 數(shù)據(jù)庫(kù)表格使用Unicode UTF-8 (utf8) 字符集。從 2.2版本開始,數(shù)據(jù)庫(kù)字符集(和collation) 定義在wp-config.php 文件中。同時(shí)注意,用于syndication feeds的字符集設(shè)置在 管理 > 設(shè)置 > 閱讀面板中。

Related articles: WordPress:Editing wp-config.php, [[WordPress:#Collation|Collation]], WordPress:Converting Database Character Sets

相關(guān)文章:編輯wp-config.php, [[WordPress:#Collation|Collation]], 轉(zhuǎn)變數(shù)據(jù)庫(kù)字符集

External links: Character set at Wikipedia, Unicode at Wikipedia, UTF-8 at Wikipedia, Character sets and collation at MySQL

外部鏈接:Wikipedia中的字符集, Wikipedia中的Unicode, Wikipedia中的UTF-8, MySQL中的字符集和collation

chmod[ ]

chmod[ ]

chmod is a [[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]] [[WordPress:#Shell|shell]] command used to change [[WordPress:#Permissions|permissions]] on files. Its name is a contraction of "change mode."

chmod是[[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]] [[WordPress:#Shell|shell]]命令用來更改文件[[WordPress:#Permissions|權(quán)限]]。這個(gè)單詞是"change mode"(更改權(quán)限)的縮寫。

Related articles: WordPress:Changing File Permissions, WordPress:UNIX Shell Skills, WordPress:htaccess for subdirectories

相關(guān)文章:更改文件權(quán)限, UNIX Shell 技術(shù), 子目錄的htaccess

Class[ ]

Class[ ]

Classes are groupings of CSS styles which can be applied to any HTML element. ClassesCSS樣式的組合,可以用于任何HTML element。

Related articles: WordPress:CSS, WordPress:Blog Design and Layout

相關(guān)文章:WordPress:CSS, 博客設(shè)計(jì)與布局

Collation[ ]

Collation[ ]

Collation refers to the order used to sort the letters, numbers, and symbols of a given [[WordPress:#Character set|character set]]. For example, because WordPress, by default, uses the UTF-8 (utf8) character set, and when the WordPress MySQL database tables are created during the installation process, MySQL assigns utf8_general_ci collation to those table. Beginning with WordPress:Version 2.2, the collation (and character set) used by WordPress is defined via the wp-config.php file.

Collation用來為給定的[[WordPress:#Character set|字符集]]中的字母,數(shù)字和符號(hào)分類的順序。例如,因?yàn)槟J(rèn)情況下,WordPress使用UTF-8 (utf8)字符集,而且安裝過程中創(chuàng)建WordPress MySQL 數(shù)據(jù)庫(kù)表格的時(shí)候,MySQL將utf8_general_ci collation指定給這些表格。從2.2版本開始,WordPress使用的collation (和字符集)是通過wp-config.php文件定義的。

Related articles: WordPress:Editing wp-config.php, [[WordPress:#Character set|Character set]], WordPress:Converting Database Character Sets

相關(guān)文章:編輯wp-config.php, [[WordPress:#Character set|字符集]], 轉(zhuǎn)變數(shù)據(jù)庫(kù)字符集

External links: Collation at Wikipedia, Character set at Wikipedia, UTF-8 at Wikipedia, Character sets and collation at MySQL

外部鏈接:Wikipedia中的Collation, Wikipedia中的字符集, Wikipedia中的UTF-8, MySQL中的字符集和Collation

Comments[ ]

評(píng)論[ ]

Comments are a feature of [[WordPress:#Blog|blogs]] which allow readers to respond to [[WordPress:#Post|posts]]. Typically readers simply provide their own thoughts regarding the [[WordPress:#Content|content]] of the post, but users may also provide links to other resources, generate discussion, or simply compliment the author for a well-written post.

評(píng)論是[[WordPress:#Blog|博客]]功能,使得讀者能夠?qū)[WordPress:#Post|文章]]做出反饋。一般來說,讀者只會(huì)提出自己對(duì)于文章[[WordPress:#Content|內(nèi)容]]的看法,但是用戶也可能提供鏈接,鏈接到其它資源,產(chǎn)生討論,或者就是稱贊作者寫了一篇好文章。

Comments can be controlled and regulated through the use of filters for language and content, and often times can be queued for approval before they are visible on the web site. This is useful in dealing with comment spam.

通過使用語(yǔ)言和內(nèi)容filters,可以控制和規(guī)范評(píng)論,通常評(píng)論需要等待一些時(shí)間審核,然后才會(huì)出現(xiàn)在網(wǎng)站上。這有利于處理評(píng)論垃圾廣告。

Related articles: Comment-related plugins, Dealing with comment spam, plugins

相關(guān)文章:評(píng)論相關(guān)的插件, 處理評(píng)論垃圾廣告, 插件

See also: [[WordPress:#Blog|blog]]

也看看:[[WordPress:#Blog|博客]]

External links: Hyperlink at Wikipedia

外部鏈接:Wikipedia中的Hyperlink

Content[ ]

內(nèi)容[ ]

Content consists of text, images, or other information shared in [[WordPress:#Post|posts]]. This is separate from the structural design of a web site, which provides a framework into which the content is inserted, and the presentation of a site, which involves graphic design. A [[WordPress:#Content Management System|Content Management System]] changes and updates content, rather than the structural or graphic design of a web site.

內(nèi)容包括文本,圖像或者[[WordPress:#Post|文章]]中的其它信息。這與站點(diǎn)的結(jié)構(gòu)設(shè)計(jì)相分開,站點(diǎn)結(jié)構(gòu)設(shè)計(jì)提供了框架規(guī)定在哪里插入內(nèi)容,以及站點(diǎn)的外觀,包括圖形設(shè)計(jì)。[[WordPress:#Content Management System|內(nèi)容管理系統(tǒng)]]更改并且更新了內(nèi)容,而不是網(wǎng)站的結(jié)構(gòu)或者圖形設(shè)計(jì)。

Content Management System[ ]

內(nèi)容管理系統(tǒng)[ ]

A Content Management System, or CMS, is software for facilitating the maintenance of [[WordPress:#Content|content]], but not design, on a web site. A [[WordPress:#Blog|blogging]] tool is an example of a Content Management System.

內(nèi)容管理系統(tǒng),或者CMS,是用來便于維護(hù)[[WordPress:#Content|內(nèi)容]]的軟件,但是不是網(wǎng)站的設(shè)計(jì)。[[WordPress:#Blog|寫博客]]工具是內(nèi)容管理系統(tǒng)的例子。

See also: [[WordPress:#Blog|blog]] 也看看:[[WordPress:#Blog|博客]]

cPanel[ ]

cPanel[ ]

cPanel is a popular web-based administration tool that many [[WordPress:#Hosting provider|hosting providers]] provide to allow users to configure their own accounts using an easy-to-use interface.

cPanel是流行的,以網(wǎng)絡(luò)為基礎(chǔ)的管理工具,許多[[WordPress:#Hosting provider|主機(jī)供應(yīng)商]]提供這個(gè)工具,允許用戶使用便于使用的界面配置自己的帳戶。

Related articles: WordPress:Using cPanel, Adding New Themes in cPanel

相關(guān)文章:使用cPanel, 在cPanel中添加新的主題

External links: cPanel website 外部鏈接:cPanel 網(wǎng)站

CSS[ ]

CSS[ ]

CSS, or Cascading Style Sheets, is a W3C open standards programming language for specifying how a web page is presented. It allows web site designers to create formatting and layout for a web site independently of its content.

CSS,或者層疊式樣式表,是W3C 開放標(biāo)準(zhǔn)程序語(yǔ)言,用來規(guī)定網(wǎng)頁(yè)的呈現(xiàn)方式。這樣網(wǎng)站設(shè)計(jì)人員可以獨(dú)立與網(wǎng)站的內(nèi)容創(chuàng)建網(wǎng)站的格式和布局。

Related articles: WordPress:CSS, WordPress:Blog Design and Layout

相關(guān)文章:CSS, 博客設(shè)計(jì)和布局

External links: CSS at W3C, Open standards at Wikipedia, W3C.org

外部鏈接:W3C中的CSS, Wikipedia中的開放標(biāo)準(zhǔn), W3C.org [[WordPress:#top|返回到頂上方]]

D[ ]

Database[ ]

D[ ]

數(shù)據(jù)庫(kù)[ ]

A database in computing terms is software used to manage information in an organized fashion. WordPress uses the MySQL relational database management system for storing and retrieving the content of your blog, such as posts, comments, and so on.

數(shù)據(jù)庫(kù)是計(jì)算術(shù)語(yǔ),是用來以有組織的方式管理信息的軟件。WordPress 使用MySQL相關(guān)的數(shù)據(jù)庫(kù)管理系統(tǒng)用來儲(chǔ)存并且重新得到你的博客的內(nèi)容,如文章, 評(píng)論等等。

Related Articles: WordPress:Database Description, WordPress:Backing Up Your Database,

相關(guān)文章:數(shù)據(jù)庫(kù)描述, 備份你的數(shù)據(jù)庫(kù),

Deprecated[ ]

已取消[ ]

Deprecated functions or template tags are no longer supported, and will soon be obsolete.

已取消的函數(shù)或者模板標(biāo)簽不再使用,不久就會(huì)荒廢。

Developer[ ]

開發(fā)人員[ ]

A developer, or dev, is a computer programmer who is active in creating, modifying, and updating a software product.

開發(fā)人員, 或者 dev是電腦編程人員,創(chuàng)建,更改,以及更新軟件產(chǎn)品。

Related articles: WordPress:Hacking WordPress, WordPress:Plugin API

相關(guān)文章:Hacking WordPress, 插件 API

DIV[ ]

DIV[ ]

A DIV element in HTML marks a section of text. DIVs are used extensively in WordPress to apply CSS stylings to particular blog elements.

HTML中的DIV element標(biāo)記文本的一部分。DIVs廣泛地用于WordPress中,將CSS樣式用于特別的博客 elements。

Related articles: WordPress:CSS, WordPress:Blog Design and Layout

相關(guān)文章:CSS, 博客設(shè)計(jì)和布局

DOM[ ]

DOM[ ]

DOM (Document Object Model) is a standard, platform-independent interface that allows programmers to dynamically access HTML and XML to control the content and structure of documents. DOM connects programming scripts to web pages.

DOM (Document Object Model)是標(biāo)準(zhǔn)的,獨(dú)立于平臺(tái)的界面,允許程序人員動(dòng)態(tài)地訪問HTML和XML控制文檔的內(nèi)容和結(jié)構(gòu)。DOM將程序腳本與網(wǎng)頁(yè)連接。

External links: DOM at Wikipedia, DOM at W3C.org

外部鏈接:DOM at Wikipedia中的DOM, W3C.org中的DOM

Draft[ ]

草稿[ ]

The draft [[WordPress:#Post status|post status]] is for WordPress [[WordPress:#Post|posts]] which are saved, but as yet unpublished. A draft post can only be edited through the Administration Panel, WordPress:Write Post SubPanel by users of equal or greater User Level than the post's author.

草稿 [[WordPress:#Post status|文章狀態(tài)]]是用于已經(jīng)保存但是還沒有發(fā)表的WordPress[[WordPress:#Post|文章]]。只有等于或者高于文章作者 用戶級(jí)別用戶管理面板, 寫文章子面板上才能夠編輯草稿。

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

E[ ]

Excerpt[ ]

E[ ]

摘錄[ ]

An excerpt is a condensed description of your blog [[WordPress:#Post|post]] and refers to the summary entered in the Excerpt field of the Write Post SubPanel (see Advanced Editing). The excerpt is used to describe your post in RSS feeds and is typically used in displaying search results. The excerpt is sometimes used in displaying the Archives and [[WordPress:#Category|Category]] views of your posts. The Template Tag the_excerpt() can be used to access the contents of this field. 摘錄是你的博客[[WordPress:#Post|文章]]的縮寫,指的是寫文章子面板的摘錄區(qū)中輸入的摘錄(請(qǐng)看看 高級(jí)編輯)。摘錄用來描述RSS feeds中你的文章并且一般用來顯示搜索結(jié)果。摘錄有時(shí)候用于顯示歸檔和你的文章的[[WordPress:#Category|類別]] 瀏覽。模板標(biāo)簽 the_excerpt()可以用來訪問這個(gè)欄的內(nèi)容。

An excerpt should not be confused with the teaser which refers to the first 55 words of the [[WordPress:#Post|post]]'s content. When typing a long post you can insert the %%%%%% Quicktag after a few sentences to act as a cut-off point. When the post is displayed, the teaser, followed by a hyperlink (such as Read the rest of this entry...), are displayed. Your visitor can then click on that link to see the full version of your [[WordPress:#Post|post]]. The Template Tag the_content() can be used to display the teaser.

摘錄不應(yīng)該與摘要相混淆,摘要指的是[[WordPress:#Post|文章]]內(nèi)容的前55個(gè)單詞。輸入一篇很長(zhǎng)的文章的時(shí)候,你可以在幾個(gè)句子的后面插入%%%<!—更多的-->%%% Quicktag作為切斷點(diǎn)。文章顯示的時(shí)候,摘要,和hyperlink(例如閱讀這篇文章的其余部分...得到顯示。你的訪客可以點(diǎn)擊這個(gè)鏈接,查看你的[[WordPress:#Post|文章]]的完整版本。模板標(biāo)簽 the_content()可以用來顯示摘要。

Related articles: Customizing the Read More.

相關(guān)文章:自定義閱讀更多的

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

F[ ]

Feed[ ]

F[ ]

Feed[ ]

A feed is a function of special software that allows "Feedreaders" to access a site automatically looking for new content and then posting the information about new content and updates to another site. This provides a way for users to keep up with the latest and hottest information posted on different blogging sites. Some Feeds include RSS (alternately defined as "Rich Site Summary" or "Really Simple Syndication"), Atom or RDF files. Dave Shea, author of the web design weblog Mezzoblue has written a comprehensive summary of feeds. Feeds generally are based on [[WordPress:#XML|XML]] technology.

feed是特別軟件的功能,能夠使得"Feedreaders"自動(dòng)地訪問站點(diǎn),查找新的內(nèi)容,然后發(fā)表新內(nèi)容的信息,更新到另一個(gè)站點(diǎn)。這使得用戶能夠跟上不同的寫博客站點(diǎn)上的最新的和最熱門的信息。有些Feeds包括RSS(定義為"Rich Site Summary" 或者"Really Simple Syndication"),Atom或者RDF文件。Dave Shea,網(wǎng)站設(shè)計(jì)博客Mezzoblue的作者編寫了feeds的全面的總結(jié)。Feeds一般是以[[WordPress:#XML|XML]]技術(shù)為基礎(chǔ)的。

FTP[ ]

FTP[ ]

FTP, or File Transfer Protocol, is rather predictably, a client-server protocol for transferring files. It is one way to download files, and the most common way to upload files to a server.

FTP,或者文件傳輸協(xié)議,是可預(yù)測(cè)的,是傳輸文件的client-server協(xié)議。是下載文件的一種方式,但是更多地用于將文件上傳到服務(wù)器。

An FTP client is a program which can download files from, or upload files to, an FTP server.

FTP client是個(gè)程序,可以用來從FTP 服務(wù)器下載文件或者上傳文件。 You may need to use an FTP client to upload your WordPress files to your [[WordPress:#Web server|web server]], particularly if you use a [[WordPress:#Hosting provider|hosting provider]].

你可能需要使用FTP client將你的WordPress文件上傳到你的[[WordPress:#Web server|網(wǎng)絡(luò)服務(wù)器]],如果你使用[[WordPress:#Hosting provider|主機(jī)供應(yīng)商]],你更需要這樣做。

Related articles: WordPress:FTP Clients, WordPress:Uploading WordPress to a remote host, WordPress:Using FileZilla

相關(guān)文章:FTP Client, 將WordPress上傳到遠(yuǎn)程主機(jī), 使用FileZilla

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

G[ ]

Gallery[ ]

G[ ]

Gallery[ ]

As defined by Andy Skelton, Gallery, introduced with WordPress 2.5, is specifically an exposition of images attached to a post. In that same vein, an upload is "attached to a post" when you upload it while editing a post.

就如Andy Skelton所定義的,WordPress2.5引進(jìn)的Gallery,是附加到文章上的圖像。同樣,當(dāng)你編輯文章的時(shí)候,上傳內(nèi)容,這個(gè)內(nèi)容就會(huì)"附加到文章"上。

In the uploader there is a "Gallery" tab that shows all of the uploads attached to the post you are editing. When you have more than one attachment in a post, you should see at the bottom of the Gallery tab a button marked "Insert gallery into post". That button inserts a shortcode "[gallery]" into the post. WordPress replaces that shortcode with an exposition of all images attached to that post. Non-image file types are excluded from the gallery.

在uploader中,有個(gè)"Gallery"標(biāo)簽,這個(gè)標(biāo)簽顯示了你編輯的文章中附加的所有上傳內(nèi)容。當(dāng)你的文章中有多個(gè)上傳內(nèi)容的時(shí)候,你在Gallery標(biāo)簽的底部會(huì)看到按鈕,顯示"將gallery插入到文章"中。按鈕將短代碼"[gallery]"插入到文章中。WordPress是使用附加到文章上的圖像取代shortcode。Gallery中去除了非圖像類型的文件。

Notes: 注: If you don't see the "Insert galley into post" button, it may be because you have not attached two images to the post.

如果你沒有看見"將gallery插入到文章"按鈕,可能因?yàn)槟銢]有將兩個(gè)圖像附加到文章上。

The pretty URLs for attachments are made only after you have published the post and should be composed as the post permalink plus the attachment slug.

只有你發(fā)表文章后,才會(huì)創(chuàng)建文章附件的pretty URLs而且應(yīng)該創(chuàng)建為文章permalinks和附件slug。

GMT[ ]

格林尼治標(biāo)準(zhǔn)時(shí)間[ ]

GMT, or Greenwich Mean Time, is the time zone from which all other time zones are measured. Local times around the globe are calculated according to their offset from the time in Greenwich, England.

GMT,或者 格林尼治標(biāo)準(zhǔn)時(shí)間,是測(cè)量所有其它時(shí)區(qū)的時(shí)區(qū)。全球的本地時(shí)間的測(cè)量是根據(jù)這些時(shí)區(qū)距離英國(guó)格林尼治有多少個(gè)時(shí)區(qū)來測(cè)量的。

External links: Greenwich Mean Time at Wikipedia, Time zone at Wikipedia

外部鏈接:Wikipedia中的格林尼治時(shí)間, Wikipedia中的時(shí)區(qū)

Gravatar[ ]

Gravatar[ ]

A gravatar is a globally recognized [[WordPress:#Avatar|avatar]] (a graphic image or picture that represents a user). Typically a user's gravatar is associated with their email address, and using a service such as Gravatar.com, a blog owner to can configure their blog so that a user's gravatar is displayed along with their comments

gravatar是全球識(shí)別的[[WordPress:#Avatar|avatar]](代表用戶的圖形圖像或者圖畫)。一般用戶的gravatar與他們的電子郵件地址相關(guān),使用服務(wù)如Gravatar.com,博客所有人可以配置自己的博客這樣用戶的garvatar與他們的評(píng)論一起顯示

External links: Gravatar at Wikipedia

外部鏈接:Wikipedia中的Gravatar

See also: [[WordPress:#Avatar|avatar]]

也看看:[[WordPress:#Avatar|avatar]]

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

H[ ]

Hack[ ]

H[ ]

Hack[ ]

A hack is a bit of code written to customize or extend the functionality of a software product. Older versions of WordPress used a hack-based extension system, but versions 1.2 and above of WordPress use a plugin API with hooks for extensions.

hack是一些代碼,用來自定義或者擴(kuò)展軟件產(chǎn)品的功能。WordPress其它的更舊的版本使用hack為基礎(chǔ)的擴(kuò)展系統(tǒng),但是1.2版本以及更高的WordPress版本使用plugin API hooks擴(kuò)展。

Related articles: WordPress:Changelog, WordPress:Hacking WordPress, WordPress:Plugin API

相關(guān)文章:Changelog, Hacking WordPress, 插件API

See also: [[WordPress:#Hacking|hacking]], [[WordPress:#Plugin|plugin]]

也看看:[[WordPress:#Hacking|hacking]], [[WordPress:#Plugin|插件]]

External links: Open source at Wikipedia

外部鏈接:Wikipedia中的開放資源

Hacking[ ]

Hacking[ ]

Hacking is the process of writing code for, or contributing code to, a piece of software.

Hacking是向軟件編寫代碼或者貢獻(xiàn)代碼的過程。

There is some controversy surrounding the meaning of this term. It began as a benign term meaning "to exercise proficiency" or "to alter or improve," but the popular media have since construed it to mean "to break into a computer system, usually with malicious intent." Many in the computer industry have recently begun trying to 'take back' the word from its popular mutation, and many have adopted the term cracking to replace the malicious interpretation. Because of the desire to reclaim the word, you will often find the term used in conjunction with open source projects, intended in its benign form. For more information about the history of the term, please see Hacker.

關(guān)于這個(gè)術(shù)語(yǔ)的含義存在一些爭(zhēng)議。首先指的是較好的意思"變得更熟練"或者 "更改或者提高,",但是流行的媒體將其解釋為"帶有惡意的意圖,破壞電腦系統(tǒng)。"電腦行業(yè)中的許多人試著'找回'這個(gè)單詞的意思,你會(huì)發(fā)現(xiàn)這個(gè)術(shù)語(yǔ)與開放源碼項(xiàng)目用在一起,而且是個(gè)褒義詞。關(guān)于這個(gè)術(shù)語(yǔ)意思?xì)v史的更多信息,請(qǐng)看看關(guān)于Hacker的Wikipedia的文章

Related articles: WordPress:Hacking WordPress, WordPress:Plugins

相關(guān)文章:破解WordPress, 插件

See also: [[WordPress:#Hack|hack]]

也看看:[[WordPress:#Hack|hack]]

Hosting provider[ ]

主機(jī)供應(yīng)商[ ]

A hosting provider is a company or organization which provides, usually for a fee, infrastructure for making information accessible via the web. This involves the use of a [[WordPress:#Web server|web server]] (including web server software such as [[WordPress:#Apache|Apache]]), and may involve one or more related technologies, such as [[WordPress:#FTP|FTP]], [[WordPress:#PHP|PHP]], [[WordPress:#MySQL|MySQL]], and operating system software such as [[WordPress:#Linux|Linux]] or [[WordPress:#Unix|Unix]].

主機(jī)供應(yīng)商是個(gè)公司或者組織,通過收費(fèi)形式提供基本結(jié)構(gòu),使得信息出現(xiàn)在網(wǎng)絡(luò)上。這包括使用[[WordPress:#Web server|網(wǎng)絡(luò)服務(wù)器]] (包括網(wǎng)絡(luò)服務(wù)器軟件,如[[WordPress:#Apache|Apache]]),還設(shè)計(jì)到一個(gè)或者更多的相關(guān)技術(shù),如[[WordPress:#FTP|FTP]], [[WordPress:#PHP|PHP]], [[WordPress:#MySQL|MySQL]], 和操作系統(tǒng)軟件,如 [[WordPress:#Linux|Linux]]或者 [[WordPress:#Unix|Unix]]。

Related articles: WordPress:Hosting WordPress

相關(guān)文章:托管WordPress

.htaccess[ ]

.htaccess[ ]

A .htaccess file is a granular configuration file for the [[WordPress:#Apache|Apache]] [[WordPress:#Web server|web server]] software, used to set or alter the server's configuration settings for the directory in which it is present, and/or its child directories.

.htaccess文件是[[WordPress:#Apache|Apache]] [[WordPress:#Web server|網(wǎng)絡(luò)服務(wù)器]]軟件的小的配置文件,用于設(shè)置或者更改目錄中呈現(xiàn)的服務(wù)器配置設(shè)置,或者更改子目錄。

WordPress uses an .htaccess file in conjunction with the [[WordPress:#mod_rewrite|mod_rewrite]] [[WordPress:#Apache|Apache]] module to produce [[WordPress:#Permalink|permalinks]].

WordPress將.htaccess文件與[[WordPress:#mod_rewrite|mod_rewrite]] [[WordPress:#Apache|Apache]]模用在一起,來創(chuàng)建[[WordPress:#Permalink|permalinks]]。

Note that .htaccess is a hidden file in [[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]] (as dictated by the preceding period '.'), meaning it may not be visible using the default settings of some FTP clients. 注意.htaccess是[[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]]中的隱藏文件(如前述'.'),意思是使用一些FTP clients的默認(rèn)設(shè)置,可能能夠看到這些文件。

See also: [[WordPress:#chmod|chmod]]

也看看:[[WordPress:#chmod|chmod]]

Related articles: WordPress:htaccess for subdirectories, WordPress:Using Permalinks, WordPress:UNIX Shell Skills, WordPress:Changing File Permissions

相關(guān)文章:子目錄的htaccess, 使用Permalinks, UNIX Shell技術(shù), 更改文件權(quán)限

HTML[ ]

HTML[ ]

HTML, or Hypertext Markup Language, is the W3C standard language with which all web pages are built. It is the predecessor to [[WordPress:#XHTML|XHTML]], but HTML is often still used to describe either one. It is often used in conjunction with [[WordPress:#CSS|CSS]] and/or [[WordPress:#JavaScript|JavaScript]].

HTML,或者超文本標(biāo)記語(yǔ)言 ,是W3C標(biāo)準(zhǔn)語(yǔ)言,所有網(wǎng)頁(yè)就是使用這種語(yǔ)言編寫的。這種語(yǔ)言是[[WordPress:#XHTML|XHTML]]的先驅(qū),但是HTML仍然經(jīng)常用于描述其中的任何一種語(yǔ)言。HTML通常與[[WordPress:#CSS|CSS]] 和/或者[[WordPress:#JavaScript|JavaScript]]一起使用。

WordPress strives to conform to the [[WordPress:#XHTML|XHTML]] standard.

WordPress努力符合[[WordPress:#XHTML|XHTML]]標(biāo)準(zhǔn)。

External links: HTML 4.01 Specification, W3C org

外部鏈接:HTML 4.01 詳述, W3C org

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

I[ ]

IP address[ ]

I[ ]

IP 地址[ ]

An IP address is a unique number (e.g. 70.84.29.148) assigned to a computer (or other internet-capable information appliance, such as a network printer) to enable it to communicate with other devices using the Internet Protocol. It is a computer's identity on the internet, and every computer connected to the internet is assigned at least one — although the methods of assigning these addresses, and the permanence and duration of their assignment, differ according to the use of the computer and the circumstances of its internet use.

IP 地址是唯一的數(shù)字(如70.84.29.148)分配給計(jì)算機(jī)(或者其它帶有網(wǎng)絡(luò)信息的電器,如網(wǎng)絡(luò)打印機(jī))使得這些電腦使用因特網(wǎng)協(xié)議與其它電腦相交流。IP地址是電腦在因特網(wǎng)上的識(shí)別符號(hào),而且每個(gè)與因特網(wǎng)連接的電腦至少有一個(gè)&mdash IP地址;雖然分配這些IP地址的方法,以及這些IP地址的連續(xù)性和永久性,根據(jù)電腦的使用和因特網(wǎng)使用的環(huán)境的不同而不同。

Every [[WordPress:#Web server|web server]] is assigned an IP address as well, but often times [[WordPress:#Hosting provider|hosting providers]] will assign multiple IP addresses to one computer, in the event that multiple web sites reside on the same physical server. This is the case with most inexpensive 'managed' or 'group' hosting packages.

每個(gè)[[WordPress:#Web server|網(wǎng)絡(luò)服務(wù)器]]也得到一個(gè)IP地址,但是通常[[WordPress:#Hosting provider|主機(jī)供應(yīng)商]]會(huì)向一臺(tái)電腦分配多個(gè)IP地址,以防止多個(gè)網(wǎng)站同時(shí)地處于一臺(tái)電腦上。這是便宜的'管理'或者'成群的'托管包。 Domain names were created to provide an easier means of accessing internet resources than IP addresses, which are cumbersome to type and difficult to remember. Every domain name has at least one corresponding IP address, but only a small number of IP addresses have a domain name associated with them, since only computers that are web servers require domain names. The Domain Name System (DNS) is what maps Domain names to IP addresses.

域名是比IP地址還要簡(jiǎn)單的,訪問網(wǎng)絡(luò)資源的方式,IP地址輸入較為麻煩,也很難記。每個(gè)域名至少有一個(gè)相應(yīng)的IP地址,但是只有少數(shù)的IP地址擁有相關(guān)的域名,因?yàn)橹糜诰W(wǎng)絡(luò)服務(wù)器的電腦才需要域名。域名系統(tǒng) (DNS)域名反映到IP地址上。

External links: Domain names at Wikipedia, Domain Name System (DNS) at Wikipedia

外部鏈接:Wikipedia中的域名, Wikipedia中的域名系統(tǒng)(DNS)

ISAPI[ ]

ISAPI[ ]

ISAPI (Internet Server Application Programming Interface) is a set of programming standards designed to allow programmers to quickly and easily develop efficient Web-based applications. Developed by Process Software and Microsoft Corporation, ISAPI is intended to replace CGI programs.

ISAPI (因特網(wǎng)服務(wù)器應(yīng)用軟件程序接口)是一組編程標(biāo)準(zhǔn),用來使得程序員快速輕易地開發(fā)有效的,以網(wǎng)絡(luò)為基礎(chǔ)的應(yīng)用軟件。有Process Software和Microsoft 公司開發(fā),ISAPI用來取代CGI程序。

External links: ISAPI at Wikipedia 外部鏈接:Wikipedia中的ISAPI

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

J[ ]

JavaScript[ ]

J[ ]

JavaScript[ ]

Developed by Netscape and Sun, JavaScript is a client-side programming or scripting language. It's used to create interactive and dymanic effects on a web page, as well as handle and manipulate form data. JavaScript is a separate language from Java. All modern browsers support JavaScript. Some excellent JavaScript references and tutorials can be found at JavaScript Kit.

NetscapeSun開發(fā),JavaScript是client-side編程或者腳本語(yǔ)言。用來在網(wǎng)頁(yè)上創(chuàng)建互動(dòng)和動(dòng)態(tài)的效果,以及處理和操作表格數(shù)據(jù)。JavaScript與Java是不同的語(yǔ)言,所有現(xiàn)代的瀏覽器都支持JavaScript。一些優(yōu)秀的JavaScript references和指南可以在JavaScript Kit中找到。

See also: [[WordPress:#HTML|HTML]], [[WordPress:#XHTML|XHTML]]

也看看:[[WordPress:#HTML|HTML]], [[WordPress:#XHTML|XHTML]]

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

K[ ]

[[WordPress:#top|Back to the Top]]

K[ ]

[[WordPress:#top|返回到頂上方]]

L[ ]

Linux[ ]

L[ ]

Linux[ ]

Linux is an open source computer operating system, created by Linus Torvalds, similar in style to [[WordPress:#Unix|Unix]]. It is popular in [[WordPress:#Web server|web server]] and other high-performance computing environments, and has recently begun to gain popularity in workstation environments as well.

Linux開放源碼電腦操作系統(tǒng),由Linus Torvalds創(chuàng)建,與[[WordPress:#Unix|Unix]]的樣式相似。在[[WordPress:#Web server|網(wǎng)絡(luò)服務(wù)器]]和其它的高性能計(jì)算環(huán)境中很受歡迎,而且最近在工作臺(tái)環(huán)境中也日益受到歡迎。

External links: Linux at Shortopedia

外部鏈接:Shortopedia中的Linux

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

M[ ]

Mac OS X[ ]

M[ ]

Mac OS X[ ]

Mac OS X is an operating system specifically for modern Macintosh computers. The operating system was first commercially released in 2001. It consists of two main parts: Darwin, an open source [[WordPress:#Unix|Unix]]-like environment which is based on the BSD source tree and the Mach microkernel, adapted and further developed by Apple Computer with involvement from independent developers; and a proprietary GUI named Aqua, developed by Apple.

Mac OS X是個(gè)操作系統(tǒng),特別用于當(dāng)代的Macintosh電腦。操作系統(tǒng)首次在2001年商業(yè)發(fā)行的。包括兩個(gè)主要的部分:Darwin開放源碼,類似[WordPress:#Unix|Unix]]的環(huán)境,以BSD源碼樹和Mach 微核為基礎(chǔ),由Apple電腦收入并且深入發(fā)展;以及Apple發(fā)展的,名為Aqua的所有者GUI。

Related articles: WordPress:UNIX Shell Skills

相關(guān)文章:UNIX Shell技術(shù)

Meta[ ]

Meta[ ]

Meta has a number of meanings, but generally means information about. In WordPress, meta usually refers to administrative type information. As described in WordPress:Meta Tags in WordPress, meta is the HTML tag used to describe and define a web page to the outside world (search engines). In the article Post Meta Data, meta refers to information associated with each post, such as the author's name and the date posted. Meta Rules define the general protocol to following in using the Codex. Also, many WordPress based sites offer a Meta section, usually found in the sidebar, with links to login or register at that site. Finally, Meta is a MediaWiki namespace that refers to administrative functions within Codex.

Meta有許多的意思,但是一般指的是 信息關(guān)于。在WordPress中, meta 通常指的是管理 類型的信息。如 WordPress中的Meta標(biāo)簽所描述的, metaHTML標(biāo)簽,用于向外部(搜索引擎)定義和描述網(wǎng)頁(yè)。在文章 文章Meta 數(shù)據(jù)中,meta 指的是與每篇 文章相關(guān)的信息,如作者名,發(fā)表文章的日期。 Meta 規(guī)則 定義了使用Codex的一般協(xié)議。同時(shí),許多以WordPress為基礎(chǔ)的站點(diǎn)提供Meta部分,通常可以在邊欄中找到,擁有鏈接鏈接到那個(gè)站點(diǎn)的登錄和注冊(cè)。最后, Meta是a MediaWiki 名字空間指的是Codex內(nèi)的管理函數(shù)。

External links:

外部鏈接:關(guān)于Meta的Wikipedia的文章

Moblogging[ ]

Moblogging[ ]

Moblogging is the act of posting to one's [[WordPress:#Blog|blog]] via a mobile device, e.g. mobile phone, smartphone, or Blackberry. It is pronounced as mōbə-logging or mōb-logging, or sometimes as mŏb-logging in reference to smart mobs.

Moblogging 指的是通過移動(dòng)設(shè)備,如,手機(jī),smartphone,或者Blackberry向[[WordPress:#Blog|博客]]發(fā)表文章。讀作mōbə-logging 或者mōb-logging,有時(shí)候讀作mŏb-logging,指代smart mobs。

mod_rewrite[ ]

mod_rewrite[ ]

mod_rewrite is an extension module of the [[WordPress:#Apache|Apache]] [[WordPress:#Web server|web server]] software which allows for "rewriting" of URLs on-the-fly. Rewrite rules use regular expressions to parse the requested URL from the client, and translate it into a different URL before interpretation.

mod_rewrite是[[WordPress:#Apache|Apache]] [[WordPress:#Web server|網(wǎng)絡(luò)服務(wù)器]]軟件的擴(kuò)展模塊,允許在不運(yùn)行時(shí),"重寫"URLs。重寫規(guī)則使用正常的表示解析客戶請(qǐng)求的URL并且在解釋之前,將這個(gè)URL翻譯為不同的URL。

WordPress uses mod_rewrite for its [[WordPress:#Permalink|permalink]] structure, which is optional functionality.

WordPress為[[WordPress:#Permalink|permalink]]結(jié)構(gòu)使用mod_rewrite,是個(gè)隨意的函數(shù)。

Related articles: WordPress:Using Permalinks

相關(guān)文章:使用Permalinks

MySQL[ ]

MySQL[ ]

MySQL is a popular open source SQL (Structured Query Language) database implementation, available for many platforms, including Windows, [[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]] and [[WordPress:#Mac OS X|Mac OS X]].

MySQL是個(gè)流行的開放源碼 SQL(結(jié)構(gòu)查詢語(yǔ)言)數(shù)據(jù)庫(kù)運(yùn)行,許多平臺(tái),包括Windows,[[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]] 和[[WordPress:#Mac OS X|Mac OS X]]都有。

WordPress requires a MySQL database to store all [[WordPress:#Blog|blog]] information, including [[WordPress:#Post|posts]], [[WordPress:#Comments|comments]], [[WordPress:#Meta|metadata]], and other information.

WordPress需要MySQL數(shù)據(jù)庫(kù)儲(chǔ)存所有的[[WordPress:#Blog|博客]]信息,包括[[WordPress:#Post|文章]], [[WordPress:#Comments|評(píng)論]], [[WordPress:#Meta|metadata]],和其它信息。

Related articles: WordPress:Post Meta Data Section

相關(guān)文章:文章Meta數(shù)據(jù)部分

External links: MySQL AB

外部鏈接:MySQL AB

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

N[ ]

News reader[ ]

N[ ]

新聞閱讀器[ ]

A news aggregator or news reader is a computer program which tracks syndicated information [[WordPress:#Feed|feeds]], via [[WordPress:#RSS|RSS]], [[WordPress:#RDF|RDF]], or [[WordPress:#Atom|Atom]]. Most news aggregators allow one to 'subscribe' to a feed, and automatically keep track of the articles one has read, similar to an email client tracking read emails.

news aggregator或者 新聞閱讀器是電腦程序,追蹤了通過[[WordPress:#RSS|RSS]], [[WordPress:#RDF|RDF]],或者[[WordPress:#Atom|Atom]]聯(lián)合供稿的信息[[WordPress:#Feed|feeds]]。大多數(shù)aggregators閱讀一個(gè)人'訂閱'feed,并且自動(dòng)地記錄已經(jīng)閱讀的文章,與電子郵件client記錄閱讀電子郵件類似。

Many [[WordPress:#Blog|blogs]] make their content available in [[WordPress:#Feed|feed]] form for the convenience of readers using news aggregators. WordPress can generate feeds in [[WordPress:#RSS|RSS]] and/or [[WordPress:#Atom|Atom]] formats.

許多[[WordPress:#Blog|博客]]使得內(nèi)容能夠擁有[[WordPress:#Feed|feed]] 形式,這樣便于讀者使用新聞aggragators。WordPress可以以[[WordPress:#RSS|RSS]] 和/或者[[WordPress:#Atom|Atom]]格式產(chǎn)生feeds。

External links: News aggregator at Wikipedia

外部鏈接:Wikipedia中的News aggregator

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

O[ ]

Open Source[ ]

O[ ]

開放源碼[ ]

Open source is simply programming code that can be read, viewed, modified, and distributed, by anyone who desires. WordPress is distributed under an open source GNU General Public License (GPL).

開放源碼只是任何人都可以閱讀,更改,發(fā)行的程序編碼。WordPress是以開放源碼形式發(fā)行的GNU 一般公共許可(GPL)

Related articles: WordPress:GPL, WordPress:License

相關(guān)文章:一般公共許可, 許可

External links: Open Source Initiative, Open Source at Wikipedia, Source Code at Wikipedia

外部鏈接:Open Source Initiative, Wikipedia中的開放源碼, Wikipedia中的源代碼

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

P[ ]

Page[ ]

P[ ]

頁(yè)面[ ]

A Page is often used to present "static" information about yourself or your site. A good example of a Page is information you would place on an About Page. A Page should not be confused with the time-oriented objects called [[WordPress:#Post|posts]]. Pages are typically "timeless" in nature and live "outside" your blog.

The word "page" has long been used to describe any HTML document on the web. In WordPress, however, "Page" refers to a very specific feature first introduced in WordPress version 1.5.

頁(yè)面通過用來顯示關(guān)于你以及你的站點(diǎn)的"靜態(tài)"信息。頁(yè)面信息的一個(gè)典型例子就是你放置在關(guān)于頁(yè)面上的信息。頁(yè)面不應(yīng)該與以時(shí)間為導(dǎo)向的稱為[[WordPress:#Post|文章]]的內(nèi)容相混淆。頁(yè)面本質(zhì)通常是"永恒的"而且不在你的博客內(nèi)。

Related articles: WordPress:Pages, WordPress:Write Page SubPanel

相關(guān)文章:頁(yè)面, 編寫頁(yè)面子面板

Perl[ ]

Perl[ ]

Perl is an acronym for Practical Extraction and Report Language, but it's most commonly spelled as a proper name. It's a very popular and powerful scripting language used for web applications, although its use is being largely replaced by [[WordPress:#PHP|PHP]] in the mainstream. One of its strengths lies in its speedy and effective use of regular expressions. Its unofficial motto is, "There's More Than One Way To Do It," or "TMTOWTDI," owing to the extreme flexibility of the syntax.

'Perl'實(shí)用摘錄和匯報(bào)語(yǔ)言的縮寫,但是通常拼寫為固有名稱。Perl是非常強(qiáng)大非常受歡迎的腳本語(yǔ)言,用于網(wǎng)絡(luò)應(yīng)用軟件,但是perl很大程度上被主流的[[WordPress:#PHP|PHP]]所取代。Perl的優(yōu)勢(shì)之一是快速而有效地使用了regular expressions。Perl的非官方宣言是"執(zhí)行這個(gè)操作有多種方法,"或者"TMTOWTDI,"這是因?yàn)檎Z(yǔ)法非常地靈活。

WordPress does not use Perl, and it is therefore not required.

WordPress不適用Perl,因此不需要Perl。

Permalink[ ]

Permalink[ ]

A permalink is a URL at which a resource or article will be permanently stored. Many pages driven by [[WordPress:#Content Management System|Content Management Systems]] contain excerpts of content which is frequently rotated, making linking to bits of information within them a game of chance. Permalinks allow users to bookmark full articles at a URL they know will never change, and will always present the same content.

permalink是個(gè)URL,資源或者文章或永久地儲(chǔ)存在這里。許多由[[WordPress:#Content Management System|內(nèi)容管理系統(tǒng)]]推動(dòng)的網(wǎng)頁(yè)包含了經(jīng)常使用的內(nèi)容摘錄,鏈接到這些摘錄完全靠運(yùn)氣。Permalinks使得用戶在URL bookmark所有文章,用戶知道這些文章永遠(yuǎn)都不會(huì)更改,呈現(xiàn)同樣的內(nèi)容。

Permalinks are optional in WordPress, but are highly recommended as they greatly increase the cleanliness of URL. WordPress uses the [[WordPress:#Apache|Apache]] module [[WordPress:#mod_rewrite|mod_rewrite]] to implement its permalink system.

Permalink在WordPress中是可選擇的,但是得到強(qiáng)烈的推薦,因?yàn)镻ermalink大大地提高了URL的整潔性。WordPress使用[[WordPress:#Apache|Apache]] 模塊[[WordPress:#mod_rewrite|mod_rewrite]]執(zhí)行permalink系統(tǒng)。

Related articles: WordPress:Using Permalinks

相關(guān)文章:使用Permalinks

External links: URL at Wikipedia URL 外部鏈接:Wikipedia URL中的URL

Permissions[ ]

權(quán)限[ ]

Permissions are security settings restricting or allowing users to perform certain functions. In the case of files on [[WordPress:#Unix|Unix]] or [[WordPress:#Linux|Linux]] systems, there are three types of permissions: read, write, and execute. In the case of [[WordPress:#MySQL|MySQL]] databases, there are many more: SELECT, INSERT, UPDATE, DELETE, etc. — although MySQL refers to them as privileges.

權(quán)限是有關(guān)限制或者運(yùn)行用戶執(zhí)行一些功能的安全設(shè)置。在[[WordPress:#Unix|Unix]] 或者[[WordPress:#Linux|Linux]]系統(tǒng)中的文件中,有三種權(quán)限:, , 和 發(fā)表。在[[WordPress:#MySQL|MySQL]]數(shù)據(jù)庫(kù)中,有更多的權(quán)限:選擇, 插入, 更新, 刪除,等等。 —雖然MySQL指這些權(quán)限為特權(quán)。

Related articles: WordPress:Changing File Permissions 相關(guān)文章:更改文件權(quán)限

PHP[ ]

PHP[ ]

PHP is a recursive acronym for PHP: Hypertext Preprocessor. It is a popular server-side scripting language designed specifically for integration with [[WordPress:#HTML|HTML]], and is used (often in conjunction with [[WordPress:#MySQL|MySQL]]) in [[WordPress:#Content Management System|Content Management Systems]] and other web applications. It is available on many platforms, including Windows, [[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]] and [[WordPress:#Mac OS X|Mac OS X]], and is open source software.

PHP是首字母縮寫詞,意思是PHP: 超文本預(yù)處理程序,是流行的,服務(wù)器端的腳本語(yǔ)言,用來與[[WordPress:#HTML|HTML]]相結(jié)合,而且用在[[WordPress:#Content Management System|內(nèi)容管理系統(tǒng)]]和其它的網(wǎng)絡(luò)應(yīng)用軟件中(通常與[[WordPress:#MySQL|MySQL]]聯(lián)合使用)。許多平臺(tái)上都有PHP,包括Windows, [[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]] 和[[WordPress:#Mac OS X|Mac OS X]],而且PHP是開放源碼軟件。

WordPress is written using PHP and requires it for operation.

WordPress是使用PHP編寫的,需要PHP來執(zhí)行操作。

Related articles: WordPress:Hacking WordPress 相關(guān)文章:Hacking WordPress

External links: PHP Website, PHP for Designers — by WordPress lead [[WordPress:#Developer|developer]] Matthew Mullenweg, PHP at OnLAMP

外部鏈接:PHP 網(wǎng)站, 為設(shè)計(jì)人員編寫的PHP — 由 WordPress [[WordPress:#Developer|開發(fā)人員]] 領(lǐng)導(dǎo)Matthew Mullenweg, 在PHP at OnLAMP上創(chuàng)建

phpMyAdmin[ ]

phpMyAdmin[ ]

phpMyAdmin is a popular, powerful web-based interface for administering [[WordPress:#MySQL|MySQL]] databases. It is open source, written in [[WordPress:#PHP|PHP]], and is among the better tools available for working with [[WordPress:#MySQL|MySQL]] databases.

phpMyAdmin是流行的,強(qiáng)大的,以網(wǎng)絡(luò)為基礎(chǔ)的界面,用于管理[[WordPress:#MySQL|MySQL]]數(shù)據(jù)庫(kù),是開放源碼,用[[WordPress:#PHP|PHP]]編寫的,而且是較好的,處理[[WordPress:#MySQL|MySQL]]數(shù)據(jù)庫(kù)的工具。

Related articles: WordPress:phpMyAdmin 相關(guān)文章:phpMyAdmin

External links: phpMyAdmin web site

外部鏈接:phpMyAdmin 網(wǎng)站

Ping[ ]

Ping[ ]

Within the WordPress interface, "ping" is sometimes used to refer to [[WordPress:#Pingback|Pingbacks]] and [[WordPress:#Trackback|Trackbacks]].

在WordPress界面內(nèi),"ping"有時(shí)候用來指代[[WordPress:#Pingback|Pingbacks]] 和[[WordPress:#Trackback|Trackbacks]]。

In general computer terms, "ping" is a common utility used in a TCP/IP environment to determine if a given [[WordPress:#IP address|IP Address]] exists or is reachable. Typically, Ping is used to diagnose a network connection problem. Many times you will be asked, "Can you ping that address?". That means, does the Ping utility return a success message trying to reach the "problem" [[WordPress:#IP address|IP Address]]?

在一般的電腦術(shù)語(yǔ)中,"ping"是用在TCP/IP環(huán)境中的普通的用法,用來決定給定的[[WordPress:#IP address|IP 地址]]是否存在或者是否可讀。一般情況下,Ping用來診斷網(wǎng)絡(luò)連接情況。你會(huì)經(jīng)常地被問到"你能ping 那個(gè)地址嗎?"。這意思是,Ping utility是否返回試著查找查找 "問題" [[WordPress:#IP address|IP 地址]]的成功信息?

External links: Ping at Wikipedia

外部鏈接:Wikipedia中的Ping

PingBack[ ]

PingBack[ ]

Pingback lets you notify the author of an article if you link to his article (article on a blog, of course). If the links you include in an article you write on a blog lead to a blog which is pingback-enabled, then the author of that blog gets a notification in the form of a pingback that you linked to his article.

Pingback能夠使你通知文章作者,你是否鏈接到文章(當(dāng)然是博客上的文章)。如果你包含在你的博客文章中的鏈接使得博客能夠pingback,那么博客的作者會(huì)得到pingback形式的通知,說明你已經(jīng)鏈接到他的文章。

If you're feeling really geeky you may want to check out the Pingback technical specification.

如果你真的感到疑惑,你可以查看Pingback 技術(shù)說明。

See also: [[WordPress:#Trackback|trackback]]

也看看:[[WordPress:#Trackback|trackback]]

Plugin[ ]

插件[ ]

A Plugin is a group of php functions that can extend the functionality present in a standard WordPress weblog. These functions may all be defined in one php file, or maybe spread among more than one file. Usually, a plugin is a php file that can be uploaded to the "wp-content/plugins" directory on your webserver, where you have installed WordPress. Once you have uploaded the plugin file, you should be able to "turn it on" or Enable it from the "Plugins" page in the administration interface of your weblog. The WordPress source code contains hooks that can be used by plugins.

插件是一組php函數(shù),能夠擴(kuò)展標(biāo)準(zhǔn)的WordPress博客功能。這些函數(shù)可能定義在一個(gè)php文件中,或者定義在多個(gè)文件中。通常,插件是可以上傳到你的網(wǎng)絡(luò)服務(wù)器"wp-content/plugins"目錄的php文件,你在網(wǎng)絡(luò)服務(wù)器上安裝了WordPress。你一旦上傳了插件文件,你就能夠"打開插件"或者從你的博客的管理界面的"插件"頁(yè)面上運(yùn)行插件。WordPress 源代碼包括插件可以使用的hooks。

Related articles: WordPress:Plugins 相關(guān)文章:插件

See also: [[WordPress:#Hack|hack]], [[WordPress:#Hacking|hacking]]

也看看:[[WordPress:#Hack|hack]], [[WordPress:#Hacking|hacking]]

Port[ ]

端口[ ]

Within the context of the WordPress community, a port is a bit of code that has been rewritten to be compatible with WordPress. For example, if someone wrote a plugin for MoveableType, WordPress users may want to find a port of that plugin for WordPress. Port can also be used as a verb: to rewrite a piece of software for a different platform/language.

在WordPress語(yǔ)境中,端口 是指一些重寫的代碼,與WordPress相兼容。例如,如果有人為MoveableType編寫插件,WordPress用戶可能希望為那個(gè)插件找到一個(gè)端口。Port也可以用作動(dòng)詞:為不同的平臺(tái)/語(yǔ)言重寫一塊代碼。

External links: Porting at Wikipedia

外部鏈接:Wikipedia中的Porting

Post Slug[ ]

Post Slug[ ]

A word or two describing an entry, for use in permalinks (replaces the %posttitle% field therein), especially useful if titles tend to be long or they change frequently.

一兩個(gè)單詞描述一篇文章,用在permalinks中(取代那里的%posttitle% field),如果標(biāo)題很長(zhǎng),或者經(jīng)常更改,Post Slug很有用。

Post Status[ ]

文章狀態(tài)[ ]

The status of a post, as set in the Administration Panel, WordPress:Write Post SubPanel is either: Published (viewable by everyone), Draft (incomplete post viewable by anyone with proper user level), or Private (viewable only to you)

文章狀態(tài),如管理面板, 寫文章子面板中所設(shè)置: 已發(fā)表 (任何人都可以瀏覽), 草稿 (為完成的文章,只有一定的用戶級(jí)別的用戶才可以瀏覽), 或者私密 (只有你可以瀏覽)

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

Q[ ]

Query string[ ]

Q[ ]

查詢字符串[ ]

A sequence of codes in a Uniform Resource Identifier (URI) that a web page uses to determine what dynamic data to display. The query string in a URI comes after an initial question mark, and may contain several parameters separated by ampersands. WordPress uses query strings to indicate criteria to search for specific posts or sets of posts in the database. The use of query strings is generally believed to impede the indexing of dynamic pages by search engines. For this reason, it is often desirable to use a method such as mod_rewrite to reduce exposure of query strings to search engines and other site visitors.

通用資源標(biāo)示符 (URI)中的一系列代碼,網(wǎng)頁(yè)使用這些代碼確定顯示哪個(gè)動(dòng)態(tài)日期。URI中的查詢字符串在問號(hào)后面,而且可能包含用&符號(hào)分開的幾個(gè)參數(shù)。WordPress使用查詢字符串指出在數(shù)據(jù)庫(kù)中搜索文章或者一組文章的標(biāo)準(zhǔn)。使用字符串一般會(huì)阻止搜索引擎索引動(dòng)態(tài)頁(yè)面。因?yàn)檫@個(gè),通常最好使用如mod_rewrite的方法減低查詢字符串在搜索引擎和其它站點(diǎn)訪客中的曝光度。

Query Variable[ ]

查詢變數(shù)[ ]

A Variable passed through the [[WordPress:#Query_string|query string]]. For example, in the query string ?category_name=tech&feed=atom, there are two query variables: category_name with a value of 'tech', and feed with a value of 'atom'.

經(jīng)過[[WordPress:#Query_string|查詢字符串]]的變數(shù)。例如,在查詢字符串?category_name=tech&feed=atom中,有兩個(gè)查詢變數(shù):category_name擁有參數(shù)值'tech',feed擁有參數(shù)值'atom'。

QuickTag[ ]

QuickTag[ ]

A Quicktag is a shortcut, or one-click button, that inserts HTML code into your posts. The <b> (bold) and </b> (stop bold) HTML tags are example of Quicktags. Some Quicktags, such as <!--contactform-->, insert HTML comment code that is used by plugins to replace text or perform certain actions.

Quicktag是便利的,一次點(diǎn)擊的按鈕,將HTML代碼插入到你的文章中。<b> (粗體) and </b> (停止粗體)HTML標(biāo)簽是Quicktags的例子。一些Quicktags,如<!--contactform-->,插入插件使用的HTML評(píng)論代碼,替換文本或者執(zhí)行一些actions。

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

R[ ]

RDF[ ]

R[ ]

RDF[ ]

Resource Description Framework. A language used to describe the locations of resources on the web. WordPress can produce output in RDF format that describes the locations of posts. Like RSS, RDF is used for content syndication.

資源描述框架。用于描述網(wǎng)絡(luò)上資源位置的語(yǔ)言。WordPress可以輸出RDF格式,描述文章的位置。如RSS,RDF用于內(nèi)容聯(lián)合供稿。

Relative Path[ ]

相關(guān)路徑[ ]

A relative path is the location of a file in relation to the current working directory and does not begin with a slash (/). This is different than an absolute path which gives an exact location.

相關(guān)路徑是指當(dāng)前運(yùn)行的目錄相關(guān)的文件位置而且不以斜線(/)開頭。這與絕對(duì)路徑不同,絕對(duì)路徑給出了精確的位置。

See also: [[WordPress:#Absolute Path|Absolute Path]]

也看看:[[WordPress:#Absolute Path|絕對(duì)路徑]]

External links: Path_Computing at Wikipedia

外部鏈接:Path_Computing at Wikipedia

Relative URI[ ]

相對(duì)的URI[ ]

A relative URI (sometimes called a relative link) is a partial URI that is interpreted (resolved) relative to a base URI.

相對(duì)的URL(有時(shí)候稱為相關(guān)鏈接)是部分的URL,相對(duì)于基本的 URI而解釋。

On the World Wide Web, relative URIs come in two forms:

在萬維網(wǎng)上,相對(duì)的URIs有兩種形式:

A relative URI with an absolute path is interpreted relative to the domain root:

擁有絕對(duì)路徑的相對(duì)URI相對(duì)于域名根解釋。

 /images/icecream.jpg → http://domain.example/images/icecream.jpg
 /images/icecream.jpg → http://domain.example/images/icecream.jpg

A relative URI with a relative path is interpreted relative to the URL of the current document. E.g., on the web page http://domain.example/icecream/chocolate.html,

擁有相對(duì)路徑的相對(duì)URI相對(duì)于當(dāng)前文檔來解釋。例如,在網(wǎng)頁(yè)http://domain.example/icecream/chocolate.html上,

 strawberry.html → http://domain.example/icecream/strawberry.html
 strawberry.html → http://domain.example/icecream/strawberry.html

Wikipedia: URI Resolution

Wikipedia: URI Resolution

Recordset[ ]

Recordset[ ]

Recordset refers to the group of records or result returned from a database query.

Recordset指的是從數(shù)據(jù)庫(kù)查詢中返回的一組記錄或者結(jié)果。

See also [[WordPress:#MySQL|MySQL]], $wpdb database class

也看看[[WordPress:#MySQL|MySQL]], $wpdb 數(shù)據(jù)庫(kù)class

RSS[ ]

RSS[ ]

"真正簡(jiǎn)單聯(lián)合供稿系統(tǒng)":一種格式,用于集合許多不同類型的內(nèi)容,包括博客文章,torrent files和類似新聞的站點(diǎn)上的視頻;網(wǎng)站上不斷更新的內(nèi)容,也稱為"feed"或者"aggregator"的一種類型。RSS feed會(huì)包含內(nèi)容摘錄或者完整的文本,使得人們自動(dòng)地跟上他們喜歡的站點(diǎn)(就像電子郵件)。

The content of the feed can be read by using software called an RSS or Feed reader.

使用稱為RSS或者Feed閱讀器的軟件,可以閱讀feed的內(nèi)容。

Feed readers display hyperlinks, and include other metadata (information about information) that helps you decide whether they want to read more, follow a link, or move on.

Feed readers顯示hyperlinks,并且包含其它的metadata(關(guān)于信息的信息),能夠幫助你確定它們是否想要閱讀更多的內(nèi)容,進(jìn)入鏈接,或者繼續(xù)。

Wikipedia’s list of feed aggregators is fairly up-to-date and most are available for free.

Wikipedia的feed aggragators列表是最新的,而且大多數(shù)是免費(fèi)的。

The original intent of RSS is to make information come to you (via the feed reader) instead of you going out to look for it (via the Web).

RSS的最初的目的是使得信息自動(dòng)地進(jìn)入你的眼簾(通常feed閱讀器),你不需要查找信息(通過網(wǎng)絡(luò))。

Programs called news aggregators permit users to view many feeds at once, providing 'push' content constantly. See [[WordPress::Category:Feeds]] for Codex resources about bringing RSS feeds into WordPress. See also [[WordPress:#RDF|RDF]] Site Summary.

稱作新聞aggregators的程序使得用戶能夠一次瀏覽許多feeds,經(jīng)常地提供'push'內(nèi)容。請(qǐng)看看[[WordPress::Category:Feeds|類別:Feeds]]關(guān)于將RSS feeds帶入WordPress的Codex資源。也看看[[WordPress:#RDF|RDF]]站點(diǎn)總結(jié)。

Robots.txt[ ]

Robots.txt[ ]

Web Robots are programs that traverse the Web automatically. Some people call them Web Wanderers, Crawlers, or Spiders. Search Engines are the main Web Robots. Search Engines look for yourserver.com/robots.txt file to see what and where they should look for content and files on yourserver.com You can learn more about robots and robots.txt at The Web Robots Page

Web Robots是能夠自動(dòng)穿越網(wǎng)絡(luò)的程序。一些人稱其為Web Wanderers, Crawlers,或者 Spiders。搜索引擎是主要的網(wǎng)絡(luò)Robots。搜索引擎查找yourserver.com/robots.txt文件了解應(yīng)該在yourserver.com的哪里查找什么內(nèi)容。你可以在The Web Robots Page上學(xué)習(xí)更多的關(guān)于robots 和robots.txt的內(nèi)容。


See also

也看看

[[WordPress:#top|Back to the Top]]


[[WordPress:#top|返回到頂上方]]

S[ ]

Shell[ ]

S[ ]

Shell[ ]

A shell is a program which interacts directly with an operating system such as MS-DOS, [[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]], [[WordPress:#Mac OS X|Mac OS X]], or others — but it is most commonly associated with [[WordPress:#Unix|Unices]]. It is often referred to as a 'console' or 'command line', because it is controlled using typed commands rather than mouse or graphical interface input.

shell是個(gè)程序,能夠直接地與操作系統(tǒng),如MS-DOS, [[WordPress:#Unix|Unix]]/[[WordPress:#Linux|Linux]], [[WordPress:#Mac OS X|Mac OS X]]互動(dòng),或者其它的—但是shell最常與[[WordPress:#Unix|Unices]]相聯(lián)系。Shell通常指作'console' 或者 'command line',因?yàn)閟hell是通過使用輸入的命令而不是鼠標(biāo)或者界面圖形界面輸入控制的。

Most often, when interacting with a remote computer (as one would when configuring WordPress), an additional "faux" shell is involved called [[WordPress:#SSH|SSH]].

大多數(shù)時(shí)候,當(dāng)聯(lián)系遠(yuǎn)程電腦的時(shí)候(如配置WordPress的時(shí)候),包括額外的"faux" shell,稱為[[WordPress:#SSH|SSH]]。 Some popular shell programs are:

一些流行的shell程序是:

  • Bash (Bourne Again Shell)
  • Tcsh (an expanded C Shell)
  • Zsh
  • Bash (Bourne Again Shell)
  • Tcsh (an expanded C Shell)
  • Zsh

Sidebar[ ]

邊欄[ ]

The sidebar, sometimes call the menu, is a narrow vertical column often jam-packed with lots of information about a website. Found on most WordPress sites, the sidebar is usually placed on the right or left-hand side of the web page, though in some cases, a site will feature two sidebars, one on each side of the main content where your posts are found. A sidebar is also referred to as a Theme Template file and is typically called sidebar.php.

邊欄,有時(shí)候稱為菜單,是狹窄的豎欄,通常充滿了許多有關(guān)網(wǎng)站的信息。大多數(shù)WordPress站點(diǎn)上都有邊欄,一般放置在網(wǎng)頁(yè)的左邊或者右邊,但是有時(shí)候,站點(diǎn)可能會(huì)有兩個(gè)邊欄,在你的文章的左右兩側(cè)各有一個(gè)。邊欄又指主題模板文件,通常稱為sidebar.php

Related articles: WordPress:Customizing Your Sidebar, WordPress:Stepping Into Templates, WordPress:Template Hierarchy

相關(guān)文章:自定義你的邊欄, 走進(jìn)模板, 模板層級(jí)

Singleton[ ]

Singleton[ ]

Singletons are objects that exist globally and are the only one of their class; if one instance of a class is created per request, this instance is a singleton object. Some singletons that WordPress uses are $wp_query and $wp_rewrite, instances of the WP_Query and WP_Rewrite objects.

Singletons是全球存在的objects而且是它們的class的唯一一個(gè);如果一種class根據(jù)請(qǐng)求創(chuàng)建了,這個(gè)instance就是singleton object。WordPress使用的一些singletons是$wp_query and $wp_rewrite, instances of the WP_QueryWP_Rewrite objects。

Slug[ ]

Slug[ ]

A slug is a few words that describe a post or a page. Slugs are usually a URL friendly version of the post title (which has been automatically generated by WordPress), but a slug can be anything you like. Slugs are meant to be used with [[WordPress:#Permalink|permalinks]] as they help describe what the content at the URL is.

slug是描述一篇文章或者一個(gè)網(wǎng)頁(yè)的幾個(gè)單詞。Slug通常是文章標(biāo)題的URL版本(文章標(biāo)題是WordPress自動(dòng)創(chuàng)建的),但是slug可以是你喜歡的任何東西。Slug要與[[WordPress:#Permalink|permalinks]]用在一起,因?yàn)閜ermalinks幫助描述URL上的內(nèi)容是什么。

Example post permalink: http://wordpress.org/development/2006/06/wordpress-203/

例子文章permalink:http://wordpress.org/development/2006/06/wordpress-203/

The slug for that post is "wordpress-203".

那篇文章的slug是"wordpress-203"。

Smileys[ ]

Smileys[ ]

Smiley are stylized representations of a human face, usually displayed as yellow buttons with two dots for the eyes, and a half mouth. Smileys are often use in Wordpress Plugins. By default, WordPress automatically converts text smileys to graphic images. When you type ;-) in your post you see http://codex.wordpress.org/images/c/c0/icon_smile.gif when you preview or publish your post.

Smiley代表固定化的面部表情,通常顯示為黃色的按鈕,加上兩個(gè)點(diǎn)號(hào)代表眼睛以及半個(gè)嘴巴。Smileys經(jīng)常用在WordPress插件中。默認(rèn)情況下,WordPress自動(dòng)地將文本smileys轉(zhuǎn)變?yōu)閳D形圖像。當(dāng)你在你的文章中輸入;-),當(dāng)你預(yù)覽或者發(fā)表你的文章的時(shí)候,你會(huì)看到http://codex.wordpress.org/images/c/c0/icon_smile.gif。

Related article: WordPress:Using_Smilies 相關(guān)文章: Using_Smilies

Spam[ ]

垃圾廣告[ ]

Once upon a time, SPAM was an animal by-product that came in a can and was fodder for many Monty Python sketches, but since the world-wide adoption of the internet as an integral part of daily life, Spam has become synonymous with what is wrong with the internet. Spam, in general terms, is an email or other forms of unsolicited advertising. Spam is very easy to spread throughout the internet, and works on the principle that if you send out thousands, or hundreds of thousands of unsolicited advertisements, scams, or other questionable methods of making money, that you only need a very small percentage of people to be fooled and you will make lots of money.

以前,SPAM是種動(dòng)物食品,包裝在鐵罐中,而且是許多Monty Python sketches的飼料,但是自動(dòng)全世界將因特網(wǎng)納為日常生活的一部分的時(shí)候,Spam變成了網(wǎng)絡(luò)問題的同義詞。Spam,一般而言,指的是電子郵件或者其它形式的未得到請(qǐng)求的廣告。垃圾廣告在網(wǎng)絡(luò)上擴(kuò)展非常簡(jiǎn)單,而且工作原理是如果你發(fā)送了成千上萬個(gè)未得到請(qǐng)求的垃圾廣告,scams,或者其它的可疑的賺錢方法,只要你騙了少數(shù)人,你就能夠賺許多錢。 Common spam these days comes from online gambling sites and those trying to sell drugs for "male enhancement." Lately, web logs, or blogs, as we call them, have been targeted by spammers to try to increase their site ratings in the search engines. Spammers use various methods to distribute their electronic junk mail, and employ bots, or computer programs to quickly and easily send email or comments to millions of addresses and [[WordPress:#IP address|IPs]] all over the world.

如今評(píng)論垃圾廣告來自那些在線的賭博站點(diǎn)以及那些試圖向"male enhancement"出售麻藥的網(wǎng)站。最近,網(wǎng)絡(luò)日志,或者如我們所說的博客,稱為spammers的攻擊對(duì)象,他們?cè)囍谒阉饕嬷性黾诱军c(diǎn)排名。Spammers使用不同的方法,發(fā)行他們的垃圾電子郵件,并且雇用bots或者電腦程序快速輕易地向世界上成千上萬個(gè)電子郵件地址和[[WordPress:#IP address|IPs]]發(fā)送電子郵件或者垃圾評(píng)論。

Spammers can be difficult to track down as they often hijack peoples' email and [[WordPress:#IP address|IP]] addresses. When this happens, it may appear a friend sent you the spam, but in fact, the spammer's bot grabbed your friend's email address and used it to hide the true source of the spam. WordPress [[WordPress:#Developer|developers]] and community members are constantly working on more and better ways to combat these annoying spammers as they clog the internet with their garbage. You can help by offering your talents, ideas, suggestions, or just by being vigilant and installing any of the currently-available spam combating tools.

很難追捕到Spammers ,因?yàn)閟pammers經(jīng)常襲擊人們的電子郵件和[[WordPress:#IP address|IP]] 地址。出現(xiàn)這種情況的時(shí)候,可能看起來像是一個(gè)朋友向你發(fā)送垃圾廣告,但是事實(shí)是,spammer的 bot 抓取了你朋友的電子郵件地址并且使用這個(gè)地址隱藏垃圾廣告的真正來源。WordPress [[WordPress:#Developer|開發(fā)人員]]和團(tuán)隊(duì)成員不斷地努力,想出更好的方法來抗擊這些惱人的spammers 因此這些spammers用垃圾阻塞了網(wǎng)絡(luò)。你可以奉獻(xiàn)你的才能建議,主張,或者只是增加警惕并且安裝任何的 currently-available 垃圾廣告處理器,幫助一起抗擊垃圾廣告。


External links: SPAM at Wikipedia

外部鏈接:Wikipedia中的垃圾廣告

SSH[ ]

SSH[ ]

SSH stands for Secure Shell. It is a communication protocol for connecting to remote computers over TCP/IP. Various authentication methods can be used which make SSH more secure than Telnet.

SSH指的是安全Shell。是通過TCP/IP連接到遠(yuǎn)程電腦的交流協(xié)議??梢允褂貌煌恼J(rèn)證方法,使得SSH比Telnet更安全。

SSL[ ]

SSL[ ]

SSL stands for Secure Sockets Layer and is the predecessor to Transport Layer Security. These are cryptographic protocols for secure communications across an unsecured network like the Internet. SSL at Wikipedia

SSL表示Secure Sockets Layer是Transport Layer Security的來源。在不安全的網(wǎng)絡(luò),如因特網(wǎng)上有用于安全交流的用密碼編寫的協(xié)議。 Wikipedia中的SSL

Subversion[ ]

子版本[ ]

Subversion is an open-source version control software tool used by the WordPress Developers to maintain and track the changes and updates to the various WordPress versions.

子版本開放源碼 版本控制 WordPress開發(fā)人員使用的軟件工具,用來維護(hù)和追蹤不同的WordPress版本上的更改和更新內(nèi)容。

Related articles: WordPress:Using Subversion 相關(guān)文章:使用子版本

External links: Subversion access at wordpress.org, Subversion book at red-bean.com

外部鏈接:Subversion access at wordpress.org, red-bean.com中的子版本書

Syndication[ ]

聯(lián)合供稿[ ]

See RSS: Really Simple Syndication

請(qǐng)看看RSS:真正簡(jiǎn)單的聯(lián)合供稿

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

T[ ]

Tag[ ]

T[ ]

標(biāo)簽[ ]

A tag is a keyword which describes all or part of a Post. Think of it like a Category, but smaller in scope. A post may have several tags, many of which relate to it only peripherally. Like Categories, Tags are usually linked to a page which shows all posts having the same tag. Unlike Categories, Tags can be created on-the-fly, by simply typing them into the tag field.

標(biāo)簽是關(guān)鍵詞,描述了文章的所有部分。將標(biāo)簽看做類別,或者比類別的范圍更小。一篇文章可以擁有幾個(gè)類別,許多標(biāo)簽只是與文章存在外圍聯(lián)系。就如類別,標(biāo)簽通常鏈接到頁(yè)面,頁(yè)面顯示擁有同一個(gè)標(biāo)簽的所有文章。標(biāo)簽可以在你較閑的時(shí)候創(chuàng)建,只要將標(biāo)簽輸入標(biāo)簽欄,即可。

Tags can also be displayed in "clouds" which show large numbers of Tags in various sizes, colors, etc. This allows for a sort of total perspective on the blog, allowing people to see the sort of things your blog is about most.

標(biāo)簽也可以顯示為"clouds",顯示不同大小,顏色,等等的許多標(biāo)簽。這樣能夠全面地瀏覽博客,使得人們了解你的博客上主要有什么。

Many people confuse Tags and Categories, but the difference is easy: Categories generally don't change often, while your Tags usually change with every Post.

許多人將標(biāo)簽和類別相混淆,但是兩種的區(qū)別非常明顯:類別一般不經(jīng)常更,但是你的標(biāo)簽隨著每篇文章的更改而變化。

Tagline[ ]

Tagline[ ]

A tagline is a catchy phrase that describes the character or the attributes of the blog in a brief, concise manner. Think of it as the slogan, or catchline for a weblog.

Tagline是易記的詞組,簡(jiǎn)要描述了博客的主要特點(diǎn)或者屬性。將其看做為網(wǎng)絡(luò)日志的標(biāo)語(yǔ),或者廣告。

Task Based Documentation[ ]

以任務(wù)為基礎(chǔ)的文檔[ ]

Task based, or task oriented documentation is writing that takes you through a process/task step-by-step; it is succinct, lacks jargon, is easily understood, and structured entirely around performing specific tasks.

以任務(wù)為基礎(chǔ)或者為導(dǎo)向的文檔,能夠使你一步步地完整操作/任務(wù);簡(jiǎn)潔,沒有行話,容易理解,而且是完全在執(zhí)行特別的任務(wù)周圍形成的。

To order to get to Z, you need to:

為了得到Z,你需要:

  1. Step x
  2. Step y
  3. Step z



  1. 步驟 x
  2. 步驟y
  3. 步驟z



Keep in mind that people who need to know how to perform a task usually need answers quick!

牢記需要了解怎樣執(zhí)行任務(wù)的 人,通常需要快速地回答問題!

Telnet[ ]

Telnet[ ]

Telnet is a communications protocol used to establish a connection to another computer. Telnet runs on top of TCP/IP and is typically used in conjuction with terminal emulation software to login to remote computers. Telnet is inherently insecure and has largely been replaced by SSH

Telnet是交流協(xié)議用來向其它電腦建立一個(gè)連接。TelnetTCP/IP的頂上方運(yùn)行而且一般與終端仿真軟件用在一起,登錄到遠(yuǎn)程電腦。Telnet本質(zhì)是不安全的而且大多數(shù)由SSH取代。

External links: Telnet at Wikipedia

外部鏈接:Wikipedia中的Telnet

Text editor[ ]

文本編輯器[ ]

A text editor is a program which edits files in plain text format, as compared to binary format. Using a non-text based word processing program (e.g. using Microsoft Word to edit [[WordPress:#PHP|PHP]] scripts) can cause major problems in your code. This is because non-text based word processing programs insert extra formatting into text files, and can corrupt the files when they need to be interpreted by the interpreter. An editor like Notepad does not insert any extra formatting.

文本編輯器是個(gè)純文本格式的編輯文件,與二進(jìn)制格式相比。使用非文本為基礎(chǔ)的文字處理軟件(如使用Microsoft Word編輯[[WordPress:#PHP|PHP]]腳本)可能導(dǎo)致你的密碼中的重大問題。這是因?yàn)榉俏谋緸榛A(chǔ)的文字處理器軟件將額外的格式插入到文本文件中,當(dāng)文件需要由解釋程序解釋的時(shí)候,文件可能會(huì)被破壞。編輯器,如Notepad,不會(huì)插入額外的格式。

Edit WordPress Files with a text only editor.

只使用文本編輯器編輯WordPress文件。 Some examples of file formats which need to be edited as plain text:

一些需要編輯為純文本的文件格式例子:

  • [[WordPress:#HTML|HTML]] documents
  • [[WordPress:#PHP|PHP]] scripts
  • [[WordPress:#Perl|Perl]] scripts
  • Rich Text Format documents
  • [[WordPress:#JavaScript|JavaScript]] scripts
  • [[WordPress:#HTML|HTML]] 文檔
  • [[WordPress:#PHP|PHP]] 腳本
  • [[WordPress:#Perl|Perl]] 腳本
  • 豐富文本格式文檔
  • [[WordPress:#JavaScript|JavaScript]]腳本

Some examples of text editor programs:

一些文本編輯器軟件的例子:





Some examples of non-plain text formats that require special software for editing:

一些需要特別的軟件來編輯的非純文本格式的例子:

  • Microsoft Word documents
  • Microsoft Excel spreadsheets
  • Images, such as [[WordPress:#JPEG|JPEG]], [[WordPress:#PNG|PNG]], or [[WordPress:#GIF|GIF]]
  • Microsoft Word文檔
  • Microsoft Excel s電子制表軟件
  • 圖像,例如 [[WordPress:#JPEG|JPEG]], [[WordPress:#PNG|PNG]], 或者 [[WordPress:#GIF|GIF]]

Some examples of software which can edit text, but which are NOT regarded as basic text editors and NOT recommended for use on WordPress files:

一些可以編輯文本的軟件,但是不是基本的文檔編輯器而且不建議用于WordPress文件:

  • Microsoft Word
  • Microsoft Works
  • Microsoft Excel
  • Adobe Photoshop
  • Adobe Illustrator
  • Adobe Dreamweaver


  • Microsoft Word
  • Microsoft Works
  • Microsoft Excel
  • Adobe Photoshop
  • Adobe Illustrator
  • Adobe Dreamweaver

Theme[ ]

主題[ ]

A theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a weblog. A theme modifies the way the weblog is displayed, without modifying the underlying software. Essentially, the WordPress theme system is a way to skin your weblog.

主題是文件的收集,這些文件能夠共同運(yùn)行,產(chǎn)生圖像界面,擁有網(wǎng)絡(luò)日志的潛在的統(tǒng)一的設(shè)計(jì)。主題更改網(wǎng)絡(luò)日志的顯示方式,但是沒有更改潛在的軟件。WordPress主題系統(tǒng)可以裝飾你的網(wǎng)絡(luò)日志。

Related articles: WordPress:Theme Development, WordPress:Using Themes

相關(guān)文章:主題發(fā)展, 使用主題

Trackback[ ]

Trackback[ ]

Trackback helps you to notify another author that you wrote something related to what he had written on his blog, even if you don't have an explicit link to his article. This improves the chances of the other author sitting up and noticing that you gave him credit for something, or that you improved upon something he wrote, or something similar. With pingback and trackback, blogs are interconnected. Think of them as the equivalents of acknowledgements and references at the end of an academic paper, or a chapter in a textbook.

Trackback幫助你通知其它的作者,你寫的內(nèi)容,與他在他的博客上寫的內(nèi)容相關(guān),即使你沒有鏈接到他的文章。這樣其他人更能夠注意到你向他們提供了有價(jià)值的內(nèi)容,你改善了他們所寫的內(nèi)容,或者你寫了相似的內(nèi)容。使用pingback和trackback,博客之間互相連接。將pingback和trackback看作學(xué)術(shù)論文后面的感謝和參考,或者課本中的章節(jié)。

See also: [[WordPress:#PingBack|PingBack]]. 也看看:[[WordPress:#PingBack|PingBack]]。

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

U[ ]

Unicode[ ]

U[ ]

Unicode[ ]

A widely supported and preferred character encoding system.

得到廣泛支持和喜愛的字符編碼系統(tǒng)。

For a computer to display letters (or any text characters), it needs to enumerate them - create an index of characters it knows how to display. These indexes are known as character sets. This is invaluable for users hosting WordPress in a non-English language.

電腦要顯示字母(或者其它的文本字符),需要列舉-創(chuàng)建電腦知道怎樣顯示的字符索引。這些索引稱為字符集。這對(duì)于托管非英語(yǔ)的WordPress用戶而言,至關(guān)重要。

The most widely used collections of these character sets are the iso-8859 with iso-8859-1 and iso-8859-15 (which contains the euro sign and some characters used in Dutch, French, Czech and Slovak) being the most common; they are also known as Latin1 and Latin9. These character sets use 8 bits (a single byte) for each character, allowing for 255 different characters (256, counting null). However, when considering that Latin-based languages aren't the only ones in the world (think Japanese or Hebrew), 255 characters aren't nearly enough.

最廣泛使用的字符集是iso-8859 帶有iso-8859-1iso-8859-15(包含歐洲符號(hào),和一些荷蘭語(yǔ),法語(yǔ),捷克語(yǔ)和斯洛伐克語(yǔ)字符)是最常見的;也稱為L(zhǎng)atin1 和 Latin9。這些字符集使用8位,每個(gè)字符的(單一位),允許255個(gè)不同的字符(256,包括零)。然而,考慮到拉丁語(yǔ)為基礎(chǔ)的語(yǔ)言并不是世界上唯一的語(yǔ)言(想想日語(yǔ)和希伯來語(yǔ)),255個(gè)字符并不夠。

There is a wide index of characters known as Unicode. Unicode has so many characters that sometimes more than 16 bits (2 bytes!) are required to represent them. Furthermore, the first 127 characters of Unicode are the same as the first 127 of the most widely used character set - iso-8859-1. For this purpose, UTF, the Unicode Translation Format, was created. UTF uses different numbers of bits for characters, and allows for the entire range of Unicode to be used. What you should probably know is:

有個(gè)寬廣的字符索引,稱為Unicode。Unicode擁有許多字符,有的字符多于16位(2個(gè)字節(jié)!)需要代表含義。此外,Unicode的前127個(gè)字符與最常用的字符集的前127個(gè)字符是相同的- iso-8859-1。因?yàn)檫@個(gè)原因,UTF,Unicode翻譯格式,得到了創(chuàng)建。UTF使用為字符使用不同的位,也允許使用整個(gè)范圍的Unicode。你應(yīng)該知道的是:

  • UTF-8 is an 8-bit-minimum type of UTF. There are also UTF-16 and UTF-32.
  • UTF-8是最小8位的UTF。也有UTF-16 和UTF-32。
  • If your document is in a Latin-based encoding, you probably don't need to change anything about it for it to be UTF.
  • 如果你的文檔是以拉丁語(yǔ)為基礎(chǔ)的編碼,你可能不需要更改任何內(nèi)容。
  • A single UTF document can be in various languages with no need to switch encodings halfway through.
  • 單一的UTF文檔可以是不同的語(yǔ)言,不需要中途切換編碼。

External links: Joel Spolsky on Unicode

外部鏈接:Joel Spolsky on Unicode

Unix[ ]

Unix[ ]

Unix, or UNIX, is a computer operating system developed at AT&T's Bell Laboratories starting back in 1969. Initially designed with the objective of creating an OS written in a high level language rather than assembly, a majority of [[WordPress:#Web server|web servers]] currently run on different "flavors" of this high-performance OS, or on [[WordPress:#Linux|Linux]], developed as a Unix-like operating system.

Unix, 或者 UNIX,是在AT&T的貝爾實(shí)驗(yàn)室開發(fā)的電腦操作系統(tǒng),可以追溯到1969年。最初設(shè)計(jì)Unix的目的在于創(chuàng)建可以使用高級(jí)別的語(yǔ)言而不是匯編語(yǔ)言編寫的OS,大多數(shù)[[WordPress:#Web server|網(wǎng)絡(luò)服務(wù)器]]當(dāng)然在這種高執(zhí)行率的不同"類型"上運(yùn)行,或者在[[WordPress:#Linux|Linux]]上運(yùn)行,發(fā)展為類似Unix的操作系統(tǒng)。

See also: WordPress:UNIX Shell Skills, [[WordPress:#Mac OS X|Mac OS X]]

也看看:WordPress:UNIX Shell 技術(shù), [[WordPress:#Mac OS X|Mac OS X]]

http://www.medicinabiorezonanta.blogspot.com

http://www.medicinabiorezonanta.blogspot.com

V[ ]

[[WordPress:#top|Back to the Top]]

V[ ]

[[WordPress:#top|返回到頂上方]]

W[ ]

Web server[ ]

W[ ]

網(wǎng)絡(luò)服務(wù)器[ ]

A web server is a computer containing software for, and connected to infrastructure for, hosting, or serving, web sites written in [[WordPress:#HTML|HTML]]. The most common web server software on the internet is [[WordPress:#Apache|Apache]], which is frequently used in conjunction with [[WordPress:#PHP|PHP]], [[WordPress:#Perl|Perl]], and other scripting languages.

網(wǎng)絡(luò)服務(wù)器是電腦包含的軟件,用于連接到基本的結(jié)構(gòu),來托管,或者服務(wù)于[[WordPress:#HTML|HTML]]編寫的網(wǎng)站。網(wǎng)上最常見的網(wǎng)絡(luò)服務(wù)器軟件是[[WordPress:#Apache|Apache]],經(jīng)常與[[WordPress:#PHP|PHP]], [[WordPress:#Perl|Perl]],和其它腳本語(yǔ)言用在一起。

It is possible to create one's own web server, hosted on any speed of internet connection, but many people choose to purchase packages from [[WordPress:#Hosting provider|hosting providers]], who have the capacity and facilities to provide adequate bandwidth, uptime, hardware, and maintenance for frequently-visited web sites.

創(chuàng)建自己的網(wǎng)絡(luò)服務(wù)器是可能的,托管在任何速度的網(wǎng)絡(luò)連接上,但是許多人選擇從[[WordPress:#Hosting provider|主機(jī)供應(yīng)商]]那里購(gòu)買軟件包,主機(jī)供應(yīng)商有能力提供足夠的帶寬,正常運(yùn)行時(shí)間,硬件以及維護(hù)頻繁訪問的網(wǎng)站。

Related articles: WordPress:Hosting WordPress 相關(guān)文章:托管WordPress

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]


X[ ]

XFN[ ]

X[ ]

XFN[ ]

The XHTML Friends Network. A decentralised project to have inter-blog links that represent relationships between bloggers. XFN links resemble <a rel="friend met">Photo Matt</a>.

The XHTML 朋友網(wǎng)絡(luò)。非中心的項(xiàng)目,擁有內(nèi)部博客鏈接,代表博客主人之間的關(guān)系。XFN鏈接類似<a rel="friend met">Photo Matt</a>。

XHTML[ ]

XHTML[ ]

XHTML, or Extensible HyperText Markup Language, is the successor to [[WordPress:#HTML|HTML]] as the W3C standard language with which all web pages are created. It is often used in conjunction with [[WordPress:#CSS|CSS]] and [[WordPress:#JavaScript|JavaScript]].

XHTML,或者可擴(kuò)展的超文本標(biāo)記語(yǔ)言,是[[WordPress:#HTML|HTML]]的后繼者,作為W3C標(biāo)準(zhǔn)語(yǔ)言,所有網(wǎng)頁(yè)就是使用這種語(yǔ)言創(chuàng)建。通常與[[WordPress:#CSS|CSS]] 和 [[WordPress:#JavaScript|JavaScript]]聯(lián)合使用。

WordPress strives to conform to the XHTML 1.0 Transitional standard.

WordPress努力符合XHTML 1.0過渡期標(biāo)準(zhǔn)。

External links: XHTML 1.0 Specification (Second Edition), XHTML 1.1 Specification

外部鏈接:XHTML 1.0 說明 (第二版本), XHTML 1.1 說明


<!—自從W3C使用這個(gè)慣例,從xtensible 超文本更改為可擴(kuò)展超文本-->

XML[ ]

XML[ ]

XML, or Extensible Markup Language, is written in Standard Generalized Markup Language (SGML) and essentially allows you to define your own markup language. XML is extremely useful in describing, sharing, and transmitting data across the Internet. Typically used in conjunction with [[WordPress:#HTML|HTML]], XML defines data and [[WordPress:#HTML|HTML]] displays that data. XML,或者可擴(kuò)展標(biāo)記語(yǔ)言是使用標(biāo)準(zhǔn)的通用標(biāo)記語(yǔ)言編寫的(SGML)能夠使你定義自己的標(biāo)記語(yǔ)言。XML對(duì)于在網(wǎng)絡(luò)之間描述數(shù)據(jù),分享數(shù)據(jù)和傳遞數(shù)據(jù)很有用。通常與[[WordPress:#HTML|HTML]]一起使用,XML定義數(shù)據(jù)[[WordPress:#HTML|HTML]]顯示數(shù)據(jù)。

External links: Extensible Markup Language (XML) Resources at W3C org XML 4.0 FAQ, Overview of SGML Resources at W3C org

外部鏈接: 可擴(kuò)展標(biāo)記語(yǔ)言 (XML) Resources at W3C org XML 4.0 FAQ, Overview of SGML Resources at W3C org

XML-RPC[ ]

XML-RPC[ ]

XML-RPC is Extensible Markup Language-Remote Procedure Call. A Remote Procedure Call (RPC) allows you to a call (or request) another application and expect that application to honor the request (answer the call). So, XML-RPC allows a user (or [[WordPress:#Developer|developer]]) to send a request, formatted in [[WordPress:#XML|XML]], to an external application.

XML-RPCExtensible Markup Language-Remote Procedure Call。遠(yuǎn)程程序調(diào)用(RPC)能夠使你調(diào)用(或者請(qǐng)求)另一個(gè)應(yīng)用軟件并且希望這個(gè)軟件執(zhí)行請(qǐng)求(處理調(diào)用)。因此,XML-RPC允許用戶(或者[[WordPress:#Developer|開發(fā)人員]])發(fā)送請(qǐng)求,格式是[[WordPress:#XML|XML]],發(fā)送到外部應(yīng)用軟件。

Related articles: WordPress:XML-RPC Support 相關(guān)文章:XML-RPC支持

External links: Dave Winer's XML-RPC for Newbies, XML-RPC Home Page, Apache XML-RPC, XML-RPC for PHP Homepage, XML-RPC at Wikipedia

外部鏈接:Dave Winer's XML-RPC for Newbies, XML-RPC Home Page, Apache XML-RPC, XML-RPC for PHP Homepage, XML-RPC at Wikipedia

[[WordPress:#top|Back to the Top]]

[[WordPress:#top|返回到頂上方]]

Y[ ]

[[WordPress:#top|Back to the Top]]

Z[ ]

[[WordPress:#top|Back to the Top]]

Y[ ]

[[WordPress:#top|返回到頂上方]]

Z[ ]

[[WordPress:#top|返回到頂上方]]


More Resources[ ]

更多的資源[ ]

More glossaries with collection of blogging terms, acronyms and abbreviations.

更多的博客術(shù)語(yǔ),首字母縮寫詞和縮略詞的收集。