<br />
<b>Deprecated</b>:  mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead. in <b>/opt/bbs_site/club/upload/source/class/discuz/discuz_database.php</b> on line <b>177</b><br />
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>机智云 - APP、H5应用开发</title>
    <link>https://club.gizwits.com/forum-152-1.html</link>
    <description>Latest 20 threads of APP、H5应用开发</description>
    <copyright>Copyright(C) 机智云</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 07 Jun 2026 23:11:41 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://club.gizwits.com/static/image/common/logo_88_31.gif</url>
      <title>机智云</title>
      <link>https://club.gizwits.com/</link>
    </image>
    <item>
      <title>关于android编译生成代码遇到的问题</title>
      <link>https://club.gizwits.com/thread-170295-1-1.html</link>
      <description><![CDATA[前置:
在机智云上建立新项目后 生成apk源码下载到本地

后续:
1. 编译报错\&quot;libSDKLog.so\&quot; not found
解决方案:
在 `app\\build.gradle` 增加 ndk

android {
    compileSdkVersion 31
    useLibrary \'org.apache.http.legacy\'
    defaultConfig {
        application ...]]></description>
      <category>APP、H5应用开发</category>
      <author>yutao</author>
      <pubDate>Thu, 20 Mar 2025 07:19:18 +0000</pubDate>
    </item>
    <item>
      <title>机智云助力小程序开发：连接智能硬件与智能生活</title>
      <link>https://club.gizwits.com/thread-170074-1-1.html</link>
      <description><![CDATA[机智云助力小程序开发：连接智能硬件与智能生活
 随着智能硬件的普及和小程序的兴起，人们的生活越来越依赖于智能化的解决方案。作为物联网领域的领先者，机智云为小程序开发者提供了丰富的支持和功能，帮助他们轻松实现智能硬件与小程序的连接，为用户带来更便捷、智能 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>Kara</author>
      <pubDate>Wed, 12 Jun 2024 09:46:07 +0000</pubDate>
    </item>
    <item>
      <title>机智云app哪里下载？</title>
      <link>https://club.gizwits.com/thread-170004-1-1.html</link>
      <description><![CDATA[简单操作，智能调试：机智云App助力智能硬件开发
 随着物联网技术的快速发展，智能硬件的需求和应用日益增多。而要将这些智能设备顺利推向市场，开发者们需要一个方便实用的调试工具。机智云App应运而生，成为IoT设备通用调试工具，为开发者们的工作提供了便利。
 机智 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>阿信</author>
      <pubDate>Fri, 12 Apr 2024 10:06:55 +0000</pubDate>
    </item>
    <item>
      <title>智能家居语音控制的领航者-机智云</title>
      <link>https://club.gizwits.com/thread-169991-1-1.html</link>
      <description><![CDATA[在当今智能科技不断进步的时代，智能家居系统已经成为越来越多家庭的首选。为了满足用户对于智能控制的需求，机智云公司不仅提供强大的智能家居设备，还支持对接多达7个知名语音平台，包括天猫精灵、小度音箱、小爱音箱、叮咚音箱、Echo、谷歌音箱以及IFTTT，为用户 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>阿信</author>
      <pubDate>Fri, 29 Mar 2024 09:09:22 +0000</pubDate>
    </item>
    <item>
      <title>机智云物联网：创新智能家居体验</title>
      <link>https://club.gizwits.com/thread-169990-1-1.html</link>
      <description><![CDATA[在当今快节奏的生活中，人们对于智能家居系统的需求与日俱增。机智云物联网作为行业领先者，不断推动技术创新，为用户提供更便捷、智能的生活体验。其中，其自动生成的APP可以创建场景任务，为用户带来了全新的智能家居体验。
随着物联网技术的发展，智能家居系统已经 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>阿信</author>
      <pubDate>Fri, 29 Mar 2024 08:56:37 +0000</pubDate>
    </item>
    <item>
      <title>c#如何通过openapi获取app的token</title>
      <link>https://club.gizwits.com/thread-169714-1-1.html</link>
      <description><![CDATA[机智云的app token也是非常重要的参数之一，可以用于获取图形验证码，发送短信校验。在必要的时候，我们可以通过调用openapi来获取到app的token。

token的获取有别于其他接口，需要通过appid和appsecret组成生成md5 嵌入请求头作为参数才能获取到。

因此，我们在 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>mmuyu</author>
      <pubDate>Wed, 13 Sep 2023 15:45:47 +0000</pubDate>
    </item>
    <item>
      <title>c# 美化数据开关控件</title>
      <link>https://club.gizwits.com/thread-169713-1-1.html</link>
      <description><![CDATA[虽然c#的label标签，和button按钮可以用于显示设备的状态，也是比较简单的方式就能完成的，但是这样的界面看起来还是简陋了一点。例如灯光显示控件。



像这种界面，虽然数据是很直观显示了，但是界面还有待美化，因此我们可以使用图片来显示数据的状态，这样看起 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>mmuyu</author>
      <pubDate>Tue, 12 Sep 2023 14:51:54 +0000</pubDate>
    </item>
    <item>
      <title>c# openapi设备数据解析显示</title>
      <link>https://club.gizwits.com/thread-169712-1-1.html</link>
      <description><![CDATA[在前一篇文章中，我们已经实现了通过did获取设备的数据，但是获取的数据是json格式的，并不能直接用于展示设备信息，而且对于设备的信息展示，并不是一次就显示完成的，数据并不是固定不变的，因此我们还需要定时取获取设备的数据，这里就介绍以最简单的定时轮询和 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>mmuyu</author>
      <pubDate>Mon, 11 Sep 2023 14:21:12 +0000</pubDate>
    </item>
    <item>
      <title>c# 从openapi获取设备数据</title>
      <link>https://club.gizwits.com/thread-169710-1-1.html</link>
      <description><![CDATA[在此篇文章中，我们从openapi获取到了设备列表，并且使用datagridview进行显示。https://club.gizwits.com/thread-169586-1-1.html

现在，我们利用api来获取设备的数据。

我们可以先看一下接口的文档以方便后面编写调用的代码



通过我们可以看到，设备的did是通 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>mmuyu</author>
      <pubDate>Sun, 10 Sep 2023 14:21:41 +0000</pubDate>
    </item>
    <item>
      <title>机智云APP开源框架集成谷歌开屏广告的可能性</title>
      <link>https://club.gizwits.com/thread-169516-1-1.html</link>
      <description><![CDATA[开屏广告其实在现在的app都很常见，虽然我们每个人都很讨厌开屏广告，但是不可否认，开屏广告也是一部分收入。假如产品有销往海外的需求，那么谷歌广告的收入或许会比较可观。一般谷歌广告单个点击的费用基本是国内的几倍以上，以我之前网站的谷歌广告费用比较大概 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>mmuyu</author>
      <pubDate>Wed, 19 Jul 2023 09:39:43 +0000</pubDate>
    </item>
    <item>
      <title>机智云APP第三方登录</title>
      <link>https://club.gizwits.com/thread-169513-1-1.html</link>
      <description><![CDATA[我们在使用app的时候，可能会对注册环节比较厌恶，比较多一个应用的账号，后期的管理也是麻烦了一点。因此机智云也是为我们开发者着想，提供了应用的第三方登录配置。    第三方登录是指用户可以通过其他网站或应用的账号直接登录到目标网站或应用，而无需单独注册，主 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>mmuyu</author>
      <pubDate>Tue, 18 Jul 2023 09:14:02 +0000</pubDate>
    </item>
    <item>
      <title>机智云开放api</title>
      <link>https://club.gizwits.com/thread-169509-1-1.html</link>
      <description><![CDATA[我们在使用机智云的时候，机智云已经提供了涵盖全流程的工具，基本上已经满足我们一个产品开发到用户使用的流程了。但是假如还需要一些自定义的功能，例如智能摄像头对接，实时显示画面和音视频，或者对接自己的用户系统，开发用户的付费系统。例如为视频存储付费，特定 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>mmuyu</author>
      <pubDate>Mon, 17 Jul 2023 09:43:43 +0000</pubDate>
    </item>
    <item>
      <title>移动应用安全加固</title>
      <link>https://club.gizwits.com/thread-169508-1-1.html</link>
      <description><![CDATA[移动安全应用加固是保护移动应用程序免受恶意攻击和未授权访问的重要措施。有以下优势：

 [*]防止逆向工程：加固可以使移动应用程序更难逆向工程，减少黑客获取应用程序源代码、算法和逻辑的可能性。
 [*]数据保护：加固可以确保移动应用程序中的敏感数据得到保护。加 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>mmuyu</author>
      <pubDate>Sun, 16 Jul 2023 10:07:43 +0000</pubDate>
    </item>
    <item>
      <title>利用androidstudio对机智云项目进行二次开发并解决可能出现的</title>
      <link>https://club.gizwits.com/thread-169477-1-1.html</link>
      <description><![CDATA[虽然机智云的云端在线生成app功能已经满足大部分需求了，但是我们可能还需要一些定制的功能，例如对接自己的注册系统，或者为页面添加广告，这是在线暂时无法满足的。
    因此，我们可以使用机智云提供的开源安卓框架来实现我们的需求。首先，我们从机智云的开发文 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>mmuyu</author>
      <pubDate>Mon, 10 Jul 2023 08:44:50 +0000</pubDate>
    </item>
    <item>
      <title>修改了代码里的ps和pk重新烧录固件配网，无法联网</title>
      <link>https://club.gizwits.com/thread-169158-1-1.html</link>
      <description><![CDATA[请问就是我同样的数据点为什么用不同账号建立修改了代码里的ps和pk重新烧录固件配网，app只能识别到8266一次，板子再断电后就连不上了]]></description>
      <category>APP、H5应用开发</category>
      <author>康康2020</author>
      <pubDate>Tue, 29 Nov 2022 02:09:24 +0000</pubDate>
    </item>
    <item>
      <title>蓝牙红外模组在哪可以买到？</title>
      <link>https://club.gizwits.com/thread-169148-1-1.html</link>
      <description><![CDATA[如题所示，蓝牙红外模组在哪可以买到？淘宝店有售吗]]></description>
      <category>APP、H5应用开发</category>
      <author>Cherry007</author>
      <pubDate>Mon, 28 Nov 2022 13:22:57 +0000</pubDate>
    </item>
    <item>
      <title>嵌入式设备如何显示IP属地？</title>
      <link>https://club.gizwits.com/thread-169125-1-1.html</link>
      <description><![CDATA[对于嵌入式物联网设备，除了一些特殊场合，比如环境监测、路径规划、定位追踪等，需要通过GPS模块获取精确的地理位置，对于一些天气预报、疫情数据相关的设备来说，地理位置要求没那么精确，只需要基本的时区、国家、城市/省份信息即可。
本文介绍，如何基于已有的WiFi/ ...]]></description>
      <category>APP、H5应用开发</category>
      <author>Cherry</author>
      <pubDate>Tue, 22 Nov 2022 12:21:46 +0000</pubDate>
    </item>
    <item>
      <title>【搬运】修复机智云生成的的原始android代码不能运行的问题</title>
      <link>https://club.gizwits.com/thread-166596-1-1.html</link>
      <description><![CDATA[“解决：修改机智云SOC方案的原始android代码，安卓虚拟机运行机智云APP成功”机智云生成的代码需要经过修改后才能运行，里面的一些配置需要本地化
链接：https://blog.csdn.net/weixin_44135826/article/details/105201233?fps=1&amp;locationNum=2
补充：其中有两个地分没 ...]]></description>
      <category>APP、H5应用开发</category>
      <author>芭适</author>
      <pubDate>Sat, 30 Apr 2022 04:57:47 +0000</pubDate>
    </item>
    <item>
      <title>用赛博坦工具生成的APP发现不到设备</title>
      <link>https://club.gizwits.com/thread-166559-1-1.html</link>
      <description><![CDATA[用赛博坦工具生成的APP，下载到手机，配网方式已改成Air Link，发现不到设备。用机智云DemoAPP就可以正常连接，这个是什么问题呢？求解答]]></description>
      <category>APP、H5应用开发</category>
      <author>曹小曹要努力</author>
      <pubDate>Thu, 14 Apr 2022 06:25:48 +0000</pubDate>
    </item>
    <item>
      <title>APP换肤功能</title>
      <link>https://club.gizwits.com/thread-166366-1-1.html</link>
      <description><![CDATA[请问下：APP换肤功能还有么，有的话怎么使用，我已经看了文档了，但是那似乎是旧的。我直接修改代码中的Color似乎一点用都没有，就是使用默认的颜色，很好奇这个设置在哪里？]]></description>
      <category>APP、H5应用开发</category>
      <author>Maggie</author>
      <pubDate>Sat, 27 Nov 2021 05:52:57 +0000</pubDate>
    </item>
  </channel>
</rss>