搜索

Help

第1页,共26页。 显示 260 条结果 (0.041 秒)

  1. 1.3 POST请求获取接口数据

    = new java.net.URL("https://jsonplaceholder.typicode.com/posts"); // 打开连接 var conn = url.openConnection(); // 设置连接为 HTTP POST conn.setRequestMethod("POST"); conn.setDoOutput(true); conn.setDoInput(true); // 创建要发送的数据 var data = "key1=value1&key2=value2"; // 获取输出流,将数据写入输出流 var outStream
    FAQ中心十一月 22, 2023
  2. vllm本地化部署大模型解决方案

    25 CUDA 12.4 PyTorch 2.6 flashinfer 0.2.5+cu124torch2.6 Flash Attention 2.7.4.post1 vllm 0.8.2 注:以下方式为服务器可以联通网络情况下直接安装的,如果是没有联通情况下 … #cd /smartbi #wget https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.4.post
    AIChat 白泽帮助中心四月 07, 2025
  3. AIChat_二次开发教程_AIWeb入口_V2

    说明 名称 值 请求地址 http://smartbi-AIChat-server:port/aiweb/api/v1/login http://smartbi-nla-serverport 请求方式 POST 请求参数 userName password … 地址 http://smartbi-AIChat-server:port/aiweb/integration/api/v1/get_using_theme http://smartbi-nla-serverport 请求方式 POST 请求参数 token 3.2.2 接口
    AIChat 白泽帮助中心二月 19, 2025
  4. 创建业务视图-SQL查询

    ); // POST请求的请求体 // pid必须是数据源中业务视图下的节点,包括业务视图节点和目录节点 String body = "{\r\n" + "\"pid\": \"I8a8a4ca2017a18e018e0a2b3017a19209a7c13a3\",\r\n" + " \"name … )</strong> http://host:port/smartbi/smartbix/api/dataModel/createBizView - <strong>接口请求类型</strong> POST - <strong>输入</strong> DataModelBizViewCreatedVO | <strong
  5. 更新业务视图-SQL查询

    ClientConnector conn = null; try { conn = new ClientConnector(smartbiURL); // 创建Smartbi链接对象 // 建立此连接时,就对smartbi进行了登录 conn.open(user, password); // POST请求 … 请求类型</strong> POST - <strong>输入</strong> DataModelBizViewUpdatedVO | <strong>属性</strong> | <strong>类型</strong> | <strong>说明</strong
  6. 清单表、汇总表如何实现根据点击的单元格的值不同打开不同的目标报表

    }`, method: 'POST', title: '报表1' } } //调用打开接口,接口默认 … /openresource.jsp?resid=I8a74a4220190996499644b8101909b6a1b4311d7¶msInfoBase64=${paramsInfoBase64}`, method: 'POST
    FAQ中心四月 03, 2025
  7. 1 创建模型

    ); String pid = "I8a8a9fb601831840184096ba01831acd3de00554"; // 父节点id String str = "参考下面post的内容"; // post的内容说明,参考接口调用-方式2的说明 JSONObject … > POST - <strong>返回值</strong> CheckResult | <strong>属性</strong> | <strong>类型</strong> | <strong>说明</strong
  8. 自助ETL-API取数

    3.2 指定HTTP请求方法 客户端向服务端发送请求的时候,针对于不同意图的请求,我们分成了不同的HTTP请求方法。 image2024-1-16_15-5-14.png 目前支持以下HTTP请求方法: GET(获取):用于获取指定资源,可以使用查询参数获取特定资源。 POST(提交):用于向服务器提交 … 。 image2023-10-30_14-41-0.png 注意:Body参数只有在POST 和PUT请求时才能设置 image2025-4-9_9-44-58.png 参数类型: 类型 说明 none 无body参数。 form-data 表单数据,通常会被编码为 application
  9. 2 更新模型

    = "参考下面post的内容"; // post的内容说明,参考接口调用-方式2的说明 JSONObject obj = JSONObject.fromString(str); // 更新模型 InvokeResult res = conn.remoteInvoke … /smartbi/smartbix/</u><u>api</u><u>/dataModel?_method=PUT</u> - <strong>接口请求类型</strong> POST - <strong>返回值</strong> 数据模型 CheckResult ### <strong>示例</strong
  10. 电子表格⬝ URL链接

    : 传递登录信息给URL链接(勾选“POST请求”才生效) 如插入如图链接: image2019-7-22 19:54:26.png 效果如图: 勾选传递登录信息给URL链接 勾除传递登录信息给URL链接 image2019-7-22 20:3:36.png image2019-8-2 11:37:35.png POST请求(不勾选为GET方式) 当插入的链接地址包含参数时,必须勾选该选项。 如插入如图链接: image2019-7-22 20:12:36.png 效果如图: 勾选POST请求 勾除POST请求 image2019-7-22 20:42