摘要:
TypeError: this.cliEngineCtor is not a constructor C:\Program Files\JetBrains\IntelliJ IDEA 2020.3.4\plugins\JavaScriptLanguage\languageService\eslint 阅读全文
摘要:
TypeError: this.cliEngineCtor is not a constructor C:\Program Files\JetBrains\IntelliJ IDEA 2020.3.4\plugins\JavaScriptLanguage\languageService\eslint 阅读全文
摘要:
qt安装 .\qt-online-installer-windows-x64-4.8.0.exe --mirror https://mirrors.ustc.edu.cn/qtproject/ npm环境搭建 nvm install 16.14.0 nvm use 16.14.0 npm insta 阅读全文
摘要:
修改host C:\Windows\System32\drivers\etc\hosts 39.156.66.10 clarity.ms 39.156.66.10 g.csdnimg.cn 39.156.66.10 googlesyndication.com 39.156.66.10 pagead2 阅读全文
摘要:
参考内容:不记得原作地址了,很尴尬啊, 1.确定时钟周期、机器周期。 时钟周期由单片机的晶振频率Fclk决定。那么时钟周期就是1/Fclk(比如:11.0592MHz)。确定单片机的机器周期是n个时钟周期(n在51单片机下一般是12)。 2.确定需要单次定时器最大的计时时间长度 如果是16位的计数器 阅读全文
|