output.cmp

来自「velocity官方工具包 包括各种JAR包 示例 文档等」· CMP 代码 · 共 124 行

CMP
124
字号
--------------------------------------------------
Testing order of keys ...
--------------------------------------------------

01
02
03
04
05
06
07
08
09
10
resource.loader
file.resource.loader.class
file.resource.loader.description
file.resource.loader.path
classpath.resource.loader.class
classpath.resource.loader.description
datasource.resource.loader.class
datasource.resource.loader.description
logger.type
config.string.value
config.boolean.value
config.byte.value
config.short.value
config.int.value
config.long.value
config.float.value
config.double.value
escape.comma1
escape.comma2
include1.property
include2.property

--------------------------------------------------
Testing retrieval of CSV values ...
--------------------------------------------------

file
classpath
datasource

--------------------------------------------------
Testing subset(prefix).getKeys() ...
--------------------------------------------------

class
description
path

--------------------------------------------------
Testing getVector(prefix) ...
--------------------------------------------------

/path01
/path02
/path03

--------------------------------------------------
Testing getString(key) ...
--------------------------------------------------

string

--------------------------------------------------
Testing getBoolean(key) ...
--------------------------------------------------

true

--------------------------------------------------
Testing getByte(key) ...
--------------------------------------------------

1

--------------------------------------------------
Testing getShort(key) ...
--------------------------------------------------

1

--------------------------------------------------
Testing getInt(key) ...
--------------------------------------------------

30000

--------------------------------------------------
Testing getLong(key) ...
--------------------------------------------------

1000000

--------------------------------------------------
Testing getFloat(key) ...
--------------------------------------------------

3.14

--------------------------------------------------
Testing getDouble(key) ...
--------------------------------------------------

3.14159265358793

--------------------------------------------------
Testing escaped-comma scalar...
--------------------------------------------------

foo,

--------------------------------------------------
Testing escaped-comma vector...
--------------------------------------------------

bar,lala
woogie,bjork!



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?