• 想你已经有了任何序列号安全代码

    I don't suppose you've got any serial Numbers, security codes.

    youdao

  • 使用安全代码将引起安全风险稳定性风险。

    Using unsafe code introduces security and stability risks.

    youdao

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

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

    youdao

  • 调用需要指针的本机函数时,需要使用安全代码

    Unsafe code is required when you call native functions that require pointers.

    youdao

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

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

    youdao

  • 公共语言运行时(CLR)中,安全代码无法验证代码

    In the common language runtime (CLR), unsafe code is referred to as unverifiable code.

    youdao

  • 安全代码必须先将对象固定然后托管指针引用该对象。

    In unsafe code, an object must be pinned before it can be referred to by an unmanaged pointer.

    youdao

  • 计算机公司已然意识,编写安全代码几乎不可能只有公开才是最好防御

    Computer firms have learned that writing secure code is almost impossible and that openness is the best defence.

    youdao

  • 如果使用安全代码负责确保您的代码不会引起安全风险指针错误

    If you use unsafe code, it is your responsibility to ensure that your code does not introduce security risks or pointer errors.

    youdao

  • 包含字段声明相似固定大小的数组声明的安全代码段中,会发生错误

    This error arises in an unsafe code section that contains a fixed-size array declaration similar to a field declaration.

    youdao

  • 支持测试工具这样可以很容易对Shiro安全代码进行单元测试集成测试

    Test harness support, making it very easy to have full testing of Shiro secured-code in unit and integration tests.

    youdao

  • 要是一小线程安全代码要求同步两个操作隔开那么使用一个同步块一般更好些

    If you have two operations that require synchronization separated by a small block of thread-safe code, you are generally better just using a single synchronized block.

    youdao

  • 本页解释一个人如何安全代码使用这个指令记住指令本身不是安全,除非当被错误使用时

    This page will explain how one can write insecure code with this directive but keep in mind that the directive itself isn't insecure but rather it's the misuse of it.

    youdao

  • 需要编写任何特定安全代码(即使安全环境中),因为这个插件WSRR应用程序内部运行WSRR继承安全凭据

    You don't need to write any specific code for security, even in a secure environment, because this plug-in runs within the WSRR application and inherits security credentials from WSRR.

    youdao

  • 我们需要自定义通过w3概要分析cookie来识别用户安全代码通过WebSpherePortal安全模型集成

    We needed to customize the security code that identified users by a w3 profiling cookie to integrate it with the WebSphere Portal security model.

    youdao

  • Long说:“如果程序员被激励使用安全避免不好函数技术如何使他们走向艰难的编写安全代码之路呢? ”。

    "If programmers are not motivated to, say, use secure libraries or to avoid known bad functions or techniques, where is the incentive to take the tougher path of writing secure code," Long said.

    youdao

  • 如果存在一种针对情形安全(可能更快)的语言风格(映射-减法),则没有借口编写这样的不安全代码即使此情形下”看起来是安全的。

    Given that a safer (and possibly faster) idiom exists for this - map-reduce - there's no excuse for writing such unsafe code, even if it seems safe "in this case."

    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

  • 拥护者认为开放代码软件安全购买价格维修成本也更为低廉,并且容易定制

    Supporters say open source software is more secure, cheaper to buy and maintain and easier to customize.

    《柯林斯英汉双解大词典》

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

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

    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

  • 清单6可以看出,我们再次利用泛型来使所有这些代码类型安全

    As you can see in Listing 6, generics are once again leveraged to make all of this code type safe.

    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

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

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

    youdao

  • 为了更好地支持安全移动代码保障MIDP 2.0正式包含无线下载(OTA)保障规范

    To better support secure mobile code provision, MIDP 2.0 will also formally include an over-the-air (OTA) provisioning specification.

    youdao

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

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

    youdao

  • 尽管我们常用线程安全描述代码,但实际上描述数据的。

    While thread-safety is a term we typically use to describe code, in actuality it is about data.

    youdao

  • 现在UI安全的,代码得到简化因为任务分解成了工作线程完成部分UI线程内完成的部分。

    Now the UI is safe and the code is simpler, because it separates the work into the part that should be done on a worker thread and the part that should be done on the UI thread.

    youdao

  • 代码加上需要安全权限特性有什么好处

    What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?

    youdao

  • 代码加上需要安全权限特性有什么好处

    What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?

    youdao

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

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

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