摘要:
public frmTest() { InitializeComponent(); ElementHost host = new ElementHost(); host.Size = new Size(200, 100); host.Location = new Point(100, 100); I 阅读全文
摘要:
SotimeOut,简单说就是读取数据时阻塞链路的超时时间。 /** * Enable/disable {@link SocketOptions#SO_TIMEOUT SO_TIMEOUT} * with the specified timeout, in milliseconds. With th 阅读全文