摘要: TSimpleMsgPack的样例代码 unit uMain; interface uses SimpleMsgPack, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBa 阅读全文
posted @ 2017-03-15 15:51 delphi中间件 阅读(863) 评论(0) 推荐(0)
摘要: TIdHTTPServer制作REST中间件 使用DELPHI7+INDY9开发 // 陈新光 2017-2-21// LIS数据同步服务器// 浏览器输入:http://127.0.0.1:8000/test?t1=china&t2=cxg unit untMain; interface uses 阅读全文
posted @ 2017-03-15 14:08 delphi中间件 阅读(2957) 评论(0) 推荐(0)