From 928b3ebe6a33525a2a9e14ec3efe5827235d53f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=98=8E?= <876670773@qq.com> Date: Thu, 1 Dec 2022 04:33:42 +0000 Subject: [PATCH 1/2] update conf/cfg_write.properties. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小明 <876670773@qq.com> --- conf/cfg_write.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/cfg_write.properties b/conf/cfg_write.properties index b9bcdab..7404978 100644 --- a/conf/cfg_write.properties +++ b/conf/cfg_write.properties @@ -49,3 +49,7 @@ FUNCTION_SQUARE_RATIO= 0.054 FUNCTION_RANDOM_RATIO= 0.512 #常数函数比例 FUNCTION_CONSTANT_RATIO= 0.352 + +# 写入数据的数据类型 +# 可支持DOUBLE、INT、BOOLEAN、FLOAT、STRING +DATA_TYPE=DOUBLE \ No newline at end of file -- Gitee From 1919d59321bbfc87d3b0a07565454955729dfd6a Mon Sep 17 00:00:00 2001 From: xiaoyekanren Date: Wed, 3 Jul 2024 10:52:19 +0800 Subject: [PATCH 2/2] test for commit pr --- bbb | 0 ccc | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 bbb create mode 100644 ccc diff --git a/bbb b/bbb new file mode 100644 index 0000000..e69de29 diff --git a/ccc b/ccc new file mode 100644 index 0000000..e69de29 -- Gitee