弹来弹去跑马灯!

上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 39 下一页
摘要: 隐私政策 本应用尊重并保护所有使用服务用户的个人隐私权。为了给您提供更准确、更有个性化的服务,本应用会按照本隐私权政策的规定使用和披露您的个人信息。但本应用将以高度的勤勉、审慎义务对待这些信息。除本隐私权政策另有规定外,在未征得您事先许可的情况下,本应用不会将这些信息对外披露或向第三方提供。本应用会 阅读全文
posted @ 2017-11-19 22:18 wgscd 阅读(196) 评论(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 阅读(216) 评论(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 阅读(8074) 评论(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 阅读(5425) 评论(0) 推荐(0)
摘要: UPW ListView 下拉刷新方法-通过访问ListView内部的ScrollViewer控件,来监听ViewChanged事件。(直接测试有效) 访问ListView内部的ScrollViewer,必定离不开VisualTreeHelper类中的以下两个方法: public static De 阅读全文
posted @ 2017-10-31 14:38 wgscd 阅读(216) 评论(0) 推荐(0)
摘要: TTS 直接传入文字 MediaElement mediaElement = new MediaElement(); var synth = new Windows.Media.SpeechSynthesis.SpeechSynthesizer(); Windows.Media.SpeechSynt 阅读全文
posted @ 2017-10-23 17:43 wgscd 阅读(298) 评论(0) 推荐(0)
摘要: 文章转载来自:https://yq.aliyun.com/articles/842 还可以像下面这样哦,通过WrapGrid来决定这些Item的摆放方式。 <Grid Name="grid1" Background="{ThemeResource ApplicationPageBackgroundT 阅读全文
posted @ 2017-10-23 16:09 wgscd 阅读(1046) 评论(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 阅读(14173) 评论(0) 推荐(0)
摘要: 这个方案不是太好,但是可以应付: 另外可以参考Microsoft.Xna.Framework.Audio 下的 SoundEffect ,SoundEffectInstance效果更好 using System; using System.Collections.Generic; using Sys 阅读全文
posted @ 2017-10-21 16:06 wgscd 阅读(649) 评论(0) 推荐(0)
摘要: <ListView Name="listView" ItemsSource="{Binding}" Background="WhiteSmoke"> <ListView.ItemTemplate> <DataTemplate> <StackPanel> <TextBlock Text="{Bindi 阅读全文
posted @ 2017-10-20 18:03 wgscd 阅读(207) 评论(0) 推荐(0)
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 39 下一页