弹来弹去跑马灯!

上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 38 下一页
摘要: private void btnShare_Click(object sender, RoutedEventArgs e) { DataTransferManager.ShowShareUI(); } void MainPage_DataRequested(DataTransferManager s 阅读全文
posted @ 2017-12-03 21:00 wgscd 阅读(201) 评论(0) 推荐(0)
摘要: 解决应用商店错误代码0x80072efd、0x80131505的方法 使用win10系统的朋友应该都会经常使用应用商店这个程序吧?它是微软自带的软件下载程序!不过最近有位win10的朋友告诉小编,他的电脑无法连接应用商店,系统提示无法联网,错误代码为:0x80072efd。不仅仅是这一位用户,甚至有 阅读全文
posted @ 2017-11-24 19:41 wgscd 阅读(14250) 评论(1) 推荐(0)
摘要: 隐私政策 本应用尊重并保护所有使用服务用户的个人隐私权。为了给您提供更准确、更有个性化的服务,本应用会按照本隐私权政策的规定使用和披露您的个人信息。但本应用将以高度的勤勉、审慎义务对待这些信息。除本隐私权政策另有规定外,在未征得您事先许可的情况下,本应用不会将这些信息对外披露或向第三方提供。本应用会 阅读全文
posted @ 2017-11-19 22:18 wgscd 阅读(187) 评论(0) 推荐(0)
摘要: https://kg2.qq.com/node/play?s=84YpRy8a4sjC68KW&shareuid=66999d832c2f368933&topsource=a0_pn201001002_z11_u440692127_l1_t1510841239__&from=timeline 阅读全文
posted @ 2017-11-18 18:39 wgscd 阅读(201) 评论(0) 推荐(0)
摘要: C# MD5 32位加密 UTF-8编码 public static string GetMD5(string str) { byte[] b = System.Text.Encoding.Default.GetBytes(str); b = new System.Security.Cryptogr 阅读全文
posted @ 2017-11-05 20:36 wgscd 阅读(8051) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2017-10-31 17:29 wgscd 阅读(5069) 评论(0) 推荐(0)
摘要: UPW ListView 下拉刷新方法-通过访问ListView内部的ScrollViewer控件,来监听ViewChanged事件。(直接测试有效) 访问ListView内部的ScrollViewer,必定离不开VisualTreeHelper类中的以下两个方法: public static De 阅读全文
posted @ 2017-10-31 14:38 wgscd 阅读(203) 评论(0) 推荐(0)
摘要: TTS 直接传入文字 MediaElement mediaElement = new MediaElement(); var synth = new Windows.Media.SpeechSynthesis.SpeechSynthesizer(); Windows.Media.SpeechSynt 阅读全文
posted @ 2017-10-23 17:43 wgscd 阅读(274) 评论(0) 推荐(0)
摘要: 文章转载来自:https://yq.aliyun.com/articles/842 还可以像下面这样哦,通过WrapGrid来决定这些Item的摆放方式。 <Grid Name="grid1" Background="{ThemeResource ApplicationPageBackgroundT 阅读全文
posted @ 2017-10-23 16:09 wgscd 阅读(1011) 评论(0) 推荐(0)
摘要: ' '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 阅读全文
posted @ 2017-10-23 14:41 wgscd 阅读(13938) 评论(0) 推荐(0)
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 38 下一页