经验 - 7

%REM (Return Integer Remainder) 取余数

%REM (Return Integer Remainder) 取余数

%REM(n:m) 取余数 %REM returns the remainder that results from dividing operands n by m. The two oper...
阅读全文>>
charset=gbk和charset=gb2312的区别是什么?

charset=gbk和charset=gb2312的区别是什么?

网页源码里有时会看到charset=gbk,有的还有charset=gb2312,它们有什么区别呢? 基本: GBK 兼容GB 2312 编码,为GB 2312 的升级版本。 GB2312编码...
阅读全文>>
trunc 函数的使用

trunc 函数的使用

主要功能:将数字的小数部分截去,返回整数。 语法功能:TRUNC(number,num_digits)。其中 Number为需要截尾取整的数字;Num_digits是用于指定取整精度的数字。Nu...
阅读全文>>
%DEC 用法总结(Convert to Packed Decimal Format)

%DEC 用法总结(Convert to Packed Decimal Format)

%DEC (Convert to Packed Decimal Format) %DEC(numeric or character expression{:precision:decimal p...
阅读全文>>
EDTCDE (Edit Code) 用法归纳

EDTCDE (Edit Code) 用法归纳

EDTCDE (Edit Code) · This keyword is used to edit output-capable numeric fields. · ...
阅读全文>>