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

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

app inventor如何实现手机的熄屏和打开屏幕 - App Inventor 2 拓展 - 清泛I...

想通过app上的按钮来实现开关屏幕息屏/条件触发开屏可以参考这个拓展,调整手机屏幕亮度的拓展,请自行研究一下,谢谢 https://bbs.tsingfun.com/thread-1862-1-1.html 保持屏幕常亮不息屏参考这个拓展: https://bbs.tsingfun.com/thread-1861...
https://bbs.tsingfun.com/thread-2293-1-1.html 

python代码如何导入app inventor - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

python代码可以导入app inventor吗?怎么操作?你好,目前不支持python代码导入转换appinventor功能。 目前仅支持代码块转换python,代码也是仅供参考,这个功能是fun123.cn全网独有研发的。 反向转换未来可能会探索一下,敬请期...
https://www.fun123.cn/reference/extensions 

App Inventor 2 拓展参考文档 · App Inventor 2 中文网

...r2开发拓展(Extension) 中文网拓展 【数据图表】 ECharts/ECharts3D 拓展:基于 ECharts 强大的个性化数据图表展示 【数据表格】 TableView 拓展:数据表格视图,表格展示数据 【剪贴板】 Clipboard 拓展:实现剪贴...
https://www.tsingfun.com/ilife/tech/901.html 

为何谷歌不可复制? - 资讯 - 清泛网 - 专注C/C++及内核技术

...却市值突破千亿美金的大公司的本来面目。 这一切又是如何发生的呢? 后德鲁克时代的“传统”公司 《重新定义公司》这本书就试图解开上述谜团,本书的作者们包括埃里克·施密特(谷歌执行董事长)、乔纳森·罗森伯格(谷...
https://bbs.tsingfun.com/thread-1275-1-1.html 

App Inventor 2 如何比较两个日期/时间? - App Inventor 2 中文网 - 清泛I...

利用计时器组件的相关方法: 比较两个日期/时间对象的毫秒数,具体请参见文档:https://www.fun123.cn/reference/ ... tml#Clock.GetMillis 即时时间的获取方法: 1、日期/时间选择框选中的 2、利用“计时器”组件自己创建,通过...
https://bbs.tsingfun.com/thread-1486-1-1.html 

App Inventor 2内置块中列表逐个执行(列表如何遍历)? - App Inventor 2 ...

列表代码块中没有提供遍历的方法,遍历逻辑在控制代码块中,提供 2 种遍历方式:方法1:控制代码块 > 从列表循环 对于无需知道列表当前遍历的下标索引,用这种最好[hide][/hide]方法2:控制代码块 > 从范围循环 典型的使...
https://bbs.tsingfun.com/thread-1489-1-1.html 

App Inventor 2中如何返回局部变量的值? - App Inventor 2 中文网 - 清泛I...

转会员提问:我想返回局部变量的值,在返回结果代码中没定义,怎么完成? 解决:按如下方式即可: [hide][/hide] 谢谢分享
https://bbs.tsingfun.com/thread-1491-1-1.html 

App Inventor 2 如何分解字符串? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

使用文本的“分解”函数即可,文档直达:https://www.fun123.cn/reference/blocks/text.html#split
https://bbs.tsingfun.com/thread-1636-1-1.html 

App Inventor 2 图片打水印如何实现? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:图片水印的这个问题,你们这个功能能做不? 答: 1、水印是可以通过画布,叠加一个图片,再画布.保存实现。 2、通过拓展实现:ImageUtil 拓展。 参考:https://community.appinventor.mi ... rmark-image/76113/3
https://stackoverflow.com/ques... 

Android list view inside a scroll view

...隔符占用的高度 // params.height最后得到整个ListView完整显示需要的高度 listView.setLayoutParams(params); } you can use this code for listview in scrollview share | imp...