file not found 双语例句
全部
1·Invalid filename or file not found.
无效的文件名或找不到文件。
2·Driver Pack config file not found in Lifecycle Controller.
生命周期控制器中未发现驱动程序包配置文件。
3·Old file not found. However, a file of the same name was found.
无法找到旧的文件,但找到了一个与其同名的文件。
4·Users hate the 404 - File Not Found error, and XM must reduce those.
用户都讨厌“404 -未找到文件”错误,XM必须减少那些错误。
5·David: An error message of some sort like file not found or commands not found.
大卫:会出现一个错误信息像“没找到文件“,或“没找到命令
6·Otherwise, a trap occurs for find, and the exception handler emits the standard file not found error.
否则,发生中断以 find(查找),并且异常处理程序发出标准的 file not found(文件未找到)错误。
7·An exception is a signal that some sort of exceptional condition, such as a file not found error, has occurred.
异常像是一种异常情况时软件发出的信号例如“File not found”错误的发生。
8·On top of this we want to have a nice looking page when there is a 404 (file not found); for this we will use Plack: : Middleware: : ErrorDocument.
在此之前,我们想在出现错误404(文件未找到)时,会显示一个好看的页面;我们使用Plack: Middleware: ErrorDocument来完成这项任务。
9·The second attribute indicates that although the object is cacheable, the test.js file was not found in the Akamai cache so it was delivered from our data center.
第二个属性表明,尽管 test.js 文件是可缓存的,但是在 Akamai 缓存中没有找到它,所以要从我们的数据中心交付它。
10·In Listing 10, the file emptyfile was found, so test returned 0; the file badfilename was not found, so 1 was returned.
在清单10中,找到了文件emptyfile,所以test返回0;但是没有找到文件badfilename,所以返回1。