沈鸿飞
沈鸿飞

性别: 注册于 2021-12-13

向TA求助
20金币数
60 经验值
0个粉丝
主页被访问 1438 次

2 个回答

0 赞同

本地web页面 登录出现 can't find file [index.html]. 如何处理...

直接用浏览器访问 http://ip:端口/ 试下呢? 检查下 dolphidnb server 目录下的 web 文件夹还在不在

回答于 2023-12-05 14:31

0 赞同

探测web是否可以登录

body 的内容不对,没有符合 json rpc 的格式 方法 ① curl http://127.0.0.1:8848/metrics 方法 ② (推荐) https://github.com/dolphindb/api-javascript/blob/master/README.zh.md 方法 ③ curl -X POST "http://127.0.0.1:8848/" -H "content-type: application/json" -d "{\"sessionID\":\"0\",\"functionName\...

回答于 2022-03-05 15:30