Syntax error, insert "Dimensions" to complete TypeArgument

简介: Syntax error, insert "Dimensions" to complete TypeArgument语法错误,插入“维度”来完成类型参数在定义 Map 的时候出现此错误,代码如下:[java] view plain copyMap

Syntax error, insert "Dimensions" to complete TypeArgument

语法错误,插入“维度”来完成类型参数


在定义 Map 的时候出现此错误,代码如下:

[java]  view plain  copy
  1. Map<
目录
相关文章
|
9月前
|
索引
Elasticsearch exception [type=illegal_argument_exception, reason=index [.1] is the write index for data stream [slowlog] and cannot be deleted]
在 Elasticsearch 中,你尝试删除的索引是一个数据流(data stream)的一部分,而且是数据流的写入索引(write index),因此无法直接删除它。为了解决这个问题,你可以按照以下步骤进行操作:
741 0
|
Linux
WARNING: Re-reading the partition table failed with error 22: Invalid argument
在划分磁盘分区时,遇到错误“WARNING: Re-reading the partition table failed with error 22: Invalid argument” 如下所示: [root@DB-Server u02]# fdisk -l   Disk /dev/sda: 500.
2555 0
syntax error, expect {, actual [, pos 0 at
syntax error, expect {, actual [, pos 0 at
240 0
|
XML 数据格式
XML问题: The processing instruction target matching &quot;[xX][mM][lL]&quot; is not allowed
XML问题: The processing instruction target matching &quot;[xX][mM][lL]&quot; is not allowed
238 0
|
JSON fastjson 数据格式
报错:JSONException: illegal identifier : {pos 1, line 1, column 2{{&quot;group&quot;:&quot;trade_p0&qu
报错:JSONException: illegal identifier : {pos 1, line 1, column 2{{&quot;group&quot;:&quot;trade_p0&qu
629 0
成功解决ValueError: Number of passed names did not match number of header fields in the file
成功解决ValueError: Number of passed names did not match number of header fields in the file