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

https://www.tsingfun.com/it/ai2/ai2_robot.html 

App Inventor 2 语音交互机器人Robot,使用讯飞语音识别引擎 - App Invento...

...时机器人回复说“你好”。 控制机器人上下左右、斜着移动、回到屏幕中间,若指令不能识别,则说出相应的提示。 点击机器人提示“别碰我”。 4、Robot逻辑代码 机器人运动的过程(角度的定义,请右键代码块,查看”...
https://bbs.tsingfun.com/thread-1370-1-1.html 

2024年2月2日签到记录贴 - 签到区 - 清泛IT社区,为创新赋能!

...想说:「App Inventor 2 社区即将重新上线,添加了现代化的移动社区」.
https://bbs.tsingfun.com/thread-1379-1-1.html 

2024年2月5日签到记录贴 - 签到区 - 清泛IT社区,为创新赋能!

... 小红花 7,另外我还额外获得了 小红花 9我今天最想说:「移动端签到!」.
https://bbs.tsingfun.com/thread-2013-1-1.html 

【待调查】表格布局中拖动标签后位置错乱的问题 - App应用开发 - 清泛IT社...

你好! 表格布局里多个标签,移动一个标签位置就乱了,有没有办法固定下来? 费了好大劲,一拖就乱 -------- 我隐约之前遇到过,所有平台的通病,MIT原版也是这样的 准备花时间还是要研究一下。
https://bbs.tsingfun.com/thread-2191-1-1.html 

mobile location - App应用开发 - 清泛IT社区,为创新赋能!

...纬度写在两个文字框里,并在百度地图上标注出位置,并移动到屏幕中央,放大地图。 Implement through Android Studio: Enter the phone number on the mobile screen, click OK to start the search, Using GPS with differential correction data to determine the current preci...
https://bbs.tsingfun.com/thread-2438-1-1.html 

Modbus硬件控制01——什么是Modbus - 创客硬件开发 - 清泛IT社区,为创新赋能!

...发表并且无版权要求易于部署和维护对供应商来说,修改移动本地的比特或字节没有很多限制 简单的概括,就是免费+简单+方便修改!归纳:Modbus就是一种用在工业上的简单协议!2.Modbus用来干什么?2.Modbus用来干什么?2.Modbus用来干什...
https://www.fun123.cn/referenc... 

App Inventor 2 标签内容过多,如何做到可上下滑动? · App Inventor 2 中文网

...ffsetTop; return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; ...
https://www.fun123.cn/referenc... 

App Inventor 2 MenuSlide 拓展:滑动菜单效果 · App Inventor 2 中文网

...ffsetTop; return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; ...
https://www.fun123.cn/referenc... 

App Inventor 2 SideBarV2 侧边栏拓展 · App Inventor 2 中文网

...ffsetTop; return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; ...
https://www.fun123.cn/referenc... 

App Inventor 2 AlphaDialog 对话框扩展 · App Inventor 2 中文网

...ffsetTop; return false; // 防止文本选中 }; // 鼠标移动时拖动元素 document.onmousemove = function(e) { if (!isDragging) return; element.style.left = (e.clientX - offsetX) + 'px'; element.style.top = (e.clientY - offsetY) + 'px'; }; ...