cd0304
cd0304
you konw,node.js are multiple processes, and transaction must use the same connection To ensure that. how to use it ,in my multiple processes environment.
在tVMetroMainActivity\src\main\java\com\tv\ui\metro\view\mineview.java 下面这段代码是什么用意了,在模拟的avd上这里似乎是死循环了,最终是栈内存不够死掉。 public void setBackground(Drawable background) { if(Build.VERSION.SDK_INT >= 16){ setBackground(background); }else { this.setBackgroundDrawable(background); } }
我目前是在jsfile中直接引用 "src/pomelo/dist/pomelo-cocos2d-js.min.js", 这个方式是jsb和web都能通用吗? 另外,我原来使用pomeolo经常用到了pomelo.removeEventListener,这个本属于EventEmiter的方法,怎么不能使用了呢
update this version , pomelo.removeEventListener function not exits, why ? i use this project long time!
#164
Please answer these questions before submitting your issue. Thanks! **Gorse version** Version: unknown-version API version: v0.2.7 Go version: go1.23.1 Git commit: unknown-commit Built: unknown-buildtime OS/Arch: windows/amd64 **Describe the bug** When...
该板通过esp32C3配合1302离线唤醒模块组成了低成本且带唤醒的完整功能板,板上带了tft显示触摸接口、串口通讯接口、多个io扩展口,对完整实现小智的所有功能并可扩展其他功能,测试OK。 感谢虾哥这么好的项目平台,希望能合入。