Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/list/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Raspberry pi 在raspberry PI windows 10 IOT上构建程序_Raspberry Pi_Raspberry Pi3_Windows Iot Core 10 - Fatal编程技术网

Raspberry pi 在raspberry PI windows 10 IOT上构建程序

Raspberry pi 在raspberry PI windows 10 IOT上构建程序,raspberry-pi,raspberry-pi3,windows-iot-core-10,Raspberry Pi,Raspberry Pi3,Windows Iot Core 10,我可以构建我的程序并在树莓启动时运行它吗?没有在VisualStudio中使用调试工具? 我在Windows 10 IOT上使用的是Raspberry Pi 3。在您的设备之后。有两种方法可以设置应用程序在启动(启动)时运行: : IotStartup add headed[MyApp]//添加与模式MyApp匹配的headed应用程序。模式必须只匹配一个应用程序。 IotStartup add headless[Task1]//添加与模式Task1匹配的headless应用程序 : 在“启动”

我可以构建我的程序并在树莓启动时运行它吗?没有在VisualStudio中使用调试工具? 我在Windows 10 IOT上使用的是Raspberry Pi 3。

在您的设备之后。有两种方法可以设置应用程序在启动(启动)时运行:

  • :
  • IotStartup add headed[MyApp]//添加与模式MyApp匹配的headed应用程序。模式必须只匹配一个应用程序。

    IotStartup add headless[Task1]//添加与模式Task1匹配的headless应用程序

  • :
  • 在“启动”列下,可以选择任意多个背景 应用程序默认启动,但只能设置一个前台 应用程序