UWP远程部署应用程序

时间:2016-03-16 06:29:33

标签: c# .net win-universal-app windows-10 windows-10-mobile

是否可以为平台sr_no构建<html> <head> <style type="text/css"> .b1 { background-image: url("img1.jpg"); height:100%;width:100% } .b2 { background-image: url("img2.jpg"); height:100%;width:100% } </style> <script type="text/javascript">//<![CDATA[ window.onload=function(){ function run(interval, frames) { var int = 1; function func() { document.getElementById("mydiv").setAttribute("class", "b"+int); int++; if(int === frames) { int = 1; } } var swap = window.setInterval(func, interval); } run(1000, 3); //milliseconds, frames }//]]> </script> </head> <body> <header id="mydiv"> here is the div with auto change backgroud of header </header> </body> </html> 并远程部署,无需连接电缆?与Android应用程序一样,您可以通过互联网发送文件Universal Windows Application,下载到SD卡并从中安装。

1 个答案:

答案 0 :(得分:0)

您可以侧载应用,也可以通过商店更新/部署它。这些是你的基本选择。

对于侧载,只能对支持开发人员的手机执行此操作:

https://frayxrulez.wordpress.com/2015/06/18/how-to-sideload-uwp-apps-to-windows-10-mobile/