云效devstudio可以选择 all in one 或者 c/c++ 项目,coding必须选择 all in one项目才行。创建项目之后,配置好 launch.json 和 tasks.json 就可以跑了。
launch.json:
123456789101112131415{ "version": "0...
nvm-windows切换node版本提示exit status 1: The system cannot find the path specified.
1234567891011121314151617181920D:\Users\th>nvm uninstall 16.14.2Uninstalling node v16.14.2... done...
在网上搜了蛮久,都是叫你下visual studio然后再加载“Wi-Fi Direct sample”这个实例项目调试运行。微软在这里提供了一个例子,不过没有打包好。我就直接打包一下用了
12https://docs.microsoft.com/zh-cn/windows/iot-core/connect-your-device/setupwifidir...