static methods 中文意思是什麼

static methods 解釋
靜態方法
  • static : adj 1 靜止的,靜態的,靜力的。2 【物理學】天電的,靜電的。3 【無線電】靜態特性。4 固定的,不活潑...
  • methods : (方法):是指定給對象的函數。在函數被指定給對象之後,該函數就可以被稱為是該對象的方法。
  1. The same rules for type inference apply to static methods as well as instance methods

    相同的類型推斷規則也適用於靜態方法以及實例方法。
  2. Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions

    為三角函數、對數函數和其他通用數學函數提供常數和靜態方法。
  3. Static properties cannot be accessed through the object using the arrow operator - >. calling non - static methods statically generates an e _ strict level warning

    靜態成員不能被類的對象通過箭頭符號- >來調用。靜態的調用一個非靜態方法會導致一個e _ strict級別的警告。
  4. To reference static methods or property accessors

    引用靜態方法或屬性訪問器。
  5. Static methods lock on the type, while instance methods lock on the instance

    靜態方法鎖定類型,而實例方法鎖定實例。
  6. In chapter 3, the author fully discusses the supervision methods, including static methods and dynamic methods, and try to develop financial alarm system for the life insurance industry

    試圖在我國現有的靜態監管手段的基礎上,參照非金融企業的財務預警模型,結合壽險業的財務指標,嘗試建立壽險經營的財務預警體系。
  7. Class contains static methods for interfacing with configuration settings

    類包含用於與配置設置銜接的靜態方法。
  8. Electrostatic harm and anti - static methods to communication house

    通信機房靜電的危害和防護
  9. We describe three static methods : field primary static correction, refraction statics and automatic residual statics, and then introduce the principle of the three static methods. second, the dissertation gives the method of elevation statics, calculating static values by using minor refraction data, first - break pickup method and residual technique

    其次,重點闡述了1 、野外靜校正方法中地面高程校正的過程、利用小折射測量數據計算低降速帶靜校正量的演算法; 2 、應用現有的折射波靜校正軟體進行初至拾取及靜校正量計算的操作要領; 3 、自動剩餘靜校正多次迭代技術。
  10. Referring to enclosing type parameters inside static methods and static inner classes is prohibited outright by the compiler

    編譯器完全禁止在靜態方法和靜態內部類中引用封閉類型參數。
  11. In addition, the. net framework math class provides constants and other static methods for trigonometric, logarithmic, and other common mathematical functions

    此外, . net framework數學類為三角函數、對數和其他常見的數學函數提供常數和其他靜態方法。
  12. Furthermore, if static data are synchronized, calls between static methods that alter state can result in deadlocks or redundant synchronization, adversely affecting performance

    此外,如果同步靜態數據,更改狀態的靜態方法間的調用可導致死鎖或冗餘同步,從而降低性能。
  13. Static members are often used to represent data or calculations that do not change in response to object state ; for instance, a math library might contain static methods for calculating sine and cosine

    靜態成員通常用於表示不會隨對象狀態而變化的數據或計算;例如,數學庫可能包含用於計算正弦和餘弦的靜態方法。
  14. To manage forms authentication, you can use static methods of the

    要管理forms身份驗證,可以使用
  15. This class contains a set of static methods that evaluate a boolean condition

    該類包含計算布爾值條件的一組靜態方法。
  16. Cls - compliant interfaces cannot define static methods, nor can they define fields

    符合cls的介面不能定義靜態方法,也不能定義欄位。
  17. Only one copy of static fields and events exists, and static methods and properties can only access static fields and static events

    只存在靜態欄位和事件的一個副本,靜態方法和屬性只能訪問靜態欄位和靜態事件。
  18. For instance, parameterized constructors, static methods, and constant fields are not exposed to com clients

    例如,參數化的構造函數、靜態方法和常數欄位不會向com客戶端公開。
  19. Guide to general principles for determination of the bending stiffness of paper and board by static methods

    採用靜態法測定紙和紙板彎曲剛度一般原則指南
  20. Static methods are protected in a similar fashion using the

    靜態方法是使用當前實例的
分享友人