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

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

ButtonBar拓展:定制功能非常强大、效果非常酷炫导航条拓展 - App Invent...

...加2个“ButtonBar”对象和2个“水平布局”,然后创建各自view,添加各自Tab即可: 引用: App Inventor 2  发表于 2024-04-11 10:18 界面上添加2个“ButtonBar”对象和2个“水平布局”,然后创建各自view,添加各自Tab即可:...
https://bbs.tsingfun.com/thread-2008-1-1.html 

如何更改启动屏幕 - App应用开发 - 清泛IT社区,为创新赋能!

建立1个默认screen1,后来想起要做一个登录屏幕login,但这个新建login是在screen1后面,如何调换它们位置,让APP启动时,先从login启动?无法指定启动屏幕,默认就是特定Screen1。两种思路: 1、使用“复制屏幕”功能...
https://bbs.tsingfun.com/thread-2724-1-1.html 

关于阿里云传输数据问题 - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...26-01-04 21:54 编辑 连接阿里云平台时,在软件程序设计中有关主题发布消息栏中要直接填写要发送内容,还是有要阿里云特定JSON格式? 遇到问题:平台没反应 求解: 哪里出问题呢?,数据格式...
https://stackoverflow.com/ques... 

How to install the Raspberry Pi cross compiler on my Linux host machine?

I am attempting to get cross-compiling for Raspberry Pi working on my Ubuntu machine. 8 Answers ...
https://stackoverflow.com/ques... 

How to watch for a route change in AngularJS?

How would one watch/trigger an event on a route change? 5 Answers 5 ...
https://www.tsingfun.com/it/cpp/2432.html 

C++ 智能指针shared_ptr,weak_ptr,shared_from_this实践 - C/C++ - 清泛网 - 专注C/C++及内核技术

...用expired()判断然后调用,因为可能判断时指针在而执行时已经释放情况。 应该使用lock()拿住强指针,然后调用,最后出作用域自动释放引用计数。 shared_from_this() 在本对象中使用必须依赖本对象存在,如果本对象已释放,它...
https://bbs.tsingfun.com/thread-1184-1-1.html 

App Inventor 2 中文网支持OpenAIChatGPT对话及AI绘图(AI伴侣2.67及以上...

App Inventor 2 中文网已经升级ChatBot及ImageBot组件。
https://bbs.tsingfun.com/thread-1882-1-1.html 

cn.fun123.ClientSocketAI2Ext 中文网升级版 Socket客户端拓展,TCP通信拓...

最新版:https://www.fun123.cn/reference/ ... ctivity.html#Socket 已经加入发送二进制接口。 原版: 报错后,App直接崩溃,没得选择,体验不好! AppInventor2中文网升级版: 连接出错后,使用对话框组件个性展示出错信...
https://www.fun123.cn/referenc... 

App Inventor 2 标签内容过多,如何做到可上下滑动? · App Inventor 2 中文网

...情况下,并不会出现滚动条,不能上下滑动,看不到上面已经隐藏内容,那么该如何让其可滚动呢?其实很简单: 垂直滚动布局就是为解决区域显示不下,想要出现滚动操作场景。 将组件放入这个布局,轻松搞定! ...
https://stackoverflow.com/ques... 

AngularJS browser autofill workaround by using a directive

When submitting a form in AngularJS and use the browser remember password functionality, and in a subsequent login attempt you let the browser fill in the login form with the username and password, the $scope model won't be changed based on the autofill. ...