2017年7月21日
摘要: Imports Microsoft.Win32 Module Module1 Sub Main() Dim regPath As String = "某某系统\Seting" Dim Key1 As Microsoft.Win32.RegistryKey = Registry.CurrentUser Dim Key2 = K... 阅读全文
posted @ 2017-07-21 16:58 小白兔与小灰兔 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Imports System.Text.RegularExpressions Imports System.Text Imports System.Net.Sockets Module Module1 Sub Main() Console.WriteLine(HtmlHelp.Get("www.baidu.com", System.Text.Encoding.UTF8)... 阅读全文
posted @ 2017-07-21 16:57 小白兔与小灰兔 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Imports System.Collections.Concurrent Module Module1 Sub Main() Dim _userdev As New ConcurrentDictionary(Of Integer, Integer) _userdev.TryAdd(1001, 2000) _userdev.TryAd... 阅读全文
posted @ 2017-07-21 16:55 小白兔与小灰兔 阅读(932) 评论(0) 推荐(0) 编辑