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

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

App Inventor 2 怎么选择并打开一个文本文件? - App Inventor 2 中文网 - ...

...路如下: 问:这个文件管理器只能打开已经上传文件,我想打开手机上某一个文本文件并读取。 答复:使用“多媒体组件” -> "文件选择器"组件,选择一个文件后,将路径给文件管理器打开即可,具体请...
https://www.tsingfun.com/it/cp... 

MFC Telnet Application(mfc telnet 端口,代码实现、不调用telnet.exe) ...

...调用telnet.exe。程序源码工程升级后,可能出现编译不过情况,请将stdafx.h中0x0410全部改为0x0501即可。The article demonstrates an MFC GUI Telnet application with server capabilities for incoming connections support. Download demo - 29.9 KB Download source - 42....
https://www.tsingfun.com/down/... 

01_Real Application Clusters Overview - 文档下载 - 清泛网 - 专注C/C++及内核技术

...racle集群介绍 RAC:真正应用集群 ASM管理存储,Oracle自己文件系统 心跳ip有问题,关闭次节点只留主节点,防止数据混乱 virtual ip 可漂移,private ip 心跳ip,scan ip DNS解析 ntp服务禁用(时间同步服务,Oracle自己有同步) grid ...
https://bbs.tsingfun.com/thread-1580-1-1.html 

App Inventor 2 怎么判断两个颜色否相等? - App Inventor 2 中文网 - 清...

...于也可以) 来判断才行。 经检验,数学及文本块下面等于判断积木都可以用于颜色比较: [/hide]
https://bbs.tsingfun.com/thread-1587-1-1.html 

AppInventor如何选相反数? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

问:AppInventor如何选相反数? 答:使用“数学”中“相反数”积木: 返回给定数字负数,若给定负数则返回正数。如:8 返回 -8,-0.7 返回 0.7,0 则仍然返回 0。 文档:https://www.fun123.cn/reference/blocks/math.html#neg
https://bbs.tsingfun.com/thread-1592-1-1.html 

app inventor 行动轨迹记录APP - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

app inventor 可不可以制作一个 行动轨迹记录APP ,最好具有停留时间显示请自行研究高德地图 api 电子围栏功能,研究高德地图相关 api。这里仅提供思路,需要自己去完成!
https://bbs.tsingfun.com/thread-1629-1-1.html 

SideBarV2 侧边栏拓展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

效果如下: 图标库可以使用大名鼎鼎 MaterialDesign 库,上传.ttf 字体文件并指定即可。 .aix拓展下载: 也有其他替代方案: https://ullisroboterseite.de/android-AI2-SideBar.html https://ullisroboterseite.de/android-AI2-SideBar2.html ...
https://bbs.tsingfun.com/thread-1632-1-1.html 

ScrollArrangementHandler 滚动布局管理器拓展:同一屏幕内页面切换效果 - ...

规则一般如下:如果滑动距离超过屏幕一半,则切换屏幕,否则回到原屏幕。 具体用法,请参考原文。 原文: https://aix.colintree.cn/zh/exte ... gementHandlers.html https://mp.weixin.qq.com/s/1k6PFZT7HANyUEG3q1PnLQ
https://bbs.tsingfun.com/thread-1725-1-1.html 

AppInventor2有没有删除撤销功能? - App应用开发 - 清泛IT社区,为创新赋能!

... 界面设计没有撤销功能,有时不小心删除了组件,真就没法恢复了,有时真有些不太方便。 不过不用着急,中文网已经推出了“复制屏幕”功能,可以完美复制屏幕中普通组件、图片、附件、拓展、代码块。 修改...
https://bbs.tsingfun.com/thread-1762-1-1.html 

在app inventor中如果需要退出应用,需要调用哪句代码? - App Inventor 2 ...

调用控制代码块中“退出程序”代码块: 退出程序关闭应用程序。 注:只有在编译apk真机运行时,才能退出App,AI伴侣测试时候无法退出AI伴侣程序。