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

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

AppInventor2可以接收VR眼镜的头传吗? - App应用开发 - 清泛IT社区,为创新赋能!

...应用程序所需的唯一块。 来自中文文档:https://www.fun123.cn/reference/other/vr.html
https://bbs.tsingfun.com/thread-1989-1-1.html 

屏幕像素怎么设置成1080X1920? - App应用开发 - 清泛IT社区,为创新赋能!

...是模拟器一般来说是可以设置分辨率,详见:https://www.fun123.cn/reference/ ... 5%E4%BD%BF%E7%94%A8
https://bbs.tsingfun.com/thread-2001-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...库已经出过不少资料了,详见中文文档页面:https://www.fun123.cn/reference/components/storage.html#TinyWebDB 包括公众号都已经发过。mysql 通过 web api 封装中间层是没有太大难度的。还有收费第三方数据库的拓展,如 LeanDB 可以了解一下...
https://bbs.tsingfun.com/thread-2015-1-1.html 

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

...异常都能捕获,自己试试看。具体参考文档:https://www.fun123.cn/reference/ ... creen.ErrorOccurred 2、只能直接添加判断逻辑,不要用负值索引去拿数据,推荐这种,程序需要做各种判断保护,这本身就是程序必做的一部分。
https://bbs.tsingfun.com/thread-2018-1-1.html 

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

...强大的文件管理功能,可以使用FileTools拓展:https://www.fun123.cn/reference/components/storage.html#FileTools 3、如果仅仅是为了App退出保存一些状态数据,用微数据库组件最为合适。
https://bbs.tsingfun.com/thread-2057-1-1.html 

App Inventor 2 图片缩放并返回Base64文本 - App应用开发 - 清泛IT社区,为创新赋能!

...TaifunImage拓展,点此查看。 来源中文文档:https://www.fun123.cn/reference/ ... age-compress-base64
https://bbs.tsingfun.com/thread-2059-1-1.html 

- App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

当然可以,它是 app 范围内共享的持久化数据,app 退出后数据也会保留。 更多可参考:https://www.fun123.cn/reference/creative/screen_communication.html#%E5%BE%AE%E6%95%B0%E6%8D%AE%E5%BA%93%E4%BC%A0%E5%80%BC
https://bbs.tsingfun.com/thread-2068-1-1.html 

为什么接收到的字符串数据都带括号了?如何处理? - App应用开发 - 清泛IT...

...,由“以JSON格式显示列表”这个属性决定。 https://www.fun123.cn/reference/ ... een.ShowListsAsJson -------- 经调查,用户输出的变量的确是列表,拿出列表中的元素即可解决,不建议用文本截取的方式去掉中括号/小括号。[/hide]
https://stackoverflow.com/ques... 

Perl build, unit testing, code coverage: A complete working example

...tTestCall3, "false", "argumentTest() IS false test"); # Test argumentTest(123) my $argumentTestCall4 = HelloPerlBuildWorld::argumentTest(123); is($argumentTestCall4, "unknown", "argumentTest() IS unknown test"); Now back up in your top level project directory, create a text file named "Build.PL"...
https://stackoverflow.com/ques... 

Mock framework vs MS Fakes frameworks

...imilar to this: Expect.Once.On(mockStudentRepository).Method("Find").With(123); This is another reason why I'd prefer RhinoMocks and Moq over NMock, NMock uses the older expectation style whereas RhinoMocks and Moq both support the Arrange/Act/Assert approach where you specify you expected intera...