女人被狂躁到高潮视频免费无遮挡,内射人妻骚骚骚,免费人成小说在线观看网站,九九影院午夜理论片少妇,免费av永久免费网址

當(dāng)前位置:首頁 > > 充電吧
[導(dǎo)讀]Editing files with syntax highlighting(文件編輯時語法突出) IDEA supports the editing of Java?, JSP, XML, HTML

Editing files with syntax highlighting(文件編輯時語法突出)

IDEA supports the editing of Java?, JSP, XML, HTML files, as well as custom file types that can be easily defined to be recognized and properly highlighted by the editor.

(IDEA支持對 Java?, JSP, XML, HTML等文件的語法突出編輯,即使是自定義的文件,也可以通過代碼編輯器來使得其可以被識別和語法突出化)


Advanced Code Completion(先進(jìn)的代碼完成功能)

Basic code completion finalizes a class, method, variable name, and Java keywords, plus commonly used names for fields and variables depending on their type. It can be automatically invoked, popping up the available methods and fields list.

Basic代碼完成 可以完成對類、方法、變量名和Java關(guān)鍵字的識別,根據(jù)不同的類型,可以從自動彈出的列表框中選擇已有的方法和域 名)

The SmartType code completion filters the method and variable list to match the expected expression type. It works at the right-hand side of assignments, in variable initializers, return statements and anywhere else where IDEA can guess the expected type.

SmartType代碼完成,會根據(jù)目前的表達(dá)式的類型來對彈出列表框中的方法和變量進(jìn)行類型匹配,彈出框中右邊的就是那些方法變量等的返回類型,IDEA還會羅列出其他你可能用到的類型)

The Class Name code completion finishes a class name anywhere in the project or libraries independently of imports in the current file.

Class Name 代碼完成可以在任何工程、庫以及當(dāng)前獨(dú)立的文件中幫你完成類名字的書寫)


Closing brace auto-insert(復(fù)合語句的自動插入(前后括號自動匹配))

Start a code block with an opening curly brace character and press Enter.
The corresponding closing brace is automatically inserted with the indentation specified in your preferences.

(當(dāng)你鍵入“{”來開始一組復(fù)合語句時,“}”會自動插入進(jìn)行匹配,插入的方式也可以由你來訂制)



Matched brace highlighting(匹配括號的突出顯示)

Place the Editor caret just after a closing (or just before an opening) brace or bracket of any type. If it is correctly matched, the matching pair highlights with light blue. If there is no matching bracket, the unpaired bracket highlights as a compile error. (You can change the default highlight colors in your configuration).

(當(dāng)光標(biāo)移動至括號時,不管是左括號還是右括號,如果它可以正確匹配,他將會以淺藍(lán)色突出顯示,如果沒有與之相匹配的括號,則將會有錯誤提示,當(dāng)然,突出的顏色也可以設(shè)置)


Pasted text auto-indent(粘貼代碼自動縮進(jìn))

Paste a block of text into your code and IDEA automatically indents it to fit the new location.

(當(dāng)粘貼一段代碼到IDEA代碼編輯中時,他會自動縮進(jìn)到合適的位置)


Live Templates(動態(tài)模板)

Live Templates provide a fast way to code many typical constructs. Just type the Live Template name, press Tab, and the relevant code... simple or highly complex... is written to your file instantly. When you insert code from a Live Template, IDEA analyzes your existing code and suggests correct values for the template’s variables. Now you can apply Live Templates not only at a particular caret position, but for selected blocks of code/text as well.

(動態(tài)模板提供了一些典型代碼的快速輸入,只需要輸入動態(tài)模板的名字,按TAB,不論是簡單的還是復(fù)雜的代碼都會立刻完成。動態(tài)模板還會自動分析現(xiàn)有代碼,插入合適的變量名,動態(tài)模板的使用不僅在光標(biāo)位置,他還適用于被選中的文本代碼)


Express code commenting(快速代碼注釋)

Use a single keystroke to quickly comment/uncomment a selected line or block with either block (/*…*/) or line (//…) comments. Comments insert at the first column, or at the indentation level, depending on your preferences.

(使用一個鍵就可以使選中的代碼進(jìn)行注釋或反注釋,注釋的插入位置可以設(shè)置)


Popup parameter info(參數(shù)彈出提示)

When coding a new method call, a tooltip showing the target method’s signature pops up after you type the opening “(” character or invoke code completion features. The parameter highlighted in bold is the one on which the caret is currently positioned. You can control the popup interval or disable the popup completely in Completion settings.

(當(dāng)輸入一個新的方法時,在輸入“(”后就會有這個方法參數(shù)的彈出提示,當(dāng)前參數(shù)將會以粗體顯示,你可以在Completion settings中控制是否彈出,和彈出延時)



Code folding(代碼折疊)

Easily “fold” and “unfold” methods, Javadoc comments, or blocks of import statements, putting distracting detail out of your way. Fold/unfold a single block or everything in the file at once with a single keystroke.

(你可以將JavaDoc注釋、方法體、或者一系列的import語句進(jìn)行折疊,隱藏他們的細(xì)節(jié),只需點擊一下,就可以打開或合上他們)

Mouse over ?folded? code icons to pop up the hidden detail for quick examination.

(將鼠標(biāo)移至到合上的代碼時,隱藏的內(nèi)容會暫時顯示出來)

Split-pane editor(雙塊代碼編輯)

Split the Editor into two half panes to work in two different places in the same file simultaneously. Move the pane splitters to adjust the size of the panes.

(通過分割欄,可以將代碼分成兩部分獨(dú)立工作,拖動分割欄可以調(diào)整大?。?/p>



Clipboard stacking(超級剪貼版)

Now store multiple clipboard entries and access them with a single shortcut. Customize the number of entries that can be stored in the clipboard stack.

(擁有可以儲存多次剪貼內(nèi)容的剪貼版,記錄的剪貼內(nèi)容數(shù)也可以設(shè)置)



本站聲明: 本文章由作者或相關(guān)機(jī)構(gòu)授權(quán)發(fā)布,目的在于傳遞更多信息,并不代表本站贊同其觀點,本站亦不保證或承諾內(nèi)容真實性等。需要轉(zhuǎn)載請聯(lián)系該專欄作者,如若文章內(nèi)容侵犯您的權(quán)益,請及時聯(lián)系本站刪除。
換一批
延伸閱讀

LED驅(qū)動電源的輸入包括高壓工頻交流(即市電)、低壓直流、高壓直流、低壓高頻交流(如電子變壓器的輸出)等。

關(guān)鍵字: 驅(qū)動電源

在工業(yè)自動化蓬勃發(fā)展的當(dāng)下,工業(yè)電機(jī)作為核心動力設(shè)備,其驅(qū)動電源的性能直接關(guān)系到整個系統(tǒng)的穩(wěn)定性和可靠性。其中,反電動勢抑制與過流保護(hù)是驅(qū)動電源設(shè)計中至關(guān)重要的兩個環(huán)節(jié),集成化方案的設(shè)計成為提升電機(jī)驅(qū)動性能的關(guān)鍵。

關(guān)鍵字: 工業(yè)電機(jī) 驅(qū)動電源

LED 驅(qū)動電源作為 LED 照明系統(tǒng)的 “心臟”,其穩(wěn)定性直接決定了整個照明設(shè)備的使用壽命。然而,在實際應(yīng)用中,LED 驅(qū)動電源易損壞的問題卻十分常見,不僅增加了維護(hù)成本,還影響了用戶體驗。要解決這一問題,需從設(shè)計、生...

關(guān)鍵字: 驅(qū)動電源 照明系統(tǒng) 散熱

根據(jù)LED驅(qū)動電源的公式,電感內(nèi)電流波動大小和電感值成反比,輸出紋波和輸出電容值成反比。所以加大電感值和輸出電容值可以減小紋波。

關(guān)鍵字: LED 設(shè)計 驅(qū)動電源

電動汽車(EV)作為新能源汽車的重要代表,正逐漸成為全球汽車產(chǎn)業(yè)的重要發(fā)展方向。電動汽車的核心技術(shù)之一是電機(jī)驅(qū)動控制系統(tǒng),而絕緣柵雙極型晶體管(IGBT)作為電機(jī)驅(qū)動系統(tǒng)中的關(guān)鍵元件,其性能直接影響到電動汽車的動力性能和...

關(guān)鍵字: 電動汽車 新能源 驅(qū)動電源

在現(xiàn)代城市建設(shè)中,街道及停車場照明作為基礎(chǔ)設(shè)施的重要組成部分,其質(zhì)量和效率直接關(guān)系到城市的公共安全、居民生活質(zhì)量和能源利用效率。隨著科技的進(jìn)步,高亮度白光發(fā)光二極管(LED)因其獨(dú)特的優(yōu)勢逐漸取代傳統(tǒng)光源,成為大功率區(qū)域...

關(guān)鍵字: 發(fā)光二極管 驅(qū)動電源 LED

LED通用照明設(shè)計工程師會遇到許多挑戰(zhàn),如功率密度、功率因數(shù)校正(PFC)、空間受限和可靠性等。

關(guān)鍵字: LED 驅(qū)動電源 功率因數(shù)校正

在LED照明技術(shù)日益普及的今天,LED驅(qū)動電源的電磁干擾(EMI)問題成為了一個不可忽視的挑戰(zhàn)。電磁干擾不僅會影響LED燈具的正常工作,還可能對周圍電子設(shè)備造成不利影響,甚至引發(fā)系統(tǒng)故障。因此,采取有效的硬件措施來解決L...

關(guān)鍵字: LED照明技術(shù) 電磁干擾 驅(qū)動電源

開關(guān)電源具有效率高的特性,而且開關(guān)電源的變壓器體積比串聯(lián)穩(wěn)壓型電源的要小得多,電源電路比較整潔,整機(jī)重量也有所下降,所以,現(xiàn)在的LED驅(qū)動電源

關(guān)鍵字: LED 驅(qū)動電源 開關(guān)電源

LED驅(qū)動電源是把電源供應(yīng)轉(zhuǎn)換為特定的電壓電流以驅(qū)動LED發(fā)光的電壓轉(zhuǎn)換器,通常情況下:LED驅(qū)動電源的輸入包括高壓工頻交流(即市電)、低壓直流、高壓直流、低壓高頻交流(如電子變壓器的輸出)等。

關(guān)鍵字: LED 隧道燈 驅(qū)動電源
關(guān)閉