8 「インポート」の後の「静的」修飾子は何を意味しますか? このように使用すると: import static com.showboy.Myclass; public class Anotherclass{} 違いは何だimport static com.showboy.Myclassとはimport com.showboy.Myclass? 438 java modifier static-import
6 Swiftの「open」キーワードとは何ですか? ObjectiveC.swift標準ライブラリのファイルには、228行目の次の数行のコードが含まれています。 extension NSObject : Equatable, Hashable { /// ... open var hashValue: Int { return hash } } open varこの文脈では何を意味しますか、またはopen一般的にキーワードは何ですか? 334 swift swift3 syntax declaration modifier
4 一時および揮発性修飾子とは何ですか? 誰かがJavaでtransientand volatile修飾子が何を意味するのか説明できますか? 126 java serialization storage modifier
13 SwiftUI-ビューの背景色を変更するにはどうすればよいですか? 試し始めましSwiftUIたが、の背景色を変更するのが簡単ではないように思われることに驚いていViewます。これをどのように使用しSwiftUIますか? 122 view background background-color modifier swiftui