大约有 35,488 项符合查询结果(耗时:0.0395秒) [XML]
Modbus硬件控制01——什么是Modbus - 创客硬件开发 - 清泛IT社区,为创新赋能!
本帖最后由 mzb2012 于 2025-06-19 12:37 编辑
Modbus算是嵌入式领域比较经典一种通信协议,不管你是初学者,还是工作多年的工程师,都很有必要了解一下。1.什么是Modbus?1.什么是Modebus它是一个Bus,即总线协议。比如串口协议、IIC...
大模型拓展调用报错,已解决 - 用户反馈 - 清泛IT社区,为创新赋能!
Error 3300: Error 400 in
Mi extension LLMAI2Ext:
HTTP Error 400: {"error":
{"message":"Invalid request: the message at position 0 with role 'user' must not be empty" "type":"invalid_request _error"}}
解决中。
这个是拓展报的错,...
Async Image Loader Extension:异步图像加载器扩展 - App Inventor 2 拓展...
[size=15.008px][color=var(--tertiary)][color=var(--secondary)][color=var(--secondary-high)]512×512 8.95 KB
AsyncImage
An extension for MIT App Inventor 2.
Simple asynchronous image loader extension to load image asynchronously in an image or arrangement component with circular image. Thi...
【解决】java.lang.ArrayIndexOutOfBoundsException: length=1; index=-1 a...
...tIndex(Unknown Source:26) at com.sunny.CustomWebView.CustomWebView.access$200(Unknown Source:0) at com.sunny.CustomWebView.CustomWebView$ChromeClient.onProgressChanged(Unknown Source:4) at hb.handleMessage(chromium-SystemWebView.apk-default-495156106:208) at android.os.Handler.dispatchMessage(Handle...
AppInventor2 解析json数据技巧 - App应用开发 - 清泛IT社区,为创新赋能!
{
"code": 0,
"data": [
{
"identifier": "CH4",
"time": 1762406563579,
"value": "6.9",
&qu...
AppInventor2 文本和数字如何转换? - App应用开发 - 清泛IT社区,为创新赋能!
...来一个文本转数字的情况:
定义一个变量赋初值 数字0,然后将文本设置给它,事实证明这时它自动变成了文本类型,而不再是数字。因此此方案行不通。
最彻底的方案:
[hide]
直接使用数字运算,经验证,非常的OK。
...
WheelView:滚轮选择框扩展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!
... but can be any strings.original code from WheelView: 效果类似android4.0以上原生的DatePicker 18Thanks @wildcontrol to sponsor this extensionDemo picture:this demo used 3 extensionsAll the blocks
来源:https://wangsk789.github.io/wheelview/
更多滚轮拓展见:https://www.fun123.cn/...
Changing ImageView source
...
+50
Changing ImageView source:
Using setBackgroundResource() method:
myImgView.setBackgroundResource(R.drawable.monkey);
you are puttin...
POST data to a URL in PHP
...setopt( $ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt( $ch, CURLOPT_HEADER, 0);
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1);
$response = curl_exec( $ch );
This will send the post variables to the specified url, and what the page returns will be in $response.
...
