纯代码和可验证代码。
不安全的原因在于纯代码与本机代码(或混合本机代码与托管代码)之间的默认调用约定存在差异。
This is unsafe because of the difference in the default calling conventions between pure and native code (or mixed native and managed).
为了理解这些好处,让我们考虑一些我们可以在需求中表达但无法直接用纯oo代码实现的情况。
To understand the benefits, let's consider some things that we can express in requirements but not implement directly in pure OO code.
举例来说,纯顺序的代码的可视化显示可能不会比文本表示更容易理解。
For example, a visual display of purely sequential code would not likely enable greater understanding than a textual representation.
清单6是运行清单5中的代码的纯文本输出。
Listing 6 is our pretty text output from running the code in Listing 5.
为纯虚函数所生成的代码如列表1 中所示。
The code generated for the pure virtual function is shown in Listing 1.
这里所有的代码都是纯客户端的,可以被部署到任何web服务器上。
All of the code here is purely client-side and can be deployed to any web server.
大量Ajax应用程序在没有任何XML代码时仍工作得很好:它们只来回传递HTML,甚至是纯文本。
Plenty of Ajax applications work well without any XML code at all: They merely pass HTML or even plain text back and forth.
请注意,此代码不是纯html,而是带名字空间的XML以及所添加的property元素。
Notice that the code is not plain HTML, but actually XML with namespaces, with added property elements.
纯解释,所有的代码在设备上完成了解析并且通过我们的AST -walking解释逻辑执行。
Pure interpreted, where all code gets parsed on the device and executed with our AST-walking interpreter logic.
Python提速需要考虑的问题之一便是并不是所有的代码都是“纯”Python;有许多原生扩展是使用C编写,这就需要妥善处理。
Part of the problem with speeding up Python is that not all code is “pure” python; there are many native extensions which are implemented in C which need to be taken care of appropriately.
但是,一般来说,最好不要在同一个应用程序中把XML响应和纯文本响应混合使用;保持单一数据格式可以让代码抽象和重用更加简单。
Generally, though, it's best not to mix and match XML responses and plain-text responses in the same application; sticking to a single data format makes code abstraction and reuse simpler.
最后,清单14中的代码负责安全删除解密文本文件,从而去除任何存储在磁盘上的纯文本信息。
Finally the code in Listing 14 handles the secure deletion of the decrypted text file to remove any clear text information stored on disk.
从现在开始,我们将省略纯诊断性代码行,以便聚焦于直接执行程序功能的那些代码行。
From this point forward, lines that are purely diagnostic are omitted so that we can concentrate on just those that contribute directly to performing program functions.
清单4中的代码是纯j Query代码。
借由event_hook,我们可以不必大费周章地通过编写原生代码给Ruby解释器挂上钩子,现在只需编写纯ruby代码就可以实现事件钩子了。
By using event_hook, it's now possible to write pure Ruby event hooks instead of having to write native code to hook into the Ruby interpreter.
因为可以使用类似语法分析树(ParseTree)的通用方法来对Ruby代码进行分析并获得抽象语法树(Abstract Syntax Tree),所以在Ruby历史上的一定时期内,纯ruby语法分析器的缺失被忽视了。
A lack of a pure Ruby parser has been negligible for some time in Ruby's history, since getting the Abstract Syntax Tree (AST) of some Ruby code was possible with utilities such as ParseTree.
当您使用替代方法并指定用户 ID和密码时,该敏感信息以纯文本形式存储在应用程序代码中(也就是在导入或导出文件中)。
When you use the alternate method and specify a userid and password, this sensitive information is stored in plain text in the application code (that is, in the import or export file).
Twist场景是纯文本,因此可以签入到任何源代码控制管理系统。
Twist scenarios are plain text, so they can be checked into any source control management system.
需要在纯文本文件kdb_cmds中定义这些命令,该文件位于Linu x源代码树(当然是在打了补丁之后)的kdb目录中。
These commands need to be defined in a plain text file called kdb_cmds, which exists in the KDB directory of the Linux source tree (post patching, of course).
在执行即时(Just -in - time,JIT)编译之前,现代的JVM通常会运行代码一段时间(常常是纯解释式运行),从而收集剖析信息(参见参考资料)。
Modern JVMs typically let code run for a while (usually purely interpreted) in order to gather profiling information before doing Just-in-time (JIT) compilation (see Resources).
作为对照,查询同样信息的纯DOM搜索代码如清单1所示。
By contrast, a pure DOM search for that same information would look something like Listing 1.
我的建议是,在每个项目开始时使用纯css,只有当代码开始变得无法保持DRY时,才切换到预处理器的方案。
My advice would be to start off every project with pure CSS, and when it starts being impossible to keep it DRY, switch to using a preprocessor then.
第一层是纯的汇编代码。
这样,您可以创建现有代码的纯函数版本。
In this way, you can create pure function versions of existing code.
VBA代码绝不会作为您输入到编辑器的纯文本存储。
VBA code is never stored as the plain text that you type in to the editor.
把代码转换成纯文本的活动。
不论您正在编辑的是代码、HTML(或XML)标记还是纯文本,代码编辑器都会提供文本编辑器或字处理器的常用功能。
Whether you are editing code, HTML or XML markup, or plain text, the code editor provides the customary functionality of a text editor or word processor.
不论您正在编辑的是代码、HTML(或XML)标记还是纯文本,代码编辑器都会提供文本编辑器或字处理器的常用功能。
Whether you are editing code, HTML or XML markup, or plain text, the code editor provides the customary functionality of a text editor or word processor.
应用推荐