大约有 2,800 项符合查询结果(耗时:0.0080秒) [XML]

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

WheelView:滚轮选择框扩展 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...s://wangsk789.github.io/wheelview/ 更多滚轮拓展见:https://www.fun123.cn/reference/ ... arty/wheelview.html
https://bbs.tsingfun.com/thread-2700-1-1.html 

什么是 Hex 编码方式?AppInventor 支持 Hex 编码传输吗? - App Inventor ...

Hex 编码方式通常指: 将二进制数据按十六进制文本形式表示。 也就是:binary data → hex string 使用 ByteArray 拓展可以转换 Hex 编码。 https://www.fun123.cn/reference/ ... l#ByteArray-Methods
https://bbs.tsingfun.com/thread-2732-1-1.html 

开发AppInventor2拓展时,依赖第三方jar库怎么写? - App Inventor 2 拓展 ...

开发拓展的详细步骤见:https://www.fun123.cn/reference/extensions/aix_dev.html 如果拓展依赖了第三方库,则处理方法如下(已更新进了上面文档): 如果拓展用到了第三方库,也可以进行申明:@UsesLibraries(libraries = "okhttp-3.12.13.jar...
https://bbs.tsingfun.com/thread-2743-1-1.html 

手电筒扩展插件大家用起来没? - App应用开发 - 清泛IT社区,为创新赋能!

...版本Android手机,已经测试通过。 下载地址:https://www.fun123.cn/reference/extensions/FlashLight.html
https://www.fun123.cn/referenc... 

AI2Utils 拓展:一些常用的小功能集合 · App Inventor 2 中文网

... 一些常用的小功能集合。 .aix 拓展下载: cn.fun123.AI2Utils.aix 属性 无 事件 无 方法 FindContactsByName(name,fuzzyMatch) 通过姓名查找通讯录,返回 (联系人,手机号) 的...
https://www.fun123.cn/referenc... 

FlashLight 拓展:打开/关闭手机手电筒/闪光灯 · App Inventor 2 中文网

...打开/关闭手机手电筒/闪光灯。 .aix 拓展下载: cn.fun123.FlashLight.aix 属性 无 事件 无 方法 IsOn() 获取手电筒当前状态 Off() 关闭手电筒 On() 打开手电筒 Toggl...
https://www.fun123.cn/referenc... 

Screenshot 拓展:截取手机屏幕 · App Inventor 2 中文网

...展 截取手机屏幕。 .aix 拓展下载: cn.fun123.Screenshot.aix 属性 FileName 设置截屏图片的名称。 事件 AfterScreenshot(image) 截屏完成后触发此事件,参数给出图片路径。 ...
https://bbs.tsingfun.com/thread-2876-1-1.html 

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

...苹果的开发者才搞得清,很多步骤没法简化。https://www.fun123.cn/reference/other/build-ios-apps.html  文档中大部分步骤都是没有问题的,可以照着试一遍,Ad Hoc要添加自己的苹果手机uuid才能测试。 最简单的方式:如果AppInventor...
https://stackoverflow.com/ques... 

Subdomain on different host [closed]

...records has to be setup on the dns for the domain e.g mydomain.com has IP 123.456.789.999 and hosted with Godaddy. Now to get the sub domain anothersite.mydomain.com of which the site is actually on another server then login to Godaddy and add an A record dnsimple anothersite.mydomain.com and po...
https://stackoverflow.com/ques... 

Reference: Comparing PHP's print and echo

... echo 125; ECHO 125 multi-value echo compiles to multiple opcodes echo 123, 456; ECHO 123 ECHO 456 Note that multi-value echo doesn't concatenate its arguments, but outputs them one-by-one. Reference: zend_do_print, zend_do_echo. Runtime differences ZEND_PRINT is implemented as follows (ps...