弹来弹去跑马灯!

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 38 下一页
摘要: test json parse huoshan video user_id: " parsHTML(xmlServerHttp.responseText) function parsHTML(json) Dim obj Set obj = parseJSON(json) for i=0 to obj.data.items.leng... 阅读全文
posted @ 2018-07-20 18:02 wgscd 阅读(1030) 评论(15) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; u... 阅读全文
posted @ 2018-07-20 16:35 wgscd 阅读(1766) 评论(0) 推荐(0)
摘要: public class UpdateChecker { public static event EventHandler completeCheck; private static bool isChecking = false; private static WebClient wc; public static vo... 阅读全文
posted @ 2018-07-19 10:41 wgscd 阅读(487) 评论(7) 推荐(0)
摘要: web.Document.InvokeScript("eval",new string[]{"document.getElementById('passwordbt').value='1u2';document.getElementById('loginInfoname').value='12345 阅读全文
posted @ 2018-07-17 15:52 wgscd 阅读(261) 评论(7) 推荐(0)
摘要: .net 里的Webbowser控件默认情况是用IE7来渲染 可修改注册表试用是最新的版本来渲染: 或者使用第三方的浏览器控件: 项目基于WebKit.NET 0.5开发 google code地址:https://code.google.com/archive/p/open-webkit-shar 阅读全文
posted @ 2018-07-17 15:38 wgscd 阅读(430) 评论(0) 推荐(0)
摘要: 在主窗体中可以插入按钮。添加下述代码,其中前一个没有新建文件夹功能,后一个有新建文件夹功能 阅读全文
posted @ 2018-07-17 14:50 wgscd 阅读(3615) 评论(0) 推荐(0)
摘要: public static string sendMsg2(string msg) { try { msg = Uri.EscapeDataString( msg); string sUrl = "http://i.xiaoi.com/robot/webrobot... 阅读全文
posted @ 2018-07-04 16:29 wgscd 阅读(1021) 评论(3) 推荐(0)
摘要: 有时候需要多线程来运行处理后端和UI的更新。 通常用 阅读全文
posted @ 2018-07-03 17:32 wgscd 阅读(287) 评论(0) 推荐(0)
摘要: UI the ui class behinde code : another article:WPF C# 序列化保存设置 https://www.cnblogs.com/wgscd/articles/8630128.html 阅读全文
posted @ 2018-06-27 16:34 wgscd 阅读(327) 评论(1) 推荐(0)
摘要: vb6 code: get windows OS version information: check OS byte 32 or 64: shellexcute, application is run as admin 阅读全文
posted @ 2018-06-26 15:05 wgscd 阅读(439) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 38 下一页