2021年7月23日]
英: 美:
tooltip中文意思翻譯
常用釋義:工具提示:在計算機界面上
n.工具提示;提示信息;提示框;提示文本
tooltip雙語(yǔ)使用場(chǎng)景
1、Notice the value of the hostname variable as a tooltip.───請注意作為工具提示的主機變量的值。
2、A warning ToolTip appears when you attempt to connect Web service endpoints whose WSDL binding name and binding namespace do not match.───當嘗試連接WSDL綁定名稱(chēng)和綁定命名空間不匹配的Web服務(wù)終結點(diǎn)時(shí),會(huì )出現一個(gè)警告工具提示。
3、Therefore, the tooltip component shows up in my applications more than probably any other component.───因此,tooltip組件在應用程序內出現的次數比其他任何組件都要多。
4、In this article, I use the more generic term tooltip.───在本文,我使用的是其中更為常見(jiàn)的術(shù)語(yǔ)工具提示。
5、As you enter a function or statement in the Code Editor, its complete syntax and arguments are shown in a ToolTip.───在代碼編輯器中輸入函數或語(yǔ)句時(shí),該函數或語(yǔ)句的完整語(yǔ)法和參數將顯示在“工具提示”中。
6、when you type an opening parenthesis for a method , a tooltip window shows valid arguments for each overload of that method.───當鍵入方法的左括號時(shí),將出現一個(gè)工具提示窗口,其中顯示該方法的各個(gè)重載的有效參數。
7、While you're at it, add a new CSS declaration to control the width of the tooltip content so it doesn't end up with a scrollbar.───與此同時(shí),添加一個(gè)新CSS聲明以控制工具提示內容的寬度,從而不需要再用到滾動(dòng)條。
8、Listing 1 shows the code for this tooltip.───清單1顯示了這個(gè)工具提示的代碼。
9、When a function or stored procedure is entered into a query, its complete syntax and arguments are shown in a ToolTip.───將函數或存儲過(guò)程輸入查詢(xún)中時(shí),工具提示中將顯示其完整語(yǔ)法和參數。
tooltip相似詞語(yǔ)短語(yǔ)
1、tooling capacity───工裝能力
2、reset tooltips───重置工具提示
3、too you───你也是
4、funnysme too───也很有趣
5、loose tooth───松動(dòng)的牙齒
6、oscillating multi-tool───振蕩多刀
7、batoon last name───蝙蝠姓
8、you too be───你也是
9、too soon───太快;太早;為時(shí)過(guò)早
10、how are you too───你好嗎
2、showtooltip意思?
#showtooltip是宏命令的開(kāi)頭,這個(gè)命令可以讓按鈕顯示技能的說(shuō)明和技能的圖標。
它可以將多個(gè)技能或者使用物品綁定到一個(gè)按鈕上,通過(guò)按鍵或鼠標點(diǎn)擊觸發(fā)??梢砸淮问┓艓讉€(gè)技能,避免一個(gè)技能一個(gè)技能的去點(diǎn)擊,同時(shí),通過(guò)綁定多個(gè)技能到一個(gè)按鈕,也可以節省按鈕欄位。
在第二行開(kāi)始加入想要施放的技能,或者想要使用的物品。比如:
#showtooltip
/cast 意氣風(fēng)發(fā)
如果想要使用多個(gè)技能或者物品,可以添加多行來(lái)實(shí)現,比如:
#showtooltip
/cast 意氣風(fēng)發(fā)
/cast 部落軍旗
/cast 靈魂石
擴展資料:
使用#showtooltip多個(gè)技能或者物品在組合時(shí),不能把會(huì )觸發(fā)公共冷卻時(shí)間的技能放在中間,可以將順發(fā)技能或物品放在前面,最后一個(gè)放一個(gè)會(huì )觸發(fā)公共冷卻時(shí)間的技能(只能放一個(gè),且放在最后,否則,該技能后面的所有技能都不會(huì )施放成功)。比如:
#showtooltip
/cast 殺戮
/cast 意氣風(fēng)發(fā)
/cast 部落軍旗
/cast 靈魂石
以上第一個(gè)技能:殺戮,會(huì )觸發(fā)公共冷卻時(shí)間,施放該技能后,動(dòng)作條上的大部分技能都會(huì )有大概1秒左右的冷卻時(shí)間,也就是圖標在轉圈,轉圈結束前,其他技能點(diǎn)擊都不會(huì )施放,圖標轉圈的這些技能就是有公共冷卻時(shí)間的技能,這些技能就不能同時(shí)綁定在一起。
比如上面的技能:意氣風(fēng)發(fā),宏命令執行到這兒時(shí),判定該技能處于公共冷卻時(shí)間中,不能施放,那么整個(gè)宏就停止執行了。