how to express technical issues

来源:互联网 发布:图册排版设计软件 编辑:程序博客网 时间:2024/04/28 09:12
The string is returned in a statically allocated buffer. It will be  overwritten by subsequent calls .
这个字符串通过静态分配的内存返回,它会被后来的调用覆盖。
//===================================================
what's port numbers?
//-----------------------------------
To request for service from a server, an obvious method is designating a server
by it's process ID and a host ID.
However, process IDs are assigned chronologicaly by process creation time, so the client
can't know in advance the process ID of a particular server process on a host.
To resolve this problem, the client uses a port number to specify a particular service,and
the server process created for that service can use that port number to handle the client's request.
//===================================================
原创粉丝点击