10 2017 档案
摘要:UWP 播放直播流 3MU8 参考:http://www.c-sharpcorner.com/UploadFile/2b876a/http-live-streaming-in-windows-10-uwp/ Create new Windows 10 project and go to MainPa
阅读全文
摘要:' 'write file Dim nHandle As Integer, fName As String fName = "d:\1.txt" nHandle = FreeFile Open fName For Output As #nHandle Print #nHandle, "0" Prin
阅读全文
摘要:daily tip : <UserControl.Resources> <Storyboard x:Name="sb1" x:Key="sb1" > <DoubleAnimation From="0" To="1.0" Duration="0:0:0.4" Storyboard.TargetName
阅读全文