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

https://www.fun123.cn/referenc... 

App Inventor 2 任意组件代块 · App Inventor 2 中文网

... App Inventor 2 任意组件代块 任意代块,代整洁之道 任意组件中的“尚未处理”参数是什么意思? 官方文档翻译版 任意代块,代整洁之道 ...
https://www.fun123.cn/referenc... 

App Inventor 2 本地项目编译工具:本地高速编译,无冷却时间限制 · App I...

...利,为此我们推出了本地.apk编译工具: 将.aia源放入工具的根目录,启动脚本。 输入源的文件名,回车。 等待编译完成,将在根目录下生成编译好的apk。 注:首次运行较慢,请耐心等待,后续有...
https://www.fun123.cn/referenc... 

App Inventor 2 ECharts 拓展:基于 ECharts 强大的个性化数据图表展示 · ...

...曲面 方程式模式,该方程式来自官方demo,代如下: { x: { step: 0.05 }, y: { step: 0.05 }, z: function (x, y) { if (Math.abs(x) < 0.1 && Math.abs(y) < 0.1) { return '-'; } return Math.sin(x * Ma...
https://www.fun123.cn/referenc... 

App Inventor 2 TableView 拓展:TableView 拓展:数据表格视图,表格展示...

...要 反馈 在线 客服 扫添加客服咨询 我要 分享 扫分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", ...
https://www.fun123.cn/referenc... 

App Inventor 2 SliderVertical 扩展:垂直的滑动条 · App Inventor 2 中文网

... 拓展 将滑块组件旋转 90º,效果如下: 代块如下: .aix 拓展下载: com.SliderVertical.aix demo下载: TestSliderVertical.aia 切换 目录 ...
https://www.fun123.cn/reference/info/about-us.html 

关于我们 · App Inventor 2 中文网,少儿编程陪伴者

...无法使用,但同时它是开源的,因此我花了一些时间做源级的翻译移植,架设国内高速的服务器,文档、教程、案例中文本土化,功能和MIT官方同步更新且不断迭代优化,同时提供便捷的沟通交流平台,希望能够为国内朋友学...
https://www.fun123.cn/referenc... 

创建自定义 TinyWebDB 服务 · App Inventor 2 中文网

...路 在线 客服 扫添加客服咨询 我要 分享 扫分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //...
https://www.fun123.cn/referenc... 

将 App Inventor 2 项目连接到外部传感器 · App Inventor 2 中文网

...路 在线 客服 扫添加客服咨询 我要 分享 扫分享到朋友圈 顶部 var qrcode = new QRCode("qrcode", { text: window.location.href + "?f=share", //...
https://www.fun123.cn/reference/creative/ 

App Inventor 2 中文网原创内容 · App Inventor 2 中文网

...器、USB 【连接调试】Ai2 Starter模拟器下载及安装 【代调试】App Inventor 2 代调试方式:App调试、问题排查 【项目合并】AI2项目合并工具 【存储】Android存储系统基础知识:内部存储,外部存储,App特定目录ASD 及 getASD代...
https://www.tsingfun.com/it/cpp/1608.html 

菜单的背景颜色 - C/C++ - 清泛网 - 专注C/C++及内核技术

...的OnInitDialog函数里添加如下语句: CMenu *pMenu=GetMenu();//获取对话框关联菜单 CMenu *pSubMenu=pMenu->GetSubMenu(0);//获得子菜单(如果有)0表示索引,对应“文件”菜单 for(int i=0;i<3;i++) { CBitmap bmp; bmp.LoadBitmap(IDB_BITMAP1+i); ...