• 方法类型定义安全代码

    Methods, types, and code blocks can be defined as unsafe.

    youdao

  • 编写安全代码必须首先了解应用面临威胁

    To write secure code, you must first understand the threats to which your work is exposed.

    youdao

  • 这样帮助使用者开发者下次能够据此问题写出安全代码

    This also serves to the user or developer as a lesson to write more secure code next time around.

    youdao

  • CWE程序员提供了编写安全代码所需要的更详细的内容。

    CWE also provides more details needed for programmers to write more secure code.

    youdao

  • 一个是个客户站点安全方面比较宽松,可能安全代码上载这个站点。

    The other is an individual customer who is lax about site security and is known to upload insecure code to his site.

    youdao

  • 确定使用语言编译是否生成验证类型安全代码请参见编译器文档

    To determine whether the language compiler you use generates verifiably type-safe code, consult the compiler's documentation.

    youdao

  • 如果调用影响代码生成问题会更加恶化所以必须保证生成认为安全的代码

    The problem worsens when the caller can influence code generation, so you must ensure that only code you consider safe is generated.

    youdao

  • 这种方法根本不会产生安全代码因为无法创建足够多测试涵盖攻击者做到所有稀奇古怪事情

    That approach simply won't produce secure code, because you can't create enough tests to represent all the odd things an attacker can do.

    youdao

  • 通过类型数据结构使用webservice使用支持的数据结构易于使用接口来维护快速安全代码

    Using web services via strongly typed data structures and maintaining rapid and safe codes with its supporting data structures and easy to use interface.

    youdao

  • 表面上省略似乎可以允许我们不必忍受同步带来的负担,就可以编写线程安全代码了,前提同步的确多余情况下。

    On the surface it looks as though lock elision allows us to write thread safe code without any synchronization penalty for using in cases where it really wasn't needed.

    youdao

  • 但是如果代码任意偏移访问内存,该偏移量超出属于对象公开字段内存范围,则不是类型安全的代码

    However, if the code accesses memory at arbitrary offsets outside the range of memory that belongs to that object's publicly exposed fields, it is not type-safe.

    youdao

  • 因为类型安全的代码不会导致内存错误,所以使用应用程序可以确保一个域中运行代码不会影响进程中的其他应用程序。

    Because type-safe code cannot cause memory faults, using application domains ensures that code running in one domain cannot affect other applications in the process.

    youdao

  • 坚固的代码突破注入这样一种心态安全的代码同样应该成为引以为傲的源泉,优雅的、表现出色质量代码一样

    Rugged code is a way of breaking through and instilling a mindset that secure code should be a pride-of-ownership issue just as much as elegant, high performing, and high quality code is.

    youdao

  • 由于公共语言运行时能够验证代码是否类型安全代码,所以它可以提供进程边界一样隔离级别,而其性能开销则要多。

    The ability to verify code as type-safe enables the common language runtime to provide as great a level of isolation as the process boundary, at a much lower performance cost.

    youdao

  • 另一种找到确保软件开发人员编写代码缺陷的方法,这样黑客更少的安全漏洞可以利用

    Another is to find ways to ensure that software developers produce code with fewer flaws in it so that hackers have fewer security holes to exploit.

    youdao

  • 这种不小心解释导致恶意代码执行潜在的安全侵犯

    This inadvertent interpretation can lead to malicious code execution and possible security violations.

    youdao

  • 例如CLASP开发人员提供了一个安全代码指南例子

    For instance, CLASP provides an example set of secure coding guidelines for developers.

    youdao

  • 静态类型可以提供更好安全而且显然还可以提高代码可读性

    Static typing possibly enables better security and definitely improves code readability in places.

    youdao

  • 按需脚本可能包含打算攻击XXS安全漏洞恶意代码

    On-demand scripts can include malicious code aimed at exploiting security vulnerabilities such as XSS.

    youdao

  • DojoX Secure包含外部安全加载潜在恶意代码内容UI工件需要组件

    DojoX Secure includes components that are necessary for safely loading potentially malicious code, content, and UI artifacts from external domains.

    youdao

  • Jt框架使用声明安全避免编写易出错安全代码

    The Jt framework also uses declarative security which avoids the need for error-prone security coding.

    youdao

  • 最后清单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.

    youdao

  • 这些工具帮助用户利用我们在内部使用多年工具编写自己的安全高质量托管代码原生代码

    This helped customers write secure and quality code for managed and native platforms using the same tools that we had been using internally for years.

    youdao

  • 好处—就代码安全简单性而言甚至经常性能而言—巨大的

    Its benefits - in terms of code safety and simplicity, and often even in terms of performance - are enormous.

    youdao

  • 只有认为代码能够安全执行的情况下,才应该使用NOT FENCED存储过程

    A NOT FENCED stored procedure is recommended only if you consider the code safe to execute.

    youdao

  • 它演示自动化技术TAL自动化定理证明从而验证操作系统中和运行时复杂低级代码安全

    Demonstration of automated techniques, TAL and automated theorem proving, to verify the safety of the complex low-level code in the operating system and run-time.

    youdao

  • 功能目的帮助开发人员通过运行一个完整的测试检查在代码时候所更改代码是否安全

    The purpose of this feature is to assist the developer in running a complete set of tests which would show if the code change is safe to be checked-in.

    youdao

  • 话说,编译生成代码手工编写不用泛型检查程序类型安全进行强制类型转换所得到的代码基本相同

    In other words, the compiler generates pretty much the same code you would have written by hand without generics, casts and all, after checking the type-safety of your program.

    youdao

  • 话说,编译生成代码手工编写不用泛型检查程序类型安全进行强制类型转换所得到的代码基本相同

    In other words, the compiler generates pretty much the same code you would have written by hand without generics, casts and all, after checking the type-safety of your program.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定