<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>ThingStudio森工厂开发者社区 - 零代码</title>
    <link>http://developer.thingjs.com/f-48.html</link>
    <description>Latest 20 threads of 零代码</description>
    <copyright>Copyright(C) ThingStudio森工厂开发者社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 11:06:23 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://developer.thingjs.com/static/image/common/logo_88_31.gif</url>
      <title>ThingStudio森工厂开发者社区</title>
      <link>http://developer.thingjs.com/</link>
    </image>
    <item>
      <title>图表对接接口数据格式</title>
      <link>http://developer.thingjs.com/t-2301.html</link>
      <description><![CDATA[接口数据和静态数据不一致，接口中的数据格式应和静态数据保持一致
例：




静态数据参考上图，那么接口中的格式应为


注意不要缺少code和success字段]]></description>
      <category>零代码</category>
      <author>张雨婷</author>
      <pubDate>Thu, 20 Jun 2024 07:28:13 +0000</pubDate>
    </item>
    <item>
      <title>零代码图表接口数据不生效的原因</title>
      <link>http://developer.thingjs.com/t-2300.html</link>
      <description><![CDATA[接口数据和静态数据不一致，接口中的数据格式应和静态数据保持一致
例：





静态数据参考上图，那么接口中的格式应为

注意不要缺少code和success字段]]></description>
      <category>零代码</category>
      <author>张雨婷</author>
      <pubDate>Thu, 20 Jun 2024 07:23:17 +0000</pubDate>
    </item>
    <item>
      <title>DIX单机部署</title>
      <link>http://developer.thingjs.com/t-2253.html</link>
      <description><![CDATA[安装前需要先确定Java环境Linux(点击进入产品安装文档)需要注意的是，建议修改统一的工程名称为：DICONSOLE ，然后给 DICONSOLE 授权mv dix-v1.6.0-linux DICONSOLEchmod -R 740 DICONSOLE

Windows(点击进入产品安装文档)需要先把下载的文件（dix-v1.8.8-win.tar.gz） ...]]></description>
      <category>零代码</category>
      <author>tangan</author>
      <pubDate>Tue, 26 Sep 2023 05:09:37 +0000</pubDate>
    </item>
    <item>
      <title>园区、楼层、房间层级配置起止线(飞线)</title>
      <link>http://developer.thingjs.com/t-2246.html</link>
      <description><![CDATA[ThingJS-X中 标记线 分：管状线、片状线、像素线；双线分类（双管线、双飞线、双路径线）就是有两条此分类线，根据应用场景选择单线还是双条线；
管线：管状线、管道线、逻辑线（片状线）；起止线：起点到终点的飞线；路径线：多点的同方向路径线；
起止线地球层级实现 ...]]></description>
      <category>零代码</category>
      <author>tangan</author>
      <pubDate>Mon, 11 Sep 2023 05:20:57 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X4环境导入台账数据相关说明</title>
      <link>http://developer.thingjs.com/t-2245.html</link>
      <description><![CDATA[有时我们需要个干净的环境，但新建的数据域是自带的一个默认Demo环境的；
1.删除产品（ThingJS-X）默认的场景删除场景-&gt;全选删除模型-&gt;删除demo对全局默认孪生体集合的孪生体面板设置注意：万能方盒子是产品默认自带的模型（万能方盒子是删不掉的，当模型库种没有模型， ...]]></description>
      <category>零代码</category>
      <author>tangan</author>
      <pubDate>Mon, 11 Sep 2023 05:19:58 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X 对接 WebSocket 本地服务</title>
      <link>http://developer.thingjs.com/t-2244.html</link>
      <description><![CDATA[启动的ThingJS-X会自动启动一个WebSocket服务，X4环境所有域共用一个此WebSocket服务；给此WS服务推送我们可以通过PostMan如下图示：
我们也可以不用系统自启动的这个WS服务；下面是创建得本地WebSocket服务的脚本，做这个是可以自定义用ws给森X发送内容，摆脱手动Postm ...]]></description>
      <category>零代码</category>
      <author>tangan</author>
      <pubDate>Mon, 11 Sep 2023 05:11:24 +0000</pubDate>
    </item>
    <item>
      <title>http-server 起 http、https 服务</title>
      <link>http://developer.thingjs.com/t-2243.html</link>
      <description><![CDATA[前言在ThingJS-X中，如标记二开、大屏嵌套测试、通信测试等都离不开搭建一个测试服务，有时候我们打开一个文档使用file协议打开的时候，不能发送ajax请求，只能使用http协议才能请求资源，所以此时我们需要在本地建立一个http或https服务，通过IP加端口号，来访问资源， ...]]></description>
      <category>零代码</category>
      <author>tangan</author>
      <pubDate>Mon, 11 Sep 2023 05:10:43 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X部署成功后如何实现单域和多域切换</title>
      <link>http://developer.thingjs.com/t-2239.html</link>
      <description><![CDATA[【问题描述】
之前部署的零代码是单数据域的，现在想改成多数据域，想问应该如何处理？
【问题答案】
ThingJS-X部署成功后要单域和多域切换只能重新部署和重新授权]]></description>
      <category>零代码</category>
      <author>15234496108</author>
      <pubDate>Mon, 28 Aug 2023 07:51:50 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X同一个业务不同层级显示不同图表</title>
      <link>http://developer.thingjs.com/t-2238.html</link>
      <description><![CDATA[需求：如何在ThingJS-X中给同一个业务的不同层级配置不同的图表？
实现方法：
1-找到【业务配置】-【图表编辑】，进入业务的图表编辑界面。

2-右上角找到【显示层级】，选择【添加】，弹出孪生体集合列表，选择需要添加的新的层级（需要提前选出对应层级的孪生体集合） ...]]></description>
      <category>零代码</category>
      <author>15234496108</author>
      <pubDate>Mon, 28 Aug 2023 07:33:00 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X如何解决跨域问题</title>
      <link>http://developer.thingjs.com/t-2237.html</link>
      <description><![CDATA[一、什么是跨域
同源策略是浏览器一个重要的安全策略，所谓的同源就是指两个域有相同的协议（protocol）、域名（host）、端口(port)，这三者之间任何一个不同都会构成跨域的情况，比如说前后端分离之后，前后都在两个域之下，前端的浏览器请求后端服务器的数据的时候就 ...]]></description>
      <category>零代码</category>
      <author>15234496108</author>
      <pubDate>Mon, 28 Aug 2023 07:24:46 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X和嵌入的森拓扑如何交互X4</title>
      <link>http://developer.thingjs.com/t-2236.html</link>
      <description><![CDATA[一、前言在文章《ThingJS-X如何快速集成森拓扑》中，我们了解了如何将森拓扑中的拓扑图（或组态图等）以嵌套页面的形式，集成到ThingJS-X的场景中。同时，也卖了个关子——究竟如何实现ThingJS-X和森拓扑之间的交互？又有哪些交互事件可以选择呢？本文就会针对这个主题 ...]]></description>
      <category>零代码</category>
      <author>张雨婷</author>
      <pubDate>Mon, 28 Aug 2023 07:15:14 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X如何快速集成森拓扑X4</title>
      <link>http://developer.thingjs.com/t-2235.html</link>
      <description><![CDATA[一、前言  ThingJS-X和森拓扑能够在实现数字孪生管理应用的过程中，分别提供搭建3D应用和2D应用的能力。ThingJS-X是一款基于零代码的数字孪生领域可视化系统，能够实现地图级、园区级可视化业务场景的呈现，如智慧政务、智慧安防等业务，帮助用户打通整个生产链，可以自 ...]]></description>
      <category>零代码</category>
      <author>张雨婷</author>
      <pubDate>Mon, 28 Aug 2023 07:02:21 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X使用LiveServer转换视频流</title>
      <link>http://developer.thingjs.com/t-2234.html</link>
      <description><![CDATA[需求：使用 LiveServer 转换 RTSP 视频流
Windows版本 调试视频获取到离线版本后，双击 LiveServerRTSP.exe 启动程序：
然后在浏览器打开 http://localhost:4000，登录系统：
可以在这里进行添加记录，然后点击播放进行测试：

ThingJS-X配置进入后台管理系统 =》配置管 ...]]></description>
      <category>零代码</category>
      <author>zhaojinguo</author>
      <pubDate>Mon, 28 Aug 2023 06:45:54 +0000</pubDate>
    </item>
    <item>
      <title>ThingJSX - 告警图表处理/关闭 实施详解</title>
      <link>http://developer.thingjs.com/t-2233.html</link>
      <description><![CDATA[告警图表展现如上图示，这里可以看出产品提供了两个按钮：“处理”、“关闭”，当然你如果不需要这两个按钮，该资源提供了可隐藏其按钮的设置；
[*]处理
从字面意思看，是要执行某一个动作，点击处理不管要干什么，UI界面上该条告警消息改为“已处理”的状态（这个“已 ...]]></description>
      <category>零代码</category>
      <author>张雨婷</author>
      <pubDate>Mon, 28 Aug 2023 06:44:24 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X视频流对接</title>
      <link>http://developer.thingjs.com/t-2232.html</link>
      <description><![CDATA[资料：https://support.thingjs.com/book/thingjsx40-plugin/62bee5e74037b2d334c29f82注意事项配置 GB 服务器如果你发现一切配置正常，但页面控制台报如下错误：
则需要检查一下设备国标编号和通道国标编号。规范是设备国标编号和通道国标编号的字符长度必须大于等于 2 ...]]></description>
      <category>零代码</category>
      <author>zhaojinguo</author>
      <pubDate>Mon, 28 Aug 2023 06:43:07 +0000</pubDate>
    </item>
    <item>
      <title>max插件上传提示但不影响最终上传</title>
      <link>http://developer.thingjs.com/t-2231.html</link>
      <description><![CDATA[1-【发现模型可能在地面以下..】【提示截图】【处理方法】1-如下图的监控模型，模型需要放置在地面以下的，可无视该提示。设置好对象中心点并且与世界中心对齐后，点击“确定”即可，对模型上传没有影响。2-其他情况需要调整模型的中心点。2-【注意场景中有隐藏物体..】 ...]]></description>
      <category>零代码</category>
      <author>张雨婷</author>
      <pubDate>Mon, 28 Aug 2023 06:37:30 +0000</pubDate>
    </item>
    <item>
      <title>max插件上传报错导致上传失败</title>
      <link>http://developer.thingjs.com/t-2230.html</link>
      <description><![CDATA[1-【模型上限：20万面，30个贴图，50个物体..】【报错截图】【问题原因】场景资源超过20万面，30个贴图和50个物体是无法上传的。【解决方案】场景超过20万面：需要对模型进行优化减面操作，检查模型制作是否规范，模型中是否有多余的线、面。下载的模型可通过专业优化修 ...]]></description>
      <category>零代码</category>
      <author>张雨婷</author>
      <pubDate>Mon, 28 Aug 2023 06:36:12 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X窗口通信配置</title>
      <link>http://developer.thingjs.com/t-2229.html</link>
      <description><![CDATA[前提：森X作为子页面，嵌入在另一个页面（父页面）中。

发送消息给父页面需求：森X进度加载完毕，或层级进行切换时，想要通知父页面，做一些处理。
下面通过具体示例来看看。
系统加载通知1. 创建一个操作集创建一个操作集，使用操作原子“嵌套页面发送消息”。该操作 ...]]></description>
      <category>零代码</category>
      <author>zhaojinguo</author>
      <pubDate>Mon, 28 Aug 2023 06:33:34 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X窗口通信-激活孪生体面板</title>
      <link>http://developer.thingjs.com/t-2228.html</link>
      <description><![CDATA[需求：父页面（业务系统）向子页面（ThingJS-X 系统）发送消息，激活指定的孪生体面板
下面主要说的是在 ThingJS-X 中如何配置该通信所需实现的功能。配置系统插件添加系统插件“基于iframe的窗口消息接收”，开启后，进行事件配置：插件的具体使用方法请看：https://wi ...]]></description>
      <category>零代码</category>
      <author>zhaojinguo</author>
      <pubDate>Mon, 28 Aug 2023 06:30:39 +0000</pubDate>
    </item>
    <item>
      <title>ThingJS-X环境迁入提示“文件包不合法”</title>
      <link>http://developer.thingjs.com/t-2227.html</link>
      <description><![CDATA[1、需要手动双击进入一下压缩包，看会不会报‘文件末端损坏’之类的错误（若出现这个错误，需要从原环境重新迁出），排除迁移包损坏引发的错误2、因为压缩软件压缩格式问题，森x迁移包在windows上解压再压缩，迁入森x可能会提示文件包不合法
推荐一款压缩软件Bandizip， ...]]></description>
      <category>零代码</category>
      <author>15234496108</author>
      <pubDate>Mon, 28 Aug 2023 06:15:36 +0000</pubDate>
    </item>
  </channel>
</rss>