SQL盲注攻击是一种为人熟知的代码注入攻击形式,但是也有很多其他形式,有些尚未得到很好的记载和了解。
Blind SQL injection attacks are a well know and recognized form of code injection attack, but there are many other forms, some not so well documented or understood.
同步的“调用-返回”模型是用绝大多数编程语言编写代码的标准形式。
The synchronous call-and-return model is the standard form for writing code in most programming languages.
叙利亚磅(货币代码syp)是叙利亚的货币形式。
The Syrian pound (currency code SYP) is the form of currency used in Syria.
此服务代码以框架实现的形式生成,其中包含直接引发异常的服务方法。
This service code is generated in the form of a skeleton implementation, with service methods that just throw an exception.
我接受任何形式的帮助,如代码、文档、测试等。
I accept all kinds of help like code, documentation, tests,...
用JVM的指令形式表示该代码,一般称为字节码,这是下一节要讨论的主题之一。
This code is in the form of instructions for the JVM, generally called bytecode, which is one of the topics for the next section.
这种方法也将代码分解成了易于管理的片断并最小化了以存根和驱动程序形式的、被测试需要的代码集成。
This approach also breaks up the code into manageable pieces and minimizes the integration code, in the form of stubs and drivers, required for testing.
最恶劣的注入攻击形式也许是代码注入——将新代码置入正在运行的进程的内存空间,随后指示正在运行的进程执行这些代码。
Perhaps the most malicious form of injection attack is code injection—placing new code into the memory space of the running process and then directing the running process to execute it.
这个秘密可能采用代码的形式,交换的双方使用经过商定的内容替换词语或操作。
The secret might take the form of a code, in which the parties to the exchange have an agreed-upon set of substitutions for phrases or actions.
方法的可执行代码以包含在方法定义中的代码属性的形式出现。
The executable code for methods is present in the form of code attributes contained within the method definitions.
对象浏览器不仅仅为您提供了一个可折叠树形式的代码视图,它还让您可以看到对象本身的生动的描述——甚至包括那些在您的PYTHONPATH中可以导入的那些模块。
Rather than simply giving you a collapsible tree view of code, the object browser gives you a live representation of the objects themselves — even of the importable modules in your PYTHONPATH.
除此之外,复合模式以代码形式获得了使用多重模式开发方案的通常用法和实践。
Beyond that, composed patterns capture, in a codified pattern form, the common USES and best practices of developing solutions that use multiple patterns.
接下来是撰写过程,它负责将简化的模型翻译为代码形式。
The writing phase follows, which translates the simplified model into code.
不要用重复代码的形式写注释——让每个注释都有意义。
Don't just echo the code with comments - makeevery comment count.
逻辑视图中的三个软件层(表示层、业务层和数据层)是以代码形式被物理实现,并部署到这些节点上。
The three software layers in the logical view (presentation, business, and data) are physically implemented as code and deployed onto these nodes.
和ADB取消包装代码类似,理解和使用服务调用的取消包装形式比使用直接代码简单得多。
As with the ADB unwrapped code, it's much easier to understand and work with the unwrapped form of the service calls than with the direct code.
贡献者可以选择以遵循自己许可证协议的结果代码的形式分发程序,只要。
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that.
一种更常见的对Web应用程序的攻击和威胁是某种形式的代码注入,Wikipedia将其定义为。
One of the more common attacks or threats to Web applications is some form of code injection, which Wikipedia defines as.
正如其名称所表示的,预编译头文件在头中止(headerstop)点之前,以一种经过编译的形式包含目标代码。
As the name suggests, a precompiled header file contains object code in a compiled form that is included before the header stop point.
要防止XPath注入和其他形式的代码注入,应该检查所有从Web服务器传到后端服务的数据。
To protect against both XPath injection and other forms of code injection, you should check all data passed from your Web server to your backend services.
概念在代码里的表现形式
此资源集包括模式和体系结构主题(以书面指导的形式存在),以及代码生成模型(以与VisualStudio 2008集成的工具的形式存在)。
This collection of resources includes patterns and architecture topics in the form of written guidance and models with code generation in the form of tools integrated with Visual Studio 2008.
它们都典型地使用被测代码的某种形式的装置,这将钩子(hooks)加入了产品代码中。
They all typically use some form of instrumentation of the code under test, which inserts hooks into the product code.
此外,transreption可以让系统将信息从低效形式转化为高效可处理的形式,例如,将源代码转化为字节码。
In addition, transreption allows the system to move information from inefficient forms into efficiently processable forms, for example, source code to byte code.
你可以tar文件的形式下载源代码,也可以通过SVN:“svnco svn://anonsvn.mono-project.com/source/tags/moon/1.0b1”进行下载。
The source code can be downloaded in a tar ball or from the SVN: “svn co svn://anonsvn.mono-project.com/source/tags/moon/1.0b1”.
Panics产生的消息,有时是英语形式的,有时是代码形式的(例如,PANIC: 04:3 c)。
Panics generate messages, sometimes in English and sometimes in code (for example: PANIC: 04:3c).
应该注意的是,区域代码先于人们所说的语言代码(区域代码的一种形式)。
It should be noted that a locale code precedes what many refer to as a language code (a form of locale code).
较好的方法是只将您打算变更的项目或模块以源代码的形式保存,而将您要使用的项目或模块以二进制的形式保存。
A better approach is to keep only the projects or modules that you intend to changing in source form and keep the projects or modules that you are using in binary form.
举例来说,当整个工作区是源代码形式时,我们使用的一个客户工作区要花费27分钟构建。
As an example, one of the customer workspaces that we use takes 27 minutes to build when the entire workspace is in source form.
随着您的应用程序的增长,在您的工作区中以源代码的形式保存整个应用程序可能是不实际或不值得的。
As your application grows, it may not be practical nor desirable to keep your entire application in source form in your workspace.
应用推荐