protected code信息详情

protected code发音

意思翻译

受保护的代码

相似词语短语

protected───adj.受保护的;v.保护;防卫(protect的过去分词)

constitutionally protected───受宪法保护

often protected───经常受到保护

protected species───保护物种;受保护的物种

over protected───v.过分保护(overprotect的过去分词形式);adj.过分保护的

protected area───[环境]保护区

code───n.代码,密码;编码;法典;vt.编码;制成法典;n.(Code)人名;(英、法、西)科德;vi.指定遗传密码

conferee code───会商代码

clearing code───清算代码

双语使用场景

Otherwise, if the protected code threw an exception, the lock might never be released!───否则,如果受保护的代码将抛出异常,锁就有可能永远得不到释放!

protected code in your application. After that, when somebody changes those protected code, the application will not be able to run.───保护功能。当受保护的程序代码发生变动,程序无法运行。

Cleanup occurs even when an exception is raised by the protected code.───即使受保护的代码引发异常,也进行清理。

In other words, callers cannot force the authorized code to pass specific parameters to the protected code, or to get results back from it.───换句话说,调用方不能强制被授权的代码向受保护的代码传递特定参数,或从受保护的代码中得到返回结果。

Insures that the underlying monitor is released, even if the protected code throws an exception.───确保了即使受保护的代码引发异常,也可以释放基础监视器。

The code is then regenerated and the new classes are added in the target Java project, leaving the protected code untouched.───代码会重新生成,而在目标Java项目中会添加新类,而根本不去更改受保护的代码部分。

Ensuring that your code's callers cannot trick your code into calling the protected code on their behalf.───确保代码的调用方无法以欺骗手段使您的代码为它们调用受保护的代码。

英语使用场景

The code is then regenerated and the new classes are added in the target Java project, leaving the protected code untouched.

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

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.

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.

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