私有对象由用户访问密钥保护。
理想地,二进制代码可以从构建视图中获得,该视图中产生的对象将一直作为视图的私有对象。
The binaries will ideally be deployed from a build view in which in the objects were generated and will remain as view private objects.
也就是说,在 C++ 中,同一个类的对象无法看到彼此的私有成员变量。
That is, in C++, objects of the same class cannot see one another's private member variables.
应当将此构造器标识为私有,这样就不会意外调用构造器并忘记将它记录到对象映射中。
You should mark this constructor private so that you can't accidentally call the constructor and forget to record it in your object map.
该代码使用私有方法从池中检索对象,并且调用所提供的委托。
This code USES the private methods to retrieve an object from the pool and call the provided delegate.
因为这是使用非对象加密技术,而每一端有自己的证书和私有密钥,比起清单5对称加密技术示例,它处理起来更为简单。
Because this is using asymmetric encryption, where each side has its own certificate and private key, it should be somewhat simpler to handle than the Listing 5 symmetric-encryption example.
而这个业务对象在从boentity类继承的一个私有实例变量中封装Notes文档,这样可以保护任何对该文档及其项的直接访问。
This business object encapsulates the Notes document in a private instance variable inherited from the BOEntity class, so any direct access to this document and its items is prevented.
通过执行以下命令,可以将挂载对象标为私有的。
A mount object can be marked private by executing the following command.
在s3中创建的每个bucket和对象都是创建它们的用户账户私有的。
Each bucket and object created in S3 is private to the user account creating them.
类型同为Foo的两个对象可直接访问对方的私有字段。
Two objects each of type Foo can directly access each other's private fields.
在这个例子中,还可以使用适当的数据库名,在称为dbName 的派生业务对象类中声明私有String属性。
In this example, a private String attribute can also be declared in derived business object classes, called dbName, with the name of the appropriate database.
ReleaseObject方法在内部使用私有的ReturnToPool 方法,用给定对象重新填充该池,如图5 所示。
The ReleaseObject method internally uses a private ReturnToPool method to restock the pool with the given object, shown in Figure 5 .
该方法接受一个EventQuery对象,配置了多个参数:用户名、提要类型(公共或私有)以及提要的详细程度(完整还是基本)。
This method accepts an EventQuery object, which is configured with various parameters: the user name, the type of feed (public or private) and the level of detail required in the feed (full or basic).
公有测试用来测试公有api,而私有测试则是用来测试Request对象这样的东西。
Public tests test the public API, while private tests test things like the Request object.
另一种特殊的挂载对象称为不可绑定的挂载(unbindablemount),它们与私有挂载相似,但是不允许执行绑定挂载。
One other specialized mount object is called an unbindable mount, which is like a private mount but also disallows bind mounting itself.
既不传播也不接收挂载事件的挂载对象称为私有挂载(privatemount)。
A mount object that neither propagates nor receives a mount event is called a private mount.
“私有”和“公有”在这里的意思和在大多数面向对象语言里一样。
"Private" and "public" have the same meaning here as in most object-oriented languages.
不幸的是,它同时也意味着该属性也能够被相同包下面的其他的类直接访问,这违反了标准的面向对象的使所有属性私有的原则。
Unfortunately this means the fields can be accessed directly by other classes in the same package, so you shouldn't use this in public API.
IT系统使用关系数据模型、大文件、面向对象模型和私有数据模型来对意义进行组织。
IT systems organize meanings using relational data models, flat files, object-oriented models, or proprietary data models.
实现标准的面向对象功能,比如:私有构造函数、抽象方法和抽象类等。
Implement standard OOP features like private constructors, abstract methods and classes.
组成对象的数据元素。数据成员一般应设为私有的。
The data elements that constitute an object. Data members ordinarily should be private.
通过接口或者包装对象暴露私有内部数据可以限制该种访问。
You limit that access by exposing private internal data using interfaces, or wrapper objects.
根据用户的多维数据分析需求,设计出面向对象的私有多维元模型。
According to the requirement of user's multidimensional data analysis, we design an private object-oriented multidimensional metadata model.
通过使用反射机制,那些能够引用您的对象的、高度受信任的代码,可以获取和设置私有成员。
Using reflection mechanisms, highly trusted code that can reference your object can get and set private members.
如果私有成员不返回一个引用或值,则此方法不会返回对象。
If the private member does not return a reference or value, then this method will not return an object.
如果私有成员不返回一个引用或值,则此方法不会返回对象。
If the private member does not return a reference or value, then this method will not return an object.
应用推荐