大约有 400 项符合查询结果(耗时:0.0074秒) [XML]

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

【生成Python】AppInventor2中文网已支持代码块转换Python源码! - App Inv...

...念和实用的功能,咱可不能忽视它,加之最近还有用户问AppInventor能否转Python代码,这不,这个功能不就来了嘛~~ 先来个具体的例子,看看效果,写了一个生成3位水仙花数(每位数字的立方之和刚好等于这个数字)的代码,...
https://bbs.tsingfun.com/thread-2351-1-1.html 

有什么方式得到appinventor项目的真实源码? - App Inventor 2 中文网 - 清...

Q:有什么方式得到appinventor项目的真实源码?java,yail 的都行,真源码? A:.yail 源码很容易得到的,按如下步骤: 1、一个项目必须经过编译apk后,导出aia源码,改后缀名为.zip。 2、使用压缩软件打开zip文件,src里面就有。...
https://www.tsingfun.com/it/bigdata_ai/2295.html 

Python学习之Jupyter Notebook和highchart安装 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

... Notebook和highchart安装运行环境Win7 64位 + Python3 5 2一、安装网页端编译器Jupyter Notebook在cmd输入pip3 install jupyter在cmd输入jupyter notebook, 运行环境 Win7 64位 + Python3.5.2 一、安装网页端编译器Jupyter Notebook 在cmd输入pip3 install ju...
https://www.tsingfun.com/it/ai... 

App Inventor 2 中的“2”是什么意思? - App Inventor 2 中文网 - 清泛网 ...

...兼容。 AI1截图: AI2截图: 参考资料: https://appinventor.mit.edu/explore/ai2/whats-new.html http://www.appinventor.org/appInventor2 AppInventor2,AppInventor
https://bbs.tsingfun.com/thread-1163-1-1.html 

App Inventor 2 手机蓝牙及语音控制 - App Inventor 2 中文网 - 清泛IT论坛,有思想、有深度

...duino等设备。  【项目范例】   1. 情境   通过对APPInventor和Arduino的学习,我们对两个平台已经初步有了认识和了解,如何打通两个平台,实现利用手机对Arduino设备进行控制呢?   蓝牙是一个非常成熟的无限近程控制...
https://bbs.tsingfun.com/thread-1478-1-1.html 

AppInventor做的APP支持安卓14吗? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

目前MIT最新版本也是Android13,我们与mit同步更新。如果官方支持14我们会第一时间跟进。 不过,根据用户反馈,蓝牙相关的好像不兼容~ 有关安卓 14 的补充:根据反馈,安卓14支持蓝牙功能,不过需要手动开启相关权限
https://bbs.tsingfun.com/thread-1585-1-1.html 

appinventor列表如何添加多项? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

使用“列表”中的“创建列表”积木,点击拓展按钮拖动多个参数,详细步骤如下:
https://bbs.tsingfun.com/thread-1590-1-1.html 

AppInventor2列表显示框中列表项背景颜色可以定制吗? - App Inventor 2 中...

问:列表显示框中,能不能设置 奇数项背景颜色 是黄色  偶数项背景是红色?答:App Inventor 2 原生“列表显示框”组件只能设置一个整体的背景颜色,不能定制每个列表项的背景颜色。 要做到这一点,请使用高级拓展...
https://bbs.tsingfun.com/thread-1599-1-1.html 

AppInventor怎么修改app图标? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

在默认屏幕Screen1的属性“图标”中修改,如图: 点击?,可以查看属性的帮助,“更多信息”可跳转中文文档页面: 可以使用透明背景的png图片作为图标,以实现镂空的效果:https://bbs.tsingfun.com/forum.p ... 319&fromuid=810
https://bbs.tsingfun.com/thread-1600-1-1.html 

AppInventor2 如何实现类似淘宝App启动时的加载页面? - App Inventor 2 中...

问:类似淘宝App这种启动页如何实现? 答:项目 -> 导入模板,第一个“启动屏效果”,已有实现案例: 文档看这里:https://www.fun123.cn/reference/pro/splash_screen.html