jjw

写给自己的博客。 记录学习的点滴以备查。
随笔 - 127, 文章 - 0, 评论 - 8, 阅读 - 62632
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

合集-mormot2

摘要:mormot2框架中有个THttpServer类,它有一个Router属性,定义如下: property Router: TUriRouter read fRoute; Router是添加路由的入口点,它有和http协议对应的get, post, put, delete等方法,这些方法可以添加路由, 阅读全文

posted @ 2023-08-17 10:23 jjw 阅读(1029) 评论(0) 推荐(0) 编辑

摘要:TFileServiceFunction = record strict private type TFunctionNameRec = record const LoadFile = 'LoadFile'; SaveFile = 'SaveFile'; GetAllFileNames = 'Get 阅读全文

posted @ 2023-08-22 14:34 jjw 阅读(151) 评论(0) 推荐(0) 编辑

摘要:unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V 阅读全文

posted @ 2023-08-15 16:20 jjw 阅读(427) 评论(0) 推荐(0) 编辑

摘要:TOL = class(TObject) public procedure W(W: TJsonWriter; Instance: TObject; Options: TTextWriterWriteObjectOptions); end; TPerson = class private FName 阅读全文

posted @ 2023-08-25 14:06 jjw 阅读(300) 评论(0) 推荐(0) 编辑

摘要:procedure TForm1.Button1Click(Sender: TObject); var v: variant; begin { [ODBC] DRIVER=SQL Server 会报错 DRIVER=ODBC Driver 18 for SQL Server 没问题 } dbProp 阅读全文

posted @ 2024-01-07 00:04 jjw 阅读(120) 评论(0) 推荐(0) 编辑

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