line of code 中文意思是什麼

line of code 解釋
程序編碼行
  • line : n 1 線;繩索;釣絲;測深度用繩,捲尺。 a fishing line 釣魚線。 be clever with rod and line 會釣魚...
  • of : OF =Old French 古法語。
  • code : n 1 法典;法規。2 規則,準則;(社會、階級等的)慣例,習俗,制度。3 (電)碼,代碼,密碼,暗碼;...
  1. The breakpoint icon appears on the line of code

    斷點圖標隨即出現在該行代碼上。
  2. If the current line of code calls a function or

    如果當前這行代碼需要調用代碼中其他位置的某個函數或者
  3. Performance discussion groups are full of questions like " should i code like this, which is how everyone usually does it, or should i code like that, for better performance ? " conventional wisdom suggests that we should avoid early optimizations and apply best practices until performance measurement shows the need for optimization, but the reality is that every time we write a line of code, we are making a decision that can affect performance

    性能討論組中充斥著類似於這樣的問題「我應該像大多數人那樣編寫代碼,還是為了得到更好的性能那樣編寫代碼? 」一般專家會建議應該避免早期的優化,並且直到性能測試顯示需要優化的時候才使用最優方法,但實際情況是我們每寫一行代碼都在做出會影響到性能的決定。
  4. For example, listing 6 shows the first line of code from

    例如,清單6顯示清單5中
  5. This happens because the first line of code in a

    構造函數中的第一行代碼使用語法
  6. Property can be set as the first line of code

    屬性設置為第一行代碼。此屬性在
  7. Press f9 to place a breakpoint on this line of code

    按f9在該代碼行上放置斷點。
  8. The following line of code demonstrates how to use the

    以下代碼行說明了如何使用
  9. A line of code that was not executed by a test

    未命中未由測試執行的一行代碼。
  10. Begin a comment on a line of code you want to mark with

    在要標記的代碼行中使用
  11. Ruby denied my attempt in the last line of code in listing 7

    成為唯讀的,所以ruby拒絕執行清單7中的最後一行程式碼。
  12. With css you can change the color and size attributes by rewriting one line of code

    通過css ,你可以書寫一段代碼來改變顏色和字體尺寸的屬性。
  13. This alone is a good reason for making your first line of code in

    單憑這一點我們就有正當的理由在
  14. Entries, you can double - click any comment entry to display the file indicated in the code editor and jump to the line of code marked

    同「任務列表」的其他項一樣,雙擊任何注釋項都將顯示「代碼編輯器」中指示的文件,並跳轉到標記的代碼行。
  15. No hard rule dictates how long a line of code should be

    沒有硬性規定一個代碼行應該多長。
  16. The xml is given first, followed by the annotations for each individually listed line of code

    監視器發出的輻射波提供許多信息,從而在顯示明文時允許攻擊者看到它。
  17. If the function, such as string replacement function, accepts both arrays and single characters as arguments, and if your argument list is not too long, consider writing a few redundant replacement statements, passing one character at a time, instead of one line of code that accepts arrays as search and replace arguments

    如果一個字元串替換函數,可接受數組或字元作為參數,並且參數長度不太長,那麼可以考慮額外寫一段替換代碼,使得每次傳遞參數是一個字元,而不是只寫一行代碼接受數組作為查詢和替換的參數。
  18. That is, if a function has a certain set or range of valid values for its arguments, an assertion to this effect can be placed as the first line of code in the function

    那就是說,如果函數有確定的有效值集合或范圍可作為參數,可以將檢驗參數是否有效的斷言放在該函數代碼的第一行。
  19. If you know the specific line of code you need to view in an open document, you can navigate directly to that line number

    如果您知道需要在打開的文檔中查看的特定代碼行,可以直接定位到該行號。
  20. Removes the comment syntax from the current line of code

    從代碼的當前行中移除注釋語法。
分享友人