dcl1214 发表于 2020-1-9 20:51:00

已有 18 人购买  本主题需向作者支付 2 D豆 才能浏览 购买主题

bonny123 发表于 2020-1-9 21:00:47

    这个厉害了

dcl1214 发表于 2020-1-9 21:15:26

(setq str ($带有报文头的POST/GET请求$
          (strcat "http://127.0.0.1:8000" "/" "Update")
          "Client-Auth"
          (getenv "ComputerName")
          "update 连接器 set `规格` = '99k' where `编码` = '282079-2'";返回接线表里面65535行数据
          "POST"
          nil
          )
)

tzfcn 发表于 2020-1-10 08:39:32

这个介绍好,可以学习如何将软件关联起来

dcl1214 发表于 2020-1-10 20:41:26

dcl1214 发表于 2020-1-9 21:15
(setq str ($带有报文头的POST/GET请求$
          (strcat "http://127.0.0.1:8000" "/" "Update")
          "Cli ...

(setq str ($带有报文头的POST/GET请求$
            (strcat "http://127.0.0.1:8000" "/" "Update")
            "Client-Auth"
            (getenv "ComputerName")
            "Update 连接器 set `规格` = '99k' where `编码` = '282079-2'";更新连接器表中规格
            "POST"
            nil
          )
)

dcl1214 发表于 2020-1-10 20:45:18


test接口调用示例:
(setq str ($带有报文头的POST/GET请求$
          (strcat "http://127.0.0.1:8000" "/" "test")
          "Client-Auth"
          (getenv "ComputerName")
          ""
          "POST"
          nil
          )
)返回:(("dbtype" . "sqlite") ("Error" . "ok") ("状态" . "0") ("版本" . "V2.0") ("time" . "2020-01-10 20:42:19.495253 +0800") ("serverip" . "127.0.0.1") ("serverport" . "8000") ("hostname" . "HXT-20190521YVQ"))

dcl1214 发表于 2020-1-11 10:06:40

lisp调用go工具读取远程广域网数据库的标准件

huangpc27 发表于 2020-1-11 10:35:12

水平太低,看不明白呀

qq1254582201 发表于 2020-2-6 18:53:57

水平太低,看不明白呀

伪书虫86 发表于 2020-2-16 22:52:48

可否加入可以自己指定数据库文件路径的功能呢?{:1_23:}

dcl1214 发表于 2020-2-18 10:04:18

伪书虫86 发表于 2020-2-16 22:52
可否加入可以自己指定数据库文件路径的功能呢?

正在开发,期待我发布

伪书虫86 发表于 2020-2-18 14:50:17

dcl1214 发表于 2020-2-18 10:04
正在开发,期待我发布

感谢感谢,搬个小板凳,坐着等{:1_12:}

伪书虫86 发表于 2020-2-19 15:53:31

过来瞅瞅,进展到啥地步了啊{:1_9:}

伪书虫86 发表于 2020-2-21 17:23:28

给力!!!

tryhi 发表于 2020-4-12 01:04:39

arm64的机器能运行吗?linux
页: [1] 2
查看完整版本: lisp通过Go发送Sql语句访问Sqlite数据库