摘要:
using iTextSharp.text; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.T 阅读全文
posted @ 2020-04-18 15:57
灰主流
阅读(2039)
评论(0)
推荐(1)
摘要:
Socket s = null; IPEndPoint ipe = new IPEndPoint(IPAddress.Parse("192.168.1.3"), 999); Socket tempSocket = new Socket(ipe.AddressFamily, SocketType.St 阅读全文
posted @ 2020-04-18 15:56
灰主流
阅读(141)
评论(0)
推荐(0)
摘要:
IPEndPoint endPoint = new IPEndPoint(IPAddress.Any, 111); Socket s = new Socket(endPoint.Address.AddressFamily, SocketType.Dgram, ProtocolType.Udp); / 阅读全文
posted @ 2020-04-18 15:54
灰主流
阅读(777)
评论(0)
推荐(0)
摘要:
关键代码 IntPtr notepadHandle =APPIntprt= _process.MainWindowHandle; int style = GetWindowLong(notepadHandle, GWL_STYLE); style = style & ~((int)WS_CAPTIO 阅读全文
posted @ 2020-04-18 15:50
灰主流
阅读(596)
评论(0)
推荐(0)
摘要:
使用TCD.System.TouchInjection.dll using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; using Sy 阅读全文
posted @ 2020-04-18 15:24
灰主流
阅读(854)
评论(0)
推荐(0)
摘要:
<ec:PathListBox x:Name="numberPathListBox" IsHitTestVisible="False"> <ec:PathListBox.ItemTemplate> <DataTemplate> <TextBlock Foreground="White" Text=" 阅读全文
posted @ 2020-04-18 15:07
灰主流
阅读(828)
评论(0)
推荐(0)
摘要:
using System; using System.Reflection; using System.Runtime.InteropServices; using System.Windows.Controls; namespace 浏览器测试 { public class WebBrowserH 阅读全文
posted @ 2020-04-18 14:28
灰主流
阅读(742)
评论(0)
推荐(0)
摘要:
using System; using System.Diagnostics; using System.Management; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using Sy 阅读全文
posted @ 2020-04-18 14:25
灰主流
阅读(2707)
评论(0)
推荐(0)
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApp1 { class Prog 阅读全文
posted @ 2020-04-18 14:20
灰主流
阅读(738)
评论(0)
推荐(0)
摘要:
using System; using System.IO; using System.Text; namespace Helper { public class EncodingHelper { public static Encoding GetType(FileStream fs) { byt 阅读全文
posted @ 2020-04-18 14:02
灰主流
阅读(980)
评论(0)
推荐(0)
浙公网安备 33010602011771号