DC的意思
「DC」經常作為「Declare Constant」的縮寫來使用,中文意思:「聲明常量」。
DC(聲明常量)詳細解釋
- 英文縮寫詞:DC
- 英文單詞:Declare Constant
- 中文簡要解釋:聲明常量
- 流行度:44
- 分類:Computing
- 領域:Assembly
英文縮寫DC的擴展資料
- Never hard-code a numeric value, always declare a constant instead.決不要硬編碼數值,而總是聲明一個常量。
- While static properties are often declared private to prevent meddling, there is one way of creating a read-only statically scoped property : You can declare a constant.盡管靜態屬性通常被聲明為private來防止別人干預,但有一種方法可以創建只讀靜態范圍的屬性,即聲明常量(DC)。
- You declare a class constant with the const keyword.用const關鍵字聲明類常量。
- You can declare a new NAMESPACE constant, which is implicitly made a constant and from the character data type.可以聲明一個新的NAMESPACE常量,這隱式聲明了一個字符數據類型的常量。