2015-09-18
2015-09-07
[UWP] Windows 10 IoT 製作一個小小的Server.
目前10240 版本中,還沒有IIS ,本來想說可以寫一些網頁來控制的,不過目前網路上看官方的一些範例,是可以透過自己實作一個httpD ,所以我也動手實作看看,當然我改寫了一部分,我直接讓他可以讀取專案下面 Assets\html\ 的所有檔案
2015-09-04
[UWP] Windows 10 IoT App Service 簡單實作
2015-09-02
[UWP] 在Windows Phone 10 or Win10 中透過 UDP 接收資料
9/02/2015
.Net, C#, UWP, WIN10, WindowsPhone
2015-09-01
[UWP] Windows.Storage StorageFolder & FileIO 寫入文字讀取文字
最近在看 Universal Windows Platform 的東西,之前都是用isolated storage ,但是最近看到官方文件寫到
Isolated storage is not available for Windows Store apps. Instead, use the application data classes in the Windows.Storagenamespaces included in the Windows Runtime API to store local data and files. For more information, see Application data in the Windows Dev Center.
所以就乾脆改變紀錄的方法,其實,透過Windows.Storage他存放的位置跟之前Isolated Storage 位置差不多 基本上只是多一層,目前我測試位置是
C:\Users\[USERNAME]\AppData\Local\Packages\[APPID]\LocalState\