-
使用多任务处理套接字的数据传输
这个项目是关于客户端/服务器多线程的 socket 类。该线程是可选的因为开发人员仍然是
负责决定是否需要它。有其他的套接字类在这里和其他地方在互联网,但是没有
他们可以提供反馈 (事件检测) 到您的应用程序这一一样。它为您提供
以下事件检测: 建立连接,连接已断开、 连接失败和数据接收
(包括 0 字节的数据包)。数据传输、 数字传输、 或数字通信是进行的实物转让
在点对点或点对多点的通信信道数据 (数字比特流)。例子
这种渠道是铜线、 光纤、 无线通信信道和存储介质。数据
被表示为一个电磁信号,如电压、 无线电波、 微波、 或红外
信号。
- 2022-06-26 03:02:47下载
- 积分:1
-
用事件方式,异步重叠编写的一个UDP底层通迅模块,可以很方便地使用。 调用时只有五个接口函数即可。 以调用者通过消息传递数据到来的消息...
用事件方式,异步重叠编写的一个UDP底层通迅模块,可以很方便地使用。 调用时只有五个接口函数即可。 以调用者通过消息传递数据到来的消息-with the incident, asynchronous overlapping prepared by the UDP bottom of a communications module, it is easy to use. Only five call interface can function. To call through messaging data coming news
- 2022-03-20 08:00:02下载
- 积分:1
-
一个简单的Http代理服务器
应用背景其实.....这只是一个python练手,看懂蛮容易的,源码里只能接受本地客户端的访问,但是可通过修改服务器的IP地址进行修改,然后就可以从其他机子访问啦。关键技术python的网络编程,本地客户端访问服务器,代理服务器解析客户端传来的请求,取出目的IP和端口,和请求内容,再向目的Ip发送请求,最后将受到的数据反馈给本地客户端。
- 2022-07-21 11:06:52下载
- 积分:1
-
公司内部监控员工上网记录的系统,不通部门的领导具有不通的查看权限...
公司内部监控员工上网记录的系统,不通部门的领导具有不通的查看权限-internal control staff access to the records system and there was a lack of leadership have justified View competence
- 2022-02-12 12:04:21下载
- 积分:1
-
基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因...
基于jsp+javabean+mysql三层结构的动态购物网站。网站用户接口(即界面)由jsp完成,数据和逻辑处理由beans完成,数据储存由mysql完成。因为beans独立负责处理整个网站的全部数据逻辑运算,所以整个网站的负载量和速度都将大大提高,所以基于这种语言和结构开发的购物系统的优势是其它语言没法比尔的。更重要的是,jsp+bean能够在Apache环境下顺畅地运行,这也是其最大优点之一。这就更进一步保证了网站的稳定性和安全性,而这些,对于一个购物网站来说是非常重要的! -jsp javabean mysql-based three-tier structure of the dynamic shopping site. Terms of the user interface (interface) from jsp completed and the data processed by the logic and beans completed, data storage by mysql completed. Because beans are independently responsible for the handling of the entire site all the data logic operation, the entire site load and speed will be greatly enhanced, based on the language and structure of the shopping development system with the advantage of other languages can not birr. More importantly, jsp bean to the Apache environment to run smoothly, this is one of its greatest strengths. This site is a further guarantee of stability and security, which, for a shopping site, it is very important!
- 2022-02-04 19:10:50下载
- 积分:1
-
Asp. Net platform, suitable for learning to use, better Elective System
asp.net平台,适合学习使用,选课系统较完善-Asp. Net platform, suitable for learning to use, better Elective System
- 2023-08-17 11:30:03下载
- 积分:1
-
集中式服务器的聊天应用
应用背景多用户聊天应用程序使用Python命令行文件:client.py server.py可以帮助多个用户同时进行交互的应用程序。运行client.py:Python client.py服务器IP地址端口号关键技术关键技术:Python•套接字编程TCP
- 2022-02-12 07:33:30下载
- 积分:1
-
/*
例子二没有什么特别的。与例子一让大家学习如何默认设置session会话属性
session.SetDefaultPayloadType(96)...
/*
例子二没有什么特别的。与例子一让大家学习如何默认设置session会话属性
session.SetDefaultPayloadType(96)
session.SetDefaultMark(false)
session.SetDefaultTimestampIncrement(160)
这里port与destination的端口号设的不一样。
例子的中文解释都由hanyuejun添加,有任何疑问请发hanyuejun2006@163.com
*/-/* Example 2 there is nothing special. With the example of one so that everyone learn how to set the default session attributes conversation session.SetDefaultPayloadType (96) session.SetDefaultMark (false) session.SetDefaultTimestampIncrement (160) here port and destination port number set up different. Explained by the example of the Chinese hanyuejun add, have any questions please send hanyuejun2006@163.com* /
- 2022-03-22 11:27:32下载
- 积分:1
-
企业内部局域网系统的通知发布的模块,非常有借鉴作用
企业内部局域网系统的通知发布的模块,非常有借鉴作用
-Internal LAN system notice published module, a very useful reference
- 2022-02-20 12:01:23下载
- 积分:1
-
webSocket传输
用C#实现:利用摄像头进行录像和拍照等功能
- 2022-05-12 16:07:03下载
- 积分:1