It is recommended that all serializable classes contain a private static data member named serialVersionUID, of type long.
建议让所有可序列化的类都包含类型为long、名为serialversionuid的私有静态数据成员。
These two functions are both declared private static, which enables you to call them from within your main method but not from other classes.
这两个函数都声明为private static,因此可以从main方法中调用它们,但是不能从其他类调用。
The main method then calls the following private static methods in turn, passing in either the UDDI4J proxy or the Publish instance, as appropriate.
接着,main方法依次调用下列私有静态方法(必要时在UDDI4Jproxy或者Publish实例中传递)。
You can also use a static cache rule to disable the caching of static content that matches a particular URL pattern; for example, if that content were sensitive or private.
您也可以使用一条静态缓存规则来禁用那些匹配特殊url模式的静态内容的缓存,例如该内容是敏感或专用的。
If a class contains only static members, remember to mark the class as static or seal the class (NotInheritable) and give the class a private constructor to avoid instance creation.
如果类只包含静态成员,则要记得将该类标记为静态,或者密封该类(NotInheritable),并且还要为该类提供一个私有构造函数,以避免实例创建。
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来防止别人干预,但有一种方法可以创建只读静态范围的属性,即声明常量。
Use ClearCase with private views (static or dynamic).
使用带有私有视图的ClearCase(静态的或者动态的)。
Note that the invoke() method is overridden to either take an Object instance, as in Listing 4, or a Class, in the case that the desired private method is also static.
请注意invoke()方法被覆盖成可以接受一个Object实例(如清单4 所示)或一个Class(这时期望的private 方法也是 static 的)。
You should not use your instance constructors, some special private function, or any other idiom to initialize static variables.
不应该使用实例构造函数、一些特殊的私有方法、任何其它习惯来初始化静态变量。
Is there any pattern that provide similarities of public static, private and public methods and vars in JS?
有提供公共静态相似性的任何模式,私人和公共的JS方法和变量?
The programming language compiler added a default static constructor to your type and did not make it private.
编程语言编译器已向您的类型中添加默认静态构造函数,但未将其设置为私有。
Do declare static classes as sealed and abstract, and add a private instance constructor, if your programming language does not have built-in support for static classes.
如果编程语言没有对静态类的内置支持,则应将静态类声明为密封的和抽象的,并添加一个私有实例构造函数。
Tapestry will log an error for each component class that contains fields that are neither static nor private.
对含有非静态并且非私有的属性变量,Tapestry将输出一个错误日志。
An easy answer to both concerns, already mentioned, is to generate all of one's private keys pseudo-randomly from a static secret.
一个关于这两个问题的简单回应上述已经提到,也就是生成的私钥从一个静态密码中随机提取。
If a static constructor is not private, it can be called by code other than the system.
如果静态构造函数不是私有,则系统以外的代码可以调用它。
If a static constructor is not private, it can be called by code other than the system.
如果静态构造函数不是私有,则系统以外的代码可以调用它。
应用推荐