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

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

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

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

FloatingActionButton 扩展:悬浮操作按钮扩展,可自定义颜色、大小、位置...

... 实现标准的 Material Design 悬浮操作按钮: 当 Screen1.初始化 调用 FloatingActionButton1.SetFabSize 按钮大小为56 调用 FloatingActionButton1.SetFabColor 按钮颜色为蓝色 调用 FloatingActionButton1.SetFabIconColor 图标颜色为白色 调...
https://stackoverflow.com/ques... 

Resize image in the wiki of GitHub using Markdown

...jpg" width="324" height="324"> <p align="center"> <img src="screen1.png" width="256" height="455"> <img src="screen2.png" width="256" height="455"> <img src="screen3.png" width="256" height="455"> </p> On above example I have used paragraph to align images s...
https://www.fun123.cn/referenc... 

TCPServer TCP服务器扩展:在Android设备上创建TCP服务器 · App Inventor 2 中文网

... 方法向客户端发送响应 代码示例 当 Screen1.Initialize 时 调用 TCPServer1.Start 当 TCPServer1.ServerStarted 时 设置 Label1.Text 为 "服务器已启动" 当 TCPServer1.ClientConnected 时 设置 Label1.Text 为 连接("客户端已连接: ", 获...
https://www.fun123.cn/referenc... 

MaterialDialog 对话框增强扩展 · App Inventor 2 中文网

... MaterialDialog1.CreateDrawer("navDrawer", VerticalArrangement1, Screen1, 250, 1) MaterialDialog1.OpenDrawer("navDrawer") MaterialDialog1.CloseDrawer("navDrawer") 日期/时间选择器 ShowDatePickerDialog 显示日期选择对话框(dialogId) 显...
https://bbs.tsingfun.com/thread-2560-1-1.html 

【原因】Al伴侣出现错误: invoke: no method named Theme' in class edu.mi...

...: invoke: no method named Theme' in class edu.mit.appinventor.aicompanion3.Screen1 原因:aiStarter中AI伴侣版本 或者 其他任何途径中的AI伴侣版本过低导致的。 解决:升级最新的AI伴侣即可。 升级可参考:https://www.fun123.cn/reference/creative/ai...
https://www.tsingfun.com/it/tech/1480.html 

windbg 备忘 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...件 thread_index:kd,内核转储;lkd,本地内核 || (index) s 切换当前系统 | (index) s 切换进程 ~ (index) s 切换线程 ~ (index) k 栈回溯,不指定index操作当前线程 ~ (index) r 寄存器,不指定index操作当前线程 注释:$$ xxx; 之间...
https://www.tsingfun.com/it/os_kernel/663.html 

深入理解 x86/x64 的中断体系 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术

... 使用 interrupt gate 使用 trap gate 使用 task gate 任务切换的情形 1. 实模式下的中断机制 x86 processor 在加电后被初始化为 real mode 也称为 real-address mode,关于实模式请详见文章:http://www.mouseos.com/arch/001.html processor ...
https://bbs.tsingfun.com/thread-1763-1-1.html 

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

...在向应用程序添加其他屏幕之前,可以考虑使用通过在 Screen1 上使用垂直或水平排列创建的“虚拟”屏幕,并以与“切换屏幕”大致相同的方式管理其可见性。 来自文档:https://www.fun123.cn/reference/other/manyscreens.html 根据官方文档...
https://www.fun123.cn/referenc... 

水果vs蔬菜智能分类器 - EdgeML图像识别项目 · App Inventor 2 中文网

...扩展已加载 3. 界面设计 组件布局: Screen1 (主屏幕) ├── HorizontalArrangement1 (顶部按钮区) │ ├── Button_SelectImage (选择图片) │ └── Button_Camera (拍照) ├── Image1 (图像显示区域) ├── Label_Status (状...