Jonvy

导航

统计

10 2022 档案

Postgres函数使用
摘要:1.length, char_length函数计算字符串个数 用法: length(字段名) 如: 查找t_stocpf中客户条码的长度 select char_length(stocpf_no_cli),stocpf_no_cli from t_stocpf where datemodif='20 阅读全文

posted @ 2022-10-19 16:01 不亮 阅读(34) 评论(0) 推荐(0) 编辑

泛型
摘要:必须先引用泛型容器单元Generics.Collections 阅读全文

posted @ 2022-10-18 16:18 不亮 阅读(18) 评论(0) 推荐(0) 编辑

拓扑排序Topological sort
摘要:1. https://rosettacode.org/wiki/Topological_sort/Extracted_top_item#Pascal 2. https://rosettacode.org/wiki/Topological_sort#Object_Pascal 3.网上Pascal教程 阅读全文

posted @ 2022-10-16 19:40 不亮 阅读(14) 评论(0) 推荐(0) 编辑

[Trace]Routing的查询与建立
摘要:以件号"620467300A"为例 1.从t_nomen中查询出id_nomen值 select id_nomen from t_nomen where et_refakf_se='620467300A' and et_refakf_comp is null id_nomen=16945 2.从t_ 阅读全文

posted @ 2022-10-03 11:00 不亮 阅读(32) 评论(0) 推荐(0) 编辑

Lazarus关键字
摘要:1.absolute//它使得你能够创建一个新变量, 并且该变量的起始地址与另一个变量相同. var Str: string[32]; StrLen: Byte absolute Str; //这个声明指定了变量StrLen起始地址与Str相同. //由于字符串的第0个位置保存了字符串的长度, 所以 阅读全文

posted @ 2022-10-02 11:48 不亮 阅读(58) 评论(0) 推荐(0) 编辑

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