原文:
起調uwp的幾種方法
由於種種原因吧,我需要使用乙個wpf程式起調乙個uwp程式,下面總結一下,給自己個備份。
啟動uwp程式的關鍵是協議啟動
給我們的uwp應用新增乙個協議,like this:
然後使用協議啟動該uwp有一下幾種方式:
1. 使用uwp的launcher api
// create the uri to launch from a string.
var uri = new uri("protocolname:");
// launch the uri.
bool success = await windows.system.launcher.launchuriasync(uri);
2.使用packagemanager,也是uwp的api
這裡感謝下vbfool大神的悉心指導!
其中的packageid是包系列名(packagefamilyname)
3.使用process.start(new processstartinfo("protocolname:"));
4.使用命令列
寫了幾個月的wpf發現把uwp的東西忘完了,哎,如此弱雞!
Linux 效能調優的幾種方法
按照傳統,linux不同的發行版本和不同的核心對各項引數及設定均做了改動,從而使得系統能夠獲得更好的效能。下邊將分四部分介紹在red hat enterprise linux as和suse linux enterprise server系統下,如何用以下幾種技巧進行效能的優化 1 disablin...
Linux 效能調優的幾種方法
按照傳統,linux不同的發行版本和不同的核心對各項引數及設定均做了改動,從而使得系統能夠獲得更好的效能。下邊將分四部分介紹在red hat enterprise linux as和suse linux enterprise server系統下,如何用以下幾種技巧進行效能的優化 1 disablin...
Linux 效能調優的幾種方法
按照傳統,linux不同的發行版本和不同的核心對各項引數及設定均做了改動,從而使得系統能夠獲得更好的效能。下邊將分四部分介紹在red hat enterprise linux as和suse linux enterprise server系統下,如何用以下幾種技巧進行效能的優化 1 disablin...