弹来弹去跑马灯!

上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 38 下一页
摘要: Fiddler 证书认证,HTTPS 阅读全文
posted @ 2018-11-05 16:57 wgscd 阅读(11828) 评论(5) 推荐(2)
摘要: UI: code: DBTool class: 阅读全文
posted @ 2018-10-24 16:00 wgscd 阅读(376) 评论(0) 推荐(0)
摘要: ... 阅读全文
posted @ 2018-10-10 17:28 wgscd 阅读(1400) 评论(1) 推荐(0)
摘要: 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 阅读(673) 评论(10) 推荐(0)
摘要: 1. 利用DONET框架自带的 SpeechSynthesizer ,缺点是没有感情色彩,抑扬顿挫等。 2. 百度语音合成,在线模式,缺点需要联网发送请求,如果文本太多就会有延迟问题需要解决。 请求API例子: Request URL:http://ai.baidu.com/aidemoReques 阅读全文
posted @ 2018-09-26 15:28 wgscd 阅读(3085) 评论(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 阅读(1492) 评论(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 阅读(183) 评论(0) 推荐(0)
摘要: VB6 程序,蛋疼的病毒检测 阅读全文
posted @ 2018-09-13 16:08 wgscd 阅读(282) 评论(0) 推荐(0)
摘要: 更多:参考 https://www.cnblogs.com/chiangchou/p/jsonp.html 阅读全文
posted @ 2018-09-11 18:02 wgscd 阅读(446) 评论(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 阅读(608) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 38 下一页