• Cleanup occurs even when an exception is raised by the protected code.

    即使保护的代码引发异常,也进行清理

    youdao

  • Otherwise, if the protected code threw an exception, the lock might never be released!

    否则如果受保护代码抛出异常就有可能永远得不到释放!

    youdao

  • You can also define the protected code in your application. After that, when somebody changes those protected code, the application will not be able to run.

    它提供了软件仿改写保护功能。受保护的程序代码发生变动程序无法运行

    youdao

  • You can't write bulletproof and error-protected code without knowing where the most problematic issues arise; that's what this and the next few articles focus on.

    知道问题的关键在哪里,就不能编写防弹代码错误检查代码;正是本文以及后面篇文章核心

    youdao

  • Enables code to demand that its callers possess a digital signature, thus allowing only callers from a particular organization or site to call the protected code.

    使代码能够要求调用拥有数字签名从而允许特定组织特定站点的调用方调用保护的代码。

    youdao

  • Even if the file is protected on the server, because the code is interpreted locally it would be foolish to assume that it cannot be gotten.

    即使文件服务器受保护的,但因为代码在本地解释的,所以以为无法得到这个文件愚蠢的。

    youdao

  • Any code that cannot be reached through the published (public and protected) interfaces should be deleted instead.

    所有不能通过发布的(公共受保护的)接口访问代码删除

    youdao

  • 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++转换提供了个以公共元素保护元素、私有元素这一顺序生成代码选项

    youdao

  • What's more, developers have to reason about each and every line in the code, looking to see if it needs to be protected because too much synchronization is just as bad as too little.

    此外开发人员需要代码刨根知底,确定是否需要保护它们因为过度同步同步同样有害

    youdao

  • This helps prevent code running in the Sidebar from modifying protected resources.

    这样做可以有效阻止Gadget修改系统受保护的资源。

    youdao

  • Interesting thing though is, the specific provision in title 17 of the US code is 1201 and this is 1201 (a) (1), that says you can't hack in order to gain access to something protected by copyright.

    然而有趣特别条款属于US第17项的编号1201,1201 (a)(1)不能破解任何版权法保护的内容。

    youdao

  • It is possible to declare fields that are public or protected, as you can see in the source code example, but that is rarely a good idea.

    源代码示例中,看到有些字段可能声明成公共受保护的,这不是个好主意。

    youdao

  • With open source software, the code is protected by a special license that ensures everyone has access to that code.

    借助于开源软件这种代码得到一种专门许可证保护确保人人都能使用这些代码。

    youdao

  • A critical section is a portion of code that is protected against multiple access.

    临界允许多路访问保护代码

    youdao

  • The original source code does not exist in protected scripts once they are encoded.

    一旦编码之后,源代码就不在被保护脚本里了。

    youdao

  • The creation of wrapper-facades for these components hid the details of complex interactions between the legacy components, and also provided an abstraction that protected new code from legacy code.

    这些组件创建包装外观,会隐藏遗留组件复杂交互细节提供了一个抽象,使新旧代码不致混淆

    youdao

  • Protected data can be recovered later if you know the remote control code.

    受保护数据可以恢复如果知道远程控制代码

    youdao

  • And protected data can be recovered later if you know the remote control code.

    受保护数据可以恢复如果知道远程控制代码

    youdao

  • Of course, since the code segment is write protected, the data in the code segment can only be constant.

    当然由于代码保护,所以代码段中的数据只能常数

    youdao

  • This will be the protected directory to hold all the symfony code for the column.

    保护目录,用于保存列的所有symfony代码

    youdao

  • Initially when writing code, I don't worry too much about categorizing method visibility as default (package), private, public, or protected.

    最初编写代码时,没有过多担心方法可视性default()、privatepublic还是protected

    youdao

  • What the SFLC found is that while the PHP files that leverage WordPress 'copyrighted code are protected by the GPL, the images and CSS files of the themes are not.

    SFLC发现使用WordPress版权代码PHP文件GPL保护,主题图片CSS不在此列。

    youdao

  • Primates infected with the simian version of HIV are protected from developing AIDS by several genes which code for proteins in the immune system that slow or block retroviral reproduction.

    类人猿hiv感染灵长类动物可以免疫系统中合成几种基因编码蛋白减缓阻止逆转录病毒增殖,从而保护自己。

    youdao

  • 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.

    用于序列化特殊构造函数应当进行彻底输入验证并且应当成为被保护或者私有的,帮助防范恶意代码滥用行为

    youdao

  • There is no restriction on the range of interests that protected by tort law in the France Civil Code, which is known as an unrestricted tortious composing.

    法国民法典限制侵权保护利益范围,是非限定性的侵权构成。

    youdao

  • Meanwhile, partially trusted code can be barred from general access to the network and file systems, access to the registry, and other protected resources of the system.

    同时可信代码可以访问网络以及文件系统,访问注册表,以及其他系统保护资源

    youdao

  • This is sometimes called data hiding, but the data is not really hidden, just protected inside another layer of code.

    有时数据隐藏但是数据并未真正隐藏只不过保护另一代码内罢了。

    youdao

  • You can alter your bootsector code to load your file, switch to protected mode and jump to your kernel image (if you have enough room for the code in your bootsector!

    可以改变的引导区,用来加载您的文件切换保护模式,然后再跳入您的内核映像如果您的引导扇区足够空间来放置这些代码的话!)

    youdao

  • Also, the hardware virtual memory mechanisms allow areas of memory to be protected against writing. This protects code and data from being overwritten by rogue applications.

    另外硬件机制可以内存部分区域提供保护防止代码数据其它恶意的应用程序所篡改。

    youdao

  • Also, the hardware virtual memory mechanisms allow areas of memory to be protected against writing. This protects code and data from being overwritten by rogue applications.

    另外硬件机制可以内存部分区域提供保护防止代码数据其它恶意的应用程序所篡改。

    youdao

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

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

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