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

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

App Inventor 2 NotificationStyle 拓展:个性化通知栏样式 · App Inventor 2 中文网

...载: NotificationStyle.aia 暂时请自行研究,这里不展开,代码块使用请看demo。 切换 目录 关注 我们 关注我,不迷路 在线 客服 ...
https://bbs.tsingfun.com/thread-2150-1-1.html 

轮廓线 aia源码 UI界面精美,画布实现手柄摇杆 - .aia 案例源码 - 清泛IT社...

屏幕数量:10个,仅主界面近3000代码块,请自行研究参考。 实现了手柄摇杆功能,界面做比较好。
https://bbs.tsingfun.com/thread-2242-1-1.html 

问题分析记录:Attempt to get item number 7 of a list of length 6 - App...

根据报错,很明显就是列表访问越界了,加一个保护就可以了,伪代码参考如下: 另外,用户遇到了其他问题,比如ClientSocketAI2Ext拓展发送数据截断问题等等,只要细心去排除,逐步定位问题点,都是能够解决
https://bbs.tsingfun.com/thread-2352-1-1.html 

Mind+ 掌控板、ESP32开发板等硬件如何接入AppInventor? - 创客硬件开发 - ...

...1、蓝牙(经典蓝牙),使用 蓝牙客户端 组件。Mind+ 参考代码如下: 2、WIFI(TCP服务器),使用ClientSocketAI2Ext 拓展。
https://bbs.tsingfun.com/thread-2619-1-1.html 

Appinventor 音效调用播放后没有声音? - App应用开发 - 清泛IT社区,为创新赋能!

Q: 音效播放没有效果?是什么原因? A:仔细观察代码,才发现调用播放后,又调用了停止方法,导致声音不播放问题,去掉即可。 当然如果因为音频文件损坏等原因,也可能无法正常播放,这时可以先去资源区,点击...
https://bbs.tsingfun.com/thread-2811-1-1.html 

AI伴侣初版,测试验证中 - HarmonyOS NEXT - 清泛IT社区,为创新赋能!

...;去掉sourceMap.map文件,避免源码泄露。阶段统计: 鸿蒙代码量统计 模块: components-oh 语言: ArkTS ...
https://bbs.tsingfun.com/thread-475-1-1.html 

如何在Visual Studio中运行和调试汇编代码 - 其他 - 清泛IT社区,为创新赋能!

使用内联汇编__asm,如下: int _tmain(int argc, _TCHAR* argv[]) {         int a = 1;         __asm{                 xor eax, eax            &nbsp...
https://bbs.tsingfun.com/thread-2315-1-1.html 

素材面板没有滚动条;代码块过多,编程界面卡 - 用户反馈 - 清泛IT社区,为...

如题。。。 上下还好,左右很卡。
https://stackoverflow.com/ques... 

A good book for learning D3.js [closed]

...ace to start is the set of tutorials - you could almost think of them as a mini-book - found here: http://www.dashingd3js.com/table-of-contents Part of what is good about these two resources is that they should encourage you to immediately begin playing around with d3 in your browser; so you are ac...
https://stackoverflow.com/ques... 

Mixing Angular and ASP.NET MVC/Web api?

...now the importance of SPAs and I adore Angular, so I decided now to go for mini SPAs or hybrid apps... or "SPA silos" as Miguel Castro called them. My question is - What about authorization and authentication? I know ASP.NET MVC eases this task siginficantly. How is this done without ASP.NET MVC? ...