弹来弹去跑马灯!

09 2018 档案

摘要:using System; using System.Collections.Generic; using System.Text; using System.Diagnostics; using System.Reflection; using System.Runtime.InteropServices; using System.Windows.Forms; namespac... 阅读全文
posted @ 2018-09-28 15:00 wgscd 阅读(656) 评论(10) 推荐(0) 编辑
摘要:1. 利用DONET框架自带的 SpeechSynthesizer ,缺点是没有感情色彩,抑扬顿挫等。 2. 百度语音合成,在线模式,缺点需要联网发送请求,如果文本太多就会有延迟问题需要解决。 请求API例子: Request URL:http://ai.baidu.com/aidemoReques 阅读全文
posted @ 2018-09-26 15:28 wgscd 阅读(3015) 评论(2) 推荐(1) 编辑
摘要:[DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)] public static extern bool InternetSetCookie(string lpszUrlName, string lbszCookieName, string lpszCookieData); ... 阅读全文
posted @ 2018-09-21 15:53 wgscd 阅读(1479) 评论(0) 推荐(0) 编辑
摘要:public MainWindow() { InitializeComponent(); Title = getUUID(); string s= httpGet("http://220.181.57.216/"); //MessageBox.Show(s); ... 阅读全文
posted @ 2018-09-17 16:55 wgscd 阅读(177) 评论(0) 推荐(0) 编辑
摘要:更多:参考 https://www.cnblogs.com/chiangchou/p/jsonp.html 阅读全文
posted @ 2018-09-11 18:02 wgscd 阅读(442) 评论(0) 推荐(0) 编辑
摘要:refer: https://www.cnblogs.com/lonelyxmas/p/7650259.html using System; using System.Collections.Generic; using System.Collections.ObjectModel; using S 阅读全文
posted @ 2018-09-11 17:38 wgscd 阅读(601) 评论(0) 推荐(0) 编辑
摘要:WPF navigator 阅读全文
posted @ 2018-09-06 16:02 wgscd 阅读(256) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示