弹来弹去跑马灯!

上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 39 下一页
摘要: Option Explicit Private Type PROCESS_INFORMATION hProcess As Long hThread As Long dwProcessId As Long dwThreadId As Long End Type Private Type STARTUP 阅读全文
posted @ 2018-08-30 01:11 wgscd 阅读(1239) 评论(0) 推荐(0)
摘要: http://www.virscan.org/language/zh-cn/ https://www.virustotal.com https://s.threatbook.cn/ 暂时就这样了。 阅读全文
posted @ 2018-08-28 17:41 wgscd 阅读(1572) 评论(2) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.IO; using System.Li... 阅读全文
posted @ 2018-08-13 17:24 wgscd 阅读(641) 评论(1) 推荐(0)
摘要: more: https://www.cnblogs.com/tary2017/articles/8031782.html 阅读全文
posted @ 2018-08-08 17:41 wgscd 阅读(1308) 评论(0) 推荐(0)
摘要: //System.Diagnostics.Process.Start(@"C:\Program Files\Tencent\TIM\Bin\Timwp.exe", "tencent://AddContact/?subcmd=all&uin=" + QQ + "&Site=qq.com&Menu=ye 阅读全文
posted @ 2018-08-08 15:06 wgscd 阅读(989) 评论(1) 推荐(0)
摘要: UI : 阅读全文
posted @ 2018-08-06 17:39 wgscd 阅读(416) 评论(0) 推荐(0)
摘要: public static int insertDbBatch() { string sql = ""; SQLiteConnection conn = new SQLiteConnection(@"Data Source=" + dbFile + ";Initial Catalog=sqlit... 阅读全文
posted @ 2018-08-02 14:56 wgscd 阅读(8939) 评论(0) 推荐(0)
摘要: 这个系统自带的 SplashScreen 不是太好,不能自定义。。。 下面是我自定义的 SplashWind : canCloseSplash 用来判断是否可以关闭这个loading自定义窗口。原理是在主窗口的Loaded事件里设置 App.canCloseSplash =true;在自定义的Spl 阅读全文
posted @ 2018-07-31 15:05 wgscd 阅读(472) 评论(1) 推荐(0)
摘要: 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 阅读(1049) 评论(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 阅读(1793) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 39 下一页