首页 \ 问答 \ Mbed:一些基本问题(Mbed: some basic questions)

Mbed:一些基本问题(Mbed: some basic questions)

我是MbedOS的新手。

关于以下问题我很困惑。

1. yotta和CLI有什么区别?

2.如何将MbedOS移植到我的主板上?

3. Mbed 2.0和3.0有什么区别?

谢谢..


I am new in MbedOS.

I am so confused about following questions.

1. What's the difference between yotta and CLI?

2. How do I port the MbedOS to my board?

3. What's the difference between Mbed 2.0 and 3.0?

Thank you..


原文:https://stackoverflow.com/questions/39376065
更新时间:2024-03-30 09:03

最满意答案

您可能正在使用两个使用$()函数的库。 在jQuery中,$()函数只是jQuery()的简写,所以你可以尝试使用你的jQuery代码并用“jQuery”替换“$(”的每一个实例(“看看是否有帮助。不知道你用什么脚本'使用我无法判断它是否有效,但如果您一次加载多个框架(例如jQuery),这可能是个问题。

只要确保你没有将任何非jQuery函数从$()更改为jQuery(),否则它们就会中断。


It is possible that you're using two libraries that use the $() function. In jQuery, the $() function is just shorthand for jQuery(), so you could try taking your jQuery code and replacing every instance of "$(" with "jQuery(" and see if that helps out. Without know what scripts you're using I can't tell if that will work or not, but this is likely the problem if you have more than one framework (e.g. jQuery) loaded at one time.

Just make sure you don't change any non-jQuery functions from $() to jQuery() or else they'll break.

相关问答

更多
  • 您可能正在使用两个使用$()函数的库。 在jQuery中,$()函数只是jQuery()的简写,所以你可以尝试使用你的jQuery代码并用“jQuery”替换“$(”的每一个实例(“看看是否有帮助。不知道你用什么脚本'使用我无法判断它是否有效,但如果您一次加载多个框架(例如jQuery),这可能是个问题。 只要确保你没有将任何非jQuery函数从$()更改为jQuery(),否则它们就会中断。 It is possible that you're using two libraries that use t ...
  • 通常的做法是下载你想使用的插件的缩小版本,并将其保存在public/javascripts目录中。 rails install是针对Rails插件的,而不是jQuery插件。 Normal practice is to download a minified version of the plugin you'd like to use and save it in the public/javascripts directory. rails install is for Rails plugins, n ...
  • “我也试过”