码迷,mamicode.com
首页 >  
搜索关键字:sockets    ( 778个结果
python socket编程详细介绍
Python 提供了两个基本的 socket 模块。 第一个是 Socket,它提供了标准的 BSD Sockets API。 第二个是 SocketServer, 它提供了服务器中心类,可以简化网络服务器的开发。下面讲的是Socket模块功能1、Socket类型套接字格式:socket(famil...
分类:编程语言   时间:2015-06-23 15:08:32    阅读次数:177
不同类型文件“可读写”的含义
For sockets, readability means there is some unread data in thereceivebuffer. That is well-known and probably the most common use case for non-blockin...
分类:其他好文   时间:2015-06-21 18:29:51    阅读次数:99
Unable to open connection to supplicant on "/data/misc/wifi/sockets/wlan0"
在调试android wifi UI 的时候,出现了logcat: Unable to open connection to supplicant on "/data/misc/wifi/sockets/wlan0" 的警告 使用下面的命令,设置系统属性。程序里面要找这个端口。setprop wi....
分类:其他好文   时间:2015-06-19 15:06:34    阅读次数:216
c# tcplistener 与 client通信 服务端 今天写一下
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Net.Sockets;using System.Runtime.Compile...
分类:Windows程序   时间:2015-06-15 18:08:10    阅读次数:165
网络编程01
//服务端using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.Net.Sockets;namespace learn{ c...
分类:其他好文   时间:2015-06-11 14:29:43    阅读次数:86
c# socket 判断端口是否被占用
using System.Net;using System.Net.Sockets;using System.Net.NetworkInformation; IPGlobalProperties ipProperties = IPGlobalProperties.GetIPGl...
分类:Windows程序   时间:2015-06-08 17:04:13    阅读次数:233
webservice ssl 1 SSL/TLS 协议入门
SSL(Secure Sockets Layer,安全套接层),及其继任者 TLS(Transport Layer Security,传输层安全)是为网络通信提供安全及数据完整性的一种安全协议。TLS与SSL在传输层对网络连接进行加密。 为Netscape所研发,...
分类:Web程序   时间:2015-06-01 13:26:33    阅读次数:210
在 linux 下用 C 寫 socket 程式
十幾年沒有寫 C 了,這可以說是重新學習,底下的程式是改寫自 W.Richard Stevens 的名著 - Networking APIs: Sockets and XTI,改寫的原因有二: (1) 在我的開發環境 scientific linux 7.0 上沒辦法正常 compile,可能是因為...
分类:系统相关   时间:2015-05-23 23:58:57    阅读次数:576
socket.io1.3.5关于io.sockets.clients(room)的问题
关于这个问题已经困扰我好久了。。最终还是找到了解决办法,原来是版本的区问题,直接看图就明白了,。 这是解决链接。。。 http://stackoverflow.com/questions/9352549/getting-how-many-people-are-in-a-chat-room-in-socket-io 这是解决图片...
分类:其他好文   时间:2015-05-22 19:14:58    阅读次数:205
C#接收邮件附件
接收邮件类using System;using System.Net.Sockets;using System.Net;using System.Security.Cryptography;using System.IO;using System.Data;namespace Common{ ...
分类:Windows程序   时间:2015-05-22 19:01:52    阅读次数:255
778条   上一页 1 ... 58 59 60 61 62 ... 78 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!