Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java 是否有类似 VSAM 的顺序和/或键值数据集库?我正在考虑从平面文件读取或写入。
我需要使用一些脚本,其中我发现了这个:
$data = <<<DATA MIN={$min} INVOICE={$invoice} AMOUNT={$sum} EXP_TIME={$exp_date} DESCR={$descr} DATA;
有人可以提供更多关于$somevar = <<<DATA......和
$somevar = <<<DATA