英语parse Exception怎么翻译?

作者&投稿:禄环 (若有异议请与网页底部的电邮联系)
英语parse error怎么翻译?~

parse error
解析错误
[例句]
Parse Error - Current element not compatible with next element ' { 0 } '.
分析错误 - 当前元素与下一个元素 “ {0}”不兼容.

英语检查异常的英文翻译是:checked exception
重要词汇:

checked
读音:英 [tʃekt] 美 [tʃekt]
释义:adj.小方格子图案的
(语法)原形: check
短语:

checked exception 被检查的异常
unchecked exception 未被检查的异常
machine check exception 机器检查异常
例句:
Check return values and handle exceptions.
检查返回值并处理异常。
A checked, user-defined exception.
已检查的、用户定义的异常。

英语parse Exception意思为 编译异常。
关键词汇:parse
音标:英[pɑːz] 美[pɑːrs]
详细释义:
vt. (对句子)作语法分析; 作句法分析;
双语例句:
1.I simply couldn't parse what you just said.
我完全无法对你刚说的话作语法分析。
2.Let him construe the letter into English, and parse it over perfectly.
让他把信件逐字翻译成英文,并且完美地对它作语法分析。
exception
英 [ɪkˈsepʃn] 美 [ɪkˈsepʃn]
规则的例外;例外的事物
复数: exceptions
双语例句:
1.Good writing is unfortunately the exception rather than the rule (= it is unusual) .
可惜优秀的文字作品真是可遇不可求。
2.There are always a lot of exceptions to grammar rules.
语法规则总是有很多例外。

英语parse Exception翻译成中文是:“解析异常”。

重点词汇:parse

一、单词音标

  • parse单词发音:英 [pɑːz]  美 [pɑrs]。

二、单词释义

  • vt. (对句子)作语法分析;作句法分析

三、词形变化

  • 动词第三人称单数: parses

  • 动词现在分词: parsing

  • 动词过去式: parsed

  • 动词过去分词: parsed

四、短语搭配

  • top-down parse [计] 自顶向下分析

  • parse tree 剖析树

  • parse of sentential form [计] 句型分析

  • canonical parse 规范语法分析

五、近义词

  • analyse 分析

  • describe 描述

  • break down 分解;发生故障;失败

  • explain 说明

六、双语例句

  • Both sides found the future difficult to parse. 

    两边都觉得未来很难分析。

  • Parse it cover to cover for whatever hidden references you want. 

    你可以从头到尾地找你想找的暗示,

  • All text in an XML document will be parsed by the parser. XML 

    文档中的所有文本都会被解析器解析

  • When you are making a case for the best player in the league there are several critical items to parse. 

    当你对联盟里最好的球员展开剖析,常常会围绕这样几个问题展开。

  • It causes the parser to parse an NP. 

    它调用分析程序分析一个名词短语。



parse Exception可以翻译为“解析异常。”

重点单词:parse:英 [pɑːz]  美 [pɑːrs] 

  • v. 对(句子)作语法分析;仔细研究,分析

  • n. (计算机)句法分析,句法分析结果

词形变换:复数 parses; 第三人称单数 parses ;现在分词 parsing ;过去式 parsed ;过去分词 parsed。

相关短语:

parse command 句法分析指令

Parse Error XX 分析错误

Parse Error 解析错误 ; 语法错误

Parse the Statement 分析语句 ; 解析语句 ; 第二步

双语例句:

Pages containing pure HTML are easy to parse and understand. 

纯html页面很容易被解析和读懂。

Now, load this XML file and parse through the tree using REXML. 

现在,加载这个XML文件并使用REXML解析文件树。

The ubiquitous instruction PARSE can read from various sources. 

无处不在的指令PARSE可以从各种不同的源读入。



英语parse Exception意思为编译异常

关键词汇:parse    

音标:英[pɑːz]    美[pɑːrs]    

详细释义:

vt.    (对句子)作语法分析; 作句法分析;    

短语搭配:

  • top-down parse [计] 自顶向下分析

  • parse tree 剖析树

  • parse of sentential form [计] 句型分析

  • parse line 分列线

例句:

  • I simply couldn't parse what you just said.
    我完全无法对你刚说的话作语法分析。

  • Let him construe the letter into English, and parse it over perfectly.
    让他把信件逐字翻译成英文,并且完美地对它作语法分析。

词形变化:

  • 动词第三人称单数: parses

  • 动词现在分词: parsing

  • 动词过去式: parsed

  • 动词过去分词: parsed



parse Exception
这一个英语句子把它翻译成中文之后,
他要表达的中文意思是:分析异常。


东市区13675949954: import java.text.parseexception是什么意思 -
琴烁重酒: ParseException是一个异常类,表示解析异常,这里用import引入这个类,比如日期或者字符串格式化会抛出这个异常.

东市区13675949954: if后面的括号有个!是什么意思 -
琴烁重酒: !表示取反,throw表示抛出异常.意思是如果满足if的条件,则认为程序出现异常,执行 ParseException("Not a byte[]", 0),它会弹出一个对话框,提示程序出错.

东市区13675949954: 根据输入日期输出对应季节 -
琴烁重酒: #include <stdio.h> #include <stdlib.h> struct Date { int year,month,day;}; enum Seasons {Spring,Summer,Autumn,Winter};int main() {Date d;Seasons st;char data[][10]={"Spring","Summer","Autumn","Winter"};scanf("%d%d%d...

东市区13675949954: queryparser.parseexception是什么异常 -
琴烁重酒: 以下是我出现的异常 org.apache.lucene.queryParser.ParseException: Encountered "<EOF>" at line 1, column 0. Was expecting one of:<NOT> ..."+" ..."-" ..."(" ...<QUOTED> ...<TERM> ...<PREFIXTERM> ...<WILDTERM> ..."[...

东市区13675949954: Java SimpleDateFormat().parse()出现问题 -
琴烁重酒: 1.把鼠标停留在红线上可以看到unhandled exception type parseException 说明parse这个方法强制你捕获异常2.捕获异常有两种方法:一种是捕获(try ..catch),一种是向上继续抛出( throws ParseException)3.如何解决问题:看到红线首先看...

东市区13675949954: 求大神翻译一下这一题,java -
琴烁重酒: 大概意思创建一个日期类输出 MM/DD/YYYY 比如02/14/2015 Jun4 14, 1992 DDD YYYY重载构造方法 第一个构造器,接受3个整数, 第二个构造器,接受1个字符串,2个整数 第三个构造器,接受2个整数,第一个整数是该天在1年中的顺序,...

东市区13675949954: java时间转换出错 -
琴烁重酒: import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; public class TEST { public static final String SDF = "yyyy-MM-dd HH:mm:ss"; public static void main(String[] args) throws ...

东市区13675949954: String 转 Date 错误 -
琴烁重酒: 很高兴为您解答!1. Date date =fmt.parse("humanBirthday"); 这段代码错了2. humanBirthday 这里你当作字符串,没有当作变量,把“”去掉 希望对您有帮助!

东市区13675949954: java计算今天距离某天还有多少天? -
琴烁重酒: import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; public class Day { public static void main(String[] args) { try { test("2012-02-29",30); } catch (ParseException e) { e.printStackTrace(); } } static void test(...

东市区13675949954: java.text.ParseException: Unparseable date: "" 这个是什么异常? -
琴烁重酒: 老兄 这个是你大意了吧SimpleDateFormat sdf = new SimpleDateFormat("yyyyMMddHHmmss");这里的格式是4位年 2位月 2位日 2位时 2位分 2位秒 共14位但是你传入的字符串 只有12位 转换就出错了201104132200变成20110413220000就...

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 星空见康网