摘要:
在 vm player 下安装了 win2012 r2, 但是启用 hyper-v的时候,提示不支持,这时候要修改Open the file Location for this Virtual Machine, open the file extension (*.vmx) with Notepad... 阅读全文
摘要:
由于第一次使用 Linux CENTOS ,所以安装了图形界面,但是在终端执行yum 安装的时候,总是提示 Existing lock /var/run/yum.pid: another copy is running as pid 5758Another app is currently hold... 阅读全文
摘要:
1. 如果采用同步处理,其实,是可以多次接受数据的,MemoryStream ms = new MemoryStream(); while (true){ Console.WriteLine("Available :{0}", socket.Available); int receivedByte... 阅读全文