zengming00

Results 11 comments of zengming00

不对任何苹果公司的产品提供技术支持 你可以玩网页版 http://vmrp.github.io

进QQ群1035494515

出发点可能类似,但是实现不一样

为什么不能提供原始的api呢?这样能控制的部分就更多了

@billzbc 换我写的gd-bmp吧,纯js实现,能在任何平台上运行

这个包当初做的时候我正在玩php,所以学php的人估计会喜欢这样

I also have the same problem, backspace key not work on editor window, and the 5 key is not input a 5 number. 5 key is instead backspace key behavior...

I have same problem, got a error ``` "TypeError: Cannot convert undefined or null to object at Function.keys () at mochaLens._getRelevantItems (C:\Users\zengming\.vscode\extensions\maty.vscode-mocha-sidebar-0.17.5\provider-extensions\mochaLens.js:158:16) at mochaLens.provideCodeLenses (C:\Users\zengming\.vscode\extensions\maty.vscode-mocha-sidebar-0.17.5\provider-extensions\mochaLens.js:48:49) at " ```

i just uninstall, and reintall it , it work! this is my config ``` "mocha.files.glob": "test/**/*.ts", "mocha.requires": [ "ts-node/register" ], "mocha.options": { "compilers": { "ts": "ts-node/register" } } ```

可以使用qemu在PC上模拟,或者使用linuxdeploy在安卓手机上安装linux环境VNC连接进去,前几天刚刚尝试了这种方法,能编译成功,但是运行后界面显示有很多问题