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

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

AppInventor2添加超过10个屏幕会怎样? - App Inventor 2 中文网 - 清泛IT...

引用: App Inventor 可以轻松地向应用程序添加更多屏幕,但最好也不要添加太多屏幕,因为多个屏幕的应用程序将非常消耗计算资源,并且很容易超出 App Inventor 的限制。根据经验,任何单个应用程序中的屏幕不应超过 10 个,当你...
https://bbs.tsingfun.com/thread-1848-1-1.html 

App Inventor 2 文本输入框怎么设置输入数子上下限! - App应用开发 - 清...

App Inventor 2 文本输入框怎么设置输入数字上下限!例如设置下限为0.1 上限99 如果下限输入小于0自动改为0.1,输入大于99自动改为99, 在下限0.1 与上限99 之间能任意输入,怎么做?目前只能点计算按钮,事件中加判断,不合适提醒...
https://bbs.tsingfun.com/thread-1850-1-1.html 

App Inventor 2 界面文本怎么很难对齐呢? - App应用开发 - 清泛IT社区,为创新赋能!

App Inventor 2 界面文本怎么很难对齐呢? 在软件做界面对齐文本调了很久对免强对齐了,用AI2模拟对了感觉很难调出标准的,安装到我VIVO IQOOZ7文本还是偏了对不齐?怎么对才能快速完美对齐?一般使用表格布局,左右就能对齐...
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-1881-1-1.html 

APP lnventor 2 做好界面手机横屏字体严重跑偏 - App应用开发 - 清泛IT社...

本帖最后由 HTWHTWHTW 于 2024-08-06 08:43 编辑 APP lnventor 2   做好界面手机横屏字体严重跑偏,无法用.
https://bbs.tsingfun.com/thread-1884-1-1.html 

App Inventor 2有没有代码注释功能? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

Q:App Inventor 2有没有代码注释功能?就是比如说如果你要用visual studio的话,就是会有一些不用的代码就可以注释掉。有一些模块其实暂时不用的话可以注释。 A:有代码注释功能,在AppInventor中是“禁用代码块”,如下: ...
https://bbs.tsingfun.com/thread-2015-1-1.html 

如何能让这种错误在app中不显示? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

如何能让这种错误在app中不显示?2种思路: 1、通过全局异常捕获,便于个性化、可恢复的报错提醒: 不过,不是所有的异常都能捕获,自己试试看。具体参考文档:https://www.fun123.cn/reference/ ... creen.ErrorOccurred 2、只能直接...
https://bbs.tsingfun.com/thread-2018-1-1.html 

请问输入文件要往哪放? - App应用开发 - 清泛IT社区,为创新赋能!

生成APK后,运行APP后能找到了输出文件,是在 appinventor.ai_admin.[project_name] 目录下 我想把输入文件也放在这个目录下,请问要怎么操作?(我试过找到文件选好复制,再回到这个目录,就不会出现粘贴选项了,好像是安卓的文...
https://stackoverflow.com/ques... 

Uploading images using Node.js, Express, and Mongoose

...ss = require('../../lib/express') , form = require('connect-form'); var app = express.createServer( // connect-form (http://github.com/visionmedia/connect-form) // middleware uses the formidable middleware to parse urlencoded // and multipart form data form({ keepExtensions: true }) ); a...
https://stackoverflow.com/ques... 

Can you pass parameters to an AngularJS controller on creation?

...s below. I don't have any documentation to support or reject the following approach. Please refer to some of the comments below for further discussion on this topic. Original Answer: I answered this to Yes you absolutely can do so using ng-init and a simple init function. Here is the example of ...