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...
阅读全文
摘要:1. 利用DONET框架自带的 SpeechSynthesizer ,缺点是没有感情色彩,抑扬顿挫等。 2. 百度语音合成,在线模式,缺点需要联网发送请求,如果文本太多就会有延迟问题需要解决。 请求API例子: Request URL:http://ai.baidu.com/aidemoReques
阅读全文
摘要:[DllImport("wininet.dll", CharSet = CharSet.Auto, SetLastError = true)] public static extern bool InternetSetCookie(string lpszUrlName, string lbszCookieName, string lpszCookieData); ...
阅读全文
摘要:public MainWindow() { InitializeComponent(); Title = getUUID(); string s= httpGet("http://220.181.57.216/"); //MessageBox.Show(s); ...
阅读全文
摘要:更多:参考 https://www.cnblogs.com/chiangchou/p/jsonp.html
阅读全文
摘要:refer: https://www.cnblogs.com/lonelyxmas/p/7650259.html using System; using System.Collections.Generic; using System.Collections.ObjectModel; using S
阅读全文
摘要:WPF navigator
阅读全文