大约有 1,300 项符合查询结果(耗时:0.0110秒) [XML]

https://bbs.tsingfun.com/thread-1325-1-1.html 

Android下的DCIM文件夹是否特殊?通过FileTools拓展只能写入图片,不能写文...

Android下的DCIM文件夹是否特殊?通过FileTools拓展只能写入图片,不能写文本
https://bbs.tsingfun.com/thread-1813-1-1.html 

mqtt 接收的信息为json格式 怎么将json 信息解析出来显示在指定的文本上 ...

...收的信息,通过JSON解析后 把WD 的参数24 解读出来 显示到文本上 代码如下: 注意:此代码块是右键导出的png,具有还原代码块的功能,无需手动一个个处理。 具体还原方法请参考:https://www.fun123.cn/reference/other/dow...
https://bbs.tsingfun.com/thread-1814-1-1.html 

怎么从MQTT Topic接收的信息中解析出,然后查找想用的键值,让键值中的数据...

...收的信息 解析成JSON 然后查找对应的键值 将数据显示到文本上https://bbs.tsingfun.com/thread-1813-1-1.html 把json换成你的topic就行了。 遇到问题的话,每一步的变量都打印出来看看,找到哪一步的问题。
https://bbs.tsingfun.com/thread-1825-1-1.html 

怎么串口读取的文本数据,不能转成数字类型呢? - App应用开发 - 清泛IT社...

怎么串口读取的文本数据,不能转成数字类型呢?file:///E:/Users/QHW/Desktop/63e61567c7b4ea71b198d7eb1d6af9c.png
https://bbs.tsingfun.com/thread-2075-1-1.html 

Web客户端“接收文本”时会显示那样的内容而不是返回值? - App Inventor 2...

为什么我按教程写的这个代码[url=]求助.PNG[/url],在接受文本时会显示那样的内容而不是返回值啊[url=]求助1.PNG[/url]
https://bbs.tsingfun.com/thread-2203-1-1.html 

如何在文本输入框中自动加入空格 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

如何在文本输入框中自动加入空格?已回复。 Q:输入的十六进制,每2个字符对应一个十六进制数,想显示的时候自动加上空格 A:这个只能加逻辑,遍历十六进制,每2位 然后拼接一个空格。
https://bbs.tsingfun.com/thread-2383-1-1.html 

App Inventor 输入文本如何转成ASCII码? - App Inventor 2 中文网 - 清泛I...

Q:App Inventor 输入文本如何转成ASCII码? A:使用AsciiConversion 拓展可以轻松实现。 AsciiCode: 给出字符,返回它相应的 Ascii码。 用法示例:返回字符“A”的Ascii码,结果将是:65。
https://stackoverflow.com/ques... 

Read the package name of an Android APK

I need to get the package name of an Android APK. I have tried to unzip the APK and read contents of AndroidManifest.xml , but seems it's not a text file. ...
https://stackoverflow.com/ques... 

How to install an APK file on an Android phone?

..." application on my computer ( Eclipse environment), and I have built an APK file. How do I transfer the APK file to my Android phone for testing? ...
https://stackoverflow.com/ques... 

How to install APK from PC?

I want to install an APK from PC to Android device. And because of user's Android and generally technical skills, I need to do it as automatically (silently) as possible. So how do I send an APK from PC to Android and start install there? ...