随笔分类 -  Delphi

摘要:在经过一系列的波折后,还是觉得delphi读取并修改json文件来的方便; 在网络上找到一个delphi的三方库ISuperObject,添加到项目后直接引用就行; 下载地址 ISuperObject中几个常用的函数: function SO(const s: SOString = ‘{}’): I 阅读全文
posted @ 2019-05-08 11:19 C#爆破 阅读(2919) 评论(0) 推荐(0)
摘要://结构体的声明 typedef struct Mwinddirectbaseline { char* p; int s; int i; }Mwinddirectbaseline; typedef struct F { char* p; int s; int i; }F; typedef struc 阅读全文
posted @ 2019-04-25 11:22 C#爆破 阅读(887) 评论(0) 推荐(1)