• 2023-06-15delphi model序列和还原
    delphimodel序列和还原封装了json和protobuf。unitserialize;///<author>cxg2022-8-30</author>interfaceusesSystem.SysUtils,Grijjy.ProtocolBuffers,System.JSON.Serializers;typeTSerial=classpublic//unmarshalclassfunctionun
  • 2022-12-02join查询的on和where的区别
    importjava.util.ArrayList;importjava.util.List;classA{publicIntegerid;publicStringname;}classB{publicIntegerid;publicStringname;}pub
  • 2022-09-06delphi TcxGrid网格组件:OnGetContentStyle 获取内容UI样式事件 的应用
    1.位置:OnGetContentStyle事件,在事件列表的Style下.2.OnGetContentStyle何时触发:当获取内容数据的UI样式(style)时触发此事件.注意,用户每次点击单元格时,都会触发此
  • 2022-08-21delphi json和protobuf序列
    delphijson和protobuf序列unitserialize;///<author>cxg2022-8-21</author>interfaceusesSystem.SysUtils,Grijjy.ProtocolBuffers,System.JSON.Serializ