The pages for the private code and data can appear anywhere in the logical address space.
私有代码和数据的页可以出现在逻辑地址空间的任何地方。
After the fall of Rome, the first European society to regulate behaviour in private life in accordance with a complicated code of etiquette was twelfth-century Provence, in France.
罗马帝国灭亡后,在欧洲,第一个按照复杂的礼节规范私人生活行为的社会,是12世纪法国的普罗旺斯。
San Diego's municipal code, for instance, requires property owners to maintain landscape and vegetation standards—or face a penalty equivalent to the cost of hiring a private contractor to do so.
例如,圣地亚哥的市政法规要求业主保持景观和植被的标准,否则将面临与雇佣私人承包商来这样做成本相当的罚款。
Listing 2 shows a piece of code that results in a compile-time error because the copy constructor is private.
清单2显示了产生编译时错误的代码部分,因为该拷贝构造函数是私有的。
Application or code signing is the process of generating private and public keys and public-key certificates, signing and optimizing the application.
应用程序或代码签名是这样一个过程,即生成私有、公共密钥和公共密钥证书,签署和优化应用程序。
This code USES the private methods to retrieve an object from the pool and call the provided delegate.
该代码使用私有方法从池中检索对象,并且调用所提供的委托。
Reflection will give direct access to these private fields, allowing the argument processing library to set values without any special hooks in the application code.
反射将使得应用程序可以直接访问这些私有字段,允许参数处理库在应用程序代码中没有任何特殊钩子的情况下设置参数的值。
Listing 11 contains the code to query the user's private feed and retrieve all the entries stored within it.
清单11中的代码用于查询用户的私有提要并检索存储在其中的所有项。
The UML To C++ transformation provides an option to generate the code in the order of public elements, followed by protected and private, respectively.
UML到 C++的转换提供了一个以公共元素、被保护元素、私有元素这一顺序生成代码的选项。
In particular, being able to change a few private methods to public would have made this code a lot easier to write.
特别是将一些私有方法变成公有方法能够使这个代码编写起来更容易。
Unfortunately, tossing out private and multiple inheritance has cost us dearly in terms of code reuse.
遗憾的是,彻底放弃私有继承和多重继承会使我们在代码重用方面付出昂贵的代价。
Private API: The rules in this category focus on finding instances within your code where a private API has been accessed.
私有API:这个类别中的规则专注于找出你的代码中访问了私有API的实例。
Imagine if your developers could pre-check their code by running private "integration builds" outside their local workspaces, but without checking their code in.
设想在不检入代码的情况下,您的开发人员是否可以通过在本地的工作区之外运行个人的“集成构建”来预检查代码。
This example shows the C++ source code that contains a non-class function, a Private member function of a class, and a Public member function of a class.
这个示例使用的 C++源代码包含一个非类函数、类的一个私有成员函数和一个公共成员函数。
Declaring some methods Private is a good way to keep code and logic inside a class while not allowing it to be called directly by a user.
将一些方法声明为Private是一个很好的做法,以便保持代码和逻辑位于类中,同时不允许用户直接调用方法。
In the commit method of the login module, a privileged code clears up the current subject and replaces the principals, and the public and private credentials.
在登录模块的commit方法中,可以使用特权代码清除当前主题并替换相应的主体、公开的和私有的凭据。
Recently, an exciting open source project, Cloud Foundry, released the code to create a private PaaS that is capable of running Node.js.
最近,一个激动人心的开源项目Cloud Foundry公布了代码以创建一个能够运行Node . js的私有PaaS。
If you're using code like this in a performance hotspot, you can avoid the overhead by declaring fields and methods accessed by inner classes to have package access, rather than private access.
如果你在高性能的Hotspot中使用这些代码,可以通过声明被内部类访问的字段和成员为包访问权限,而非私有。
Instead of using regular expressions to rewrite public URIs onto private ones, Ranvier implements a chain-of-responsibility design pattern to delegate resource determination to relevant code.
Ranvier并不使用正则表达式把公共uri重写成私有uri,而是实现责任链(chain - of - responsibility)设计模式,把资源判断任务委托给相关代码。
Named Stable Bases and Private World outline how good project teams and organizations apply source code management and version control tools.
NamedStableBases和PrivateWorld略述了优秀的项目小组和组织如何应用源代码管理和版本控制工具。
This code defines the private variable (nothing is visible unless annotated as Shared), and then the initialization logic.
这段代码定义私有变量(除非注释为shared的,否则所有元素都是不可见的),然后定义初始化逻辑。
Sometimes the code is very obviously unreachable (uncalled private methods, unread local variables, and so forth).
有时候,这些代码是明显不可达的(未调用的私有方法以及未读入的本地变量,等等)。
Type: Either private (not accessible by other processes), mapped (directly from the file system), or image (the executable code)
Type:私有(不能被其他进程访问)、映射(直接来自文件系统)或镜像(可执行代码)。
As for taxes, if the code favours debt over equity, it is the tax laws that need fixing, not private equity.
就税收而言,如果法律偏好债务而不是股权,那么是税法需要修订,而不是私人股权。
Initially when writing code, I don't worry too much about categorizing method visibility as default (package), private, public, or protected.
最初在编写代码时,我没有过多地担心将方法可视性归为default(包)、private、public还是protected。
The code in Listing 11 will show just one case, unconditionally changing a member's visibility from public to private.
清单11中的代码只显示了一个例子,它无条件地将成员的可视性从pubilc改成private。
The source code is transformed into a private language model using a similar engine as the JDT for Eclipse.
通过使用类似EclipseJDT的引擎,将源代码转换为私有的语言模型。
Diaspora released the first version of the developer code in September, and launched in private alpha in late November.
Diaspora9月发布了第一个版本的开发代码,并在11月底推出了内部测试版。
The special constructor used for serialization should also perform thorough input validation and should be either protected or private to help protect against misuse by malicious code.
用于序列化的特殊构造函数也应当进行彻底的输入验证,并且应当成为被保护的或者私有的,以帮助防范恶意代码的滥用行为。
The special constructor used for serialization should also perform thorough input validation and should be either protected or private to help protect against misuse by malicious code.
用于序列化的特殊构造函数也应当进行彻底的输入验证,并且应当成为被保护的或者私有的,以帮助防范恶意代码的滥用行为。
应用推荐