大约有 3,000 项符合查询结果(耗时:0.0095秒) [XML]

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

5分钟了解 App Inventor 2:不会写代码,也能做出自己的 App - App应用开发...

...邮件、分享 简单说:你在应用商店里看到的绝大部分日常 App,AI2 都能做。 和其他开发方式比,强在哪? 特性App Inventor 2纯代码开发其他低代码平台学习门槛几乎为零需学编程语言中等开发速度几小时出原型几天到几周...
https://bbs.tsingfun.com/thread-3012-1-1.html 

App Inventor 2 项目会自动保存吗?这两个操作很多人不知道 - App应用开发 ...

...。 小结 这两个操作虽然简单,但对于 App Inventor 2 的日常开发体验影响很大: 1. 自动保存让你不用时刻惦记着存盘 2. 刷新AI伴侣让你修改代码后秒看效果 开发工具好不好用,很多时候不是看功能多不多,而是看这些小...
https://bbs.tsingfun.com/thread-3042-1-1.html 

App Inventor 2 数学积木完全指南:从加减乘除到位运算,一篇搞定所有计算...

...需求。掌握这些积木,你就能: - 处理购物车、评分等日常计算场景 - 做游戏中的物理模拟和概率判定 - 解析硬件协议中的二进制数据 - 实现数据可视化的坐标变换 建议把这篇指南收藏起来,开发时当字典查,随用随翻。 ...
https://bbs.tsingfun.com/thread-3054-1-1.html 

做了个购物清单App后,我才真正搞懂App Inventor 2的变量 - App应用开发 - ...

...试——一眼看到中间值 Step 3:取值与设置——变量的日常操作 查看清单时,遍历全局变量: when ButtonView.Click:     initialize local displayText to ""     for each item in global shoppingList:       &nbsp...
https://bbs.tsingfun.com/thread-3040-1-1.html 

App Inventor 2 列表积木完全指南:从入门到精通,一篇搞定数据存储 - App...

...据时极为常见。 总结 App Inventor 2 的列表积木覆盖了日常开发 95% 以上的数据操作需求。掌握以下要点,你就能游刃有余: 创建:空列表 / 带初始值列表 / 混合类型列表增删改查:追加 / 插入 / 替换 / 删除 / 选取函数式三...
https://bbs.tsingfun.com/thread-3119-1-1.html 

App Inventor 2 里那十几个传感器,被问最多的9个问题一次说清 - App应用开...

...动App吗?A: 计步器基于加速度传感器的晃动信号做统计,日常走路误差通常在百分之几到十几,适合做"粗略的步数打卡",不适合做专业计步。它提供了"行走步数"和"简单步数"两个值——简单步数记录所有...
https://bbs.tsingfun.com/thread-2140-1-1.html 

Service and Characteristic are not published by the connected device -...

Service and Characteristic are not published by the connected device,报错如下: 问题原因:硬件/蓝牙芯片问题导致的,比如A硬件测试好的,换了B硬件没有修改uuid,就出现这个报错。 由于B硬件没有发布这些特征,就会报这个错误。
https://bbs.tsingfun.com/thread-805-1-1.html 

c++ boost::multi_index composite keys efficiency - c++1y / stl - 清泛IT社区,为创新赋能!

...mposite key, the documentation states that "Composite keys are sorted by lexicographical order, i.e. sorting is performed by the first key, then the second key if the first one is equal, etc". Does this mean that the structure is stored such that a lookup for a specific 2-part composite ke...
https://bbs.tsingfun.com/thread-38-1-1.html 

MySql安装配置 - 爬虫/数据库 - 清泛IT社区,为创新赋能!

... 4.赋权限: GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123' WITH GRANT OPTION; GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY '123' WITH GRANT OPTION; (注:%用于其他主机连接,localhost用于本机连接)
https://bbs.tsingfun.com/thread-1529-1-1.html 

App Inventor 2 创建类似于儿童模式的APP? - App Inventor 2 中文网 - 清...

by ChatGPT) 在MIT App Inventor(AI2)中创建类似于儿童模式的应用程序,可以限制设备上某些应用程序和功能的访问,但由于其功能有限,与Android Studio相比,这可能具有一定挑战性。然而,仍然可以使用AI2实现一定程度的应用程...