Jonvy

导航

2022年9月30日 #

Lazarus程序运行后报Error对话框:Heap dump by heaptrc unit of

摘要: 需在Debugging选项中取消勾选Use Heaptrc unit选项 阅读全文

posted @ 2022-09-30 10:13 不亮 阅读(92) 评论(0) 推荐(0)

2022年9月29日 #

Lazarus必备安装包

摘要: 1. LNet 2. Lazserial 3.FPSpreadsheet 4.TRichMemo 5.BGRABitmap 6.LazReport 阅读全文

posted @ 2022-09-29 14:46 不亮 阅读(126) 评论(0) 推荐(0)

2022年9月24日 #

Lazarus控件中的 Tag 属性

摘要: 几乎所有的Delphi组件都有Tag属性,Tag是LongINT类型。 是基类为TComponent的一个published属性 Int64,Int64 is a 64-bit, signed integer type, with range [-9223372036854775808..92233 阅读全文

posted @ 2022-09-24 21:24 不亮 阅读(61) 评论(0) 推荐(0)

2022年9月13日 #

[Trace]追溯工位cycle time查询

摘要: 以3112线,ST60为列 1.从t_modeop表中选择ST60工位和PC的步骤 select id_modeop from t_modeop where et_prod_poste='3112-60' and et_tyoper='OPE' 2.时间段选择,在t_stocpf表中选择质量状态 s 阅读全文

posted @ 2022-09-13 11:55 不亮 阅读(104) 评论(0) 推荐(0)

2022年8月30日 #

TTreeview常用函数

摘要: Node.level node.GetParentNodeOfAbsoluteLevel node.GetPrev Treeview Item总数: tree1.items.count 阅读全文

posted @ 2022-08-30 15:26 不亮 阅读(64) 评论(0) 推荐(0)

2022年8月26日 #

Lazars常用函数

摘要: var i: Integer; Row: String; Parts: TStringArray; S1, S2, S3, S4: String; begin Row := '51,40,45,44,44,40,'; Parts := Row.Split(','); S1 := Parts[0]; 阅读全文

posted @ 2022-08-26 14:42 不亮 阅读(43) 评论(0) 推荐(0)

2022年8月14日 #

[Trace]Trace line setup 中的action 列表

摘要: 1.从t_modeop中查询出t_modeop值 select * from t_modeop where et_prod_poste like '8889-20%' and modeop_fin_validite is null and et_tyoper='OPE' and modeop_ord 阅读全文

posted @ 2022-08-14 22:15 不亮 阅读(21) 评论(0) 推荐(0)

2022年8月9日 #

Run as user

摘要: 1.example RunAsUser - Run a Program Under Specific User Account - www.dennisbabkin.com 2. LogonUserW function https://docs.microsoft.com/en-us/windows 阅读全文

posted @ 2022-08-09 11:55 不亮 阅读(81) 评论(0) 推荐(0)

2022年7月26日 #

android app download

摘要: https://apkpure.com/apkpure-app.html?icn=aegon&ici=text_detail-apk 阅读全文

posted @ 2022-07-26 14:05 不亮 阅读(1296) 评论(0) 推荐(0)

2022年7月18日 #

[Trace]Production与PLC,Serial socket通讯

摘要: Serial.exe[Production] Initializing communication with Production (127.0.0.1:2500)[Diagnostic] Initialize diagnostic server socket...[Diagnostic] Serv 阅读全文

posted @ 2022-07-18 15:02 不亮 阅读(33) 评论(0) 推荐(0)