- 2022
- 2021
-
2017
-
十二月
-
My First thread with TcpListener
12/24/17
static void Main(string[] args)
{
TcpListener listener = new TcpListener(IPAddress.Any , 8000);
TcpClient client;
listener.Start();
while (true) // Add your exit flag here
{
client = listener.AcceptTcpClient();
ThreadP -
fixing VPN problem in Ubuntu Windows
12/18/17
Source : http://blog.wensheng.org/2015/05/fixing
fixing VPN problem in Ubuntu
I set up VPN in Ubuntu 14.04, but when I tried to turn it on in NetworkManager, I kept getting errors like "No suitable device found", "Could not find source connection" in /var/log/sysl
-
My First thread with TcpListener
- 七月
- 五月
- 二月
-
十二月
- 2016
- 2015
- 2013
- 2012
- 2011
- 2010
- 2009
- 2008