
Network
文章平均质量分 82
wlx0710
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java socket 编程实践参考(翻译)
关键字: socket, flush, blocking, timeout, serversocket, flow, shutdownsocket /套接字 Sockets let you send raw streams of bytes back and forthbetween two computers, giving you fairly low-level a...原创 2010-03-03 10:56:46 · 130 阅读 · 0 评论 -
Socket参数说明
SO_LINGER 此选项指定函数close对面向连接的协议如何操作(如TCP)。缺省close操作是立即返回,如果有数据残留在套接口缓冲区中则系统将试着将这些数据发送给对方。 SO_LINGER选项用来改变此缺省设置。使用如下结构:struct linger { int l_onoff; /* 0 = off, nozero = on */...2010-03-03 12:47:26 · 275 阅读 · 0 评论 -
Socket函数参数说明
1、WSAStartup函数用于初始化Winsock[声明]int WSAStarup(WORD wVersionRequested,LPWSADATAlpWSAData);[参数]wVersionRequested - 要求使用Winsock的最低版本号lpWSAData - Winsock的详细资料[返回值]当函数成功...原创 2010-03-03 12:51:36 · 666 阅读 · 0 评论 -
LDAP的特定错误
LDAP的特定错误Error: com.macromedia.contribute.server.exception.DBException: Error in bind() from LDAP source: [server]:[port]错误:com.macromedia.contribute.server.exception.DBException:绑定错误的()从LDAP来源:[服务器]:...原创 2011-03-30 15:13:16 · 357 阅读 · 0 评论