07 2022 档案

Delphi System.Insert -从指定位置开始,将子字符串插入字符串(或将动态数组插入动态数组)
摘要:Delphi System.Insert -从指定位置开始,将子字符串插入字符串(或将动态数组插入动态数组) 原型: procedure _Insert{ source : ShortString; var s : openstring; index : Integer }; asm { ->EAX 阅读全文

posted @ 2022-07-13 11:53 滔Roy 阅读(843) 评论(0) 推荐(0) 编辑

Delphi SysUtils.BoolToStr -将布尔值转换为字符串。
摘要:Delphi SysUtils.BoolToStr -将布尔值转换为字符串。 原型: function BoolToStr(B: Boolean; UseBoolStrs: Boolean = False): string; const cSimpleBoolStrs: array [boolean 阅读全文

posted @ 2022-07-08 09:35 滔Roy 阅读(775) 评论(0) 推荐(0) 编辑

Delphi System.Delete - 从字符串中删除指定的字符
摘要:Delphi System.Delete - 从字符串中删除指定的字符 原型: procedure _Delete{ var s : openstring; index, count : Integer }; asm { ->EAX Pointer to s } { EDX index } { EC 阅读全文

posted @ 2022-07-07 08:52 滔Roy 阅读(1083) 评论(0) 推荐(0) 编辑

SQL RAND() - 返回一个介于 0 到 1(不包括 0 和 1)之间的伪随机 float 值。
摘要:SQL RAND() - 返回一个介于 0 到 1(不包括 0 和 1)之间的伪随机 float 值。 原型: RAND ( [ seed ] ) 参数:seed //提供种子值的整数表达式(tinyint、smallint 或 int)。 如果未指定 seed,则 SQL Server 数据库引擎 阅读全文

posted @ 2022-07-04 09:34 滔Roy 阅读(248) 评论(0) 推荐(0) 编辑

SQL GUID之 NEWID()、NEWSEQUENTIALID()、UUID()、UUID_SHORT() - 全局通用唯一标识符
摘要:SQL GUID之 NEWID()、NEWSEQUENTIALID()、UUID()、UUID_SHORT() - 全局通用唯一标识符 1、MS SQL 创建 uniqueidentifier 类型的唯一值。 1)、NEWID() select NEWID() --返回值示例:C5848**D-1* 阅读全文

posted @ 2022-07-04 09:07 滔Roy 阅读(644) 评论(0) 推荐(0) 编辑

导航

点击右上角即可分享
微信分享提示