desc
美
英 
例句
DESC; Social Psychology is the scientific study of how we think about, influence and relate to one another.
社會心理學是研究我們如何思維,影響和聯系他人的科學研究。
The desc field contains the line number and the value contains the code address for the start of that source line.
desc字段包含行號,而value包含源代碼行的起始部分的代碼地址。
Set the Sort property to the column name that you want followed by ASC or DESC to indicate the ascending or descending order.
將Sort屬性設置為后面要跟有ASC或DESC的所需列名稱,以指示是按升序還是降序排序。
Methods: To make a review about the resource and bionomics of human embryonic stem cell, building a desc line and its clinical application.
方法對人類胚胎干細胞的來源、建系、生物學特性及應用前景作一綜述。
DESC; By mechanizing the procedure inside the slaughterhouse the handling was sped up and output increased.
通過屠宰機械化,肉類處理速度提高,產出增加了。
To approach the operative methods and skills of desc and biological amniotic membrane grafting in different ocular surface diseases.
目的探討干燥生物羊膜移植在不同眼表疾病中的術式選擇及手術技巧。
DESC to indicate whether the list should be sorted in ascending or descending order.
以便指出清單應該依遞增或遞減順序來排序。
Figure 9 shows how the Activity pages Description tab is published with the standard activity_desc. xsl file.
圖9向您顯示了,怎樣以activity_desc.xsl標準文件的形式,發布動態頁面的描述標簽。
Stick to a uniform pattern (sort=alpha&dir=desc for instance) and you'll make sorting and filtering via the URL bar easy and rememberable.
堅持一種統一的模式(比如說sort=alpha&dir=desc),你就會把通過URL欄進行的排序和過濾變得簡單易記。
Type desc hotel; to see the columns and data types.
輸入deschotel;查看列和數據類型。
Defines the column sort order, can only be 'asc' or 'desc'.
定義的列的排序順序,只能是’遞增’或’遞減’。
Extract URL, meta tag (title, desc, keyword), body text, email, phone, fax from web site, search results or list of URLs.
提取物的URL,META標記(標題,描述,關鍵字),正文,電子郵件,電話,傳真,從網站,搜尋結果或URL清單。
Desc: All photo elements were shot seperate. (Person, Truck, Bridge, City, Clouds) then combined in post.
(人,卡車,橋,城市,云)然后在組合起來。
Index column position within the index and column sort order ( ASC or DESC ) .
索引內的索引列的位置以及列的排序順序(ASC或DESC)。
The key description is defined by desc, and its payload is pointed to by payload.
密鑰描述由desc定義,它的有效內容由payload指定。
DESC; By using a staff system even at low echelon units it enabled the leader to give orders continuously and accurate.
即使是在低層指揮系統里面,采用參謀制度也會使領導能持續準確地發布命令。
You can also write this procedure without a loop by adding an ORDER BY value DESC clause to the SELECT statement.
您還可以通過將ORDERBY值DESC子句添加到SELECT語句中,不借助循環編寫此過程。
To delete this subsection in the Relationships section, edit the activity_desc. xsl file.
為了刪除關系段落中的小段落,編輯activity_desc.xsl文件。
The user may also select what fields to order the report on, and to specify the sort - order ( ASC or DESC).
用戶也可以選擇報告排列的順序,并指定排列順序(升序或降序)。
For sort columns, consider specifying the ASC or DESC order of the column.
對于排序列,考慮為列指定ASC或DESC順序。
Desc: an element containing a description of the service.
描述:包含服務描述的元素。
Forcing the user to type the host object (desc) adds needless noise to the code.
強制用戶輸入主機對象(desc)會給代碼增加不必要的干擾。
Change the expression of the JOB_DESC column to display only the first 50 characters, as described above.
修改JOB_DESC列的表達式,使其只顯示前50個字符,如上所述。
'desc' - Sort from highest to lowest.
從最高到最低分類。
Because the desc attribute doesn't match the attribute named description, the value is not copied and the value is left unset.
因為desc屬性不匹配名為description的屬性,所以未復制并且未設置該值。
For example, you can choose one of ASC, DESC, or neither.
例如,可以從ASC、DESC中任選一個,或者一個也不選。
In the following steps, you only make use of the desc folder that is created.
在以下步驟中,您僅使用創建的desc文件夾。
SELECT * FROM STUDENT ORDER BY NO DESC;
將所有學生按學號順序升序排列;
Give the column a different name (e. g. "Order By DESC" )
給列指定不同的名稱(例如“OrderByDESC”)。
SORT_DESC - sort in descending order
SORT_DESC-按照下降順序排序
Each array or LUN on each DS4500 has a descriptor in the files used. Following is an example line from disk1. desc
每個磁盤陣列或DS4500上的每個LUN在所使用的文件中都有一個描述符。
select BNAME, AUTHOR, price from BOOKS order by PRICE desc
查詢現有圖書中價格最高的圖書,輸出書名及作者
select top 6 * from Product order by price desc
查詢Product表中價格最高的6種商品。