初绎

Results 52 comments of 初绎

After click `report issue`, You will need to paste your information here. 点报bug按钮以后你需要在这粘贴一下。否则我看不到你的问题。

去`(IDE目录)/UserData/updater/user-data/logs/` 里面找到出问题的日志,发上来。 如果日志太多不知道是哪个,就全删掉再启动一次。

We got this error multiple times these days, you can try to install **develop** SDK. Let me know if you still have issue.

I believe these repos are miss-synchronize, I'm still finding a way to synchronize them. Please wait for a few weeks. IDE using newest toolchain (newer than website), it only able...

Can you run ws2812 demo (edit to use GPIO)?

GPIO not always work well, it's timing not accurate. And it will waste a lot of CPU if it works. I think you can try to use i2s. On some...

我以前说过这个问题………… 最好吧Extend和ThinkPHP两个库都弄正常一点……………… 比如 /ThinkPHP/Core/ThinkPHP.php /ThinkPHP/Core/.git/ --> liu21st/ThinkPHP /ThinkPHP/Core/.gitignore => "Extend" /ThinkPHP/Core/Extend/ /ThinkPHP/Core/Extend/.git/ --> liu21st/Extend

文档更新了…… 1.3.0 The options parameter no longer accepts a boolean to signify an upsert. Instead, this now has to be done with array('upsert' => true).

new mongo(xxx) 参数也有变化 新的类名叫MongoClient