▍1. Java基于Socket的文件传输实现方法
本文实例讲述了Java基于Socket的文件传输实现方法。分享给大家供大家参考,具体如下:
本文实例讲述了Java基于Socket的文件传输实现方法。分享给大家供大家参考,具体如下:
网络蜘蛛,用于爬取指定网站内容,并下载到本地电脑上-Web spiders, for the climb to take the specified website content, and download to your local computer
能够实时获得系统TCP-UDP信息,系统稳定可靠。信息包括:协议、本地IP、本地端口、远程IP、远程端口等信息。-system to real-time access to TCP- UDP information, the system is stable and reliable. Information includes : protocol, local IP, local port, remote IP, remote port information.
使用eXosip开发的例子,使用vc打开工程直接编译库和例子,注意需要安装了xp平台开发包-use eXosip development example, the use of open vc works directly translated libraries and examples, the need to install the Platform Development Kit xp
GSM 06.10 13kbit/s RPE/LTP 语音压缩算法 -GSM 06.10 13kbit/s RPE/LTP voice compression algorithm
基于http协议的一个web浏览器的vc++实现,具有工具栏、浏览、前进、后退、收藏夹等常用的浏览器基本功能…………
基于WindowsCE视频传输和回放的实现, 详细讲解了wence的工作过程和实现方式。-WindowsCE-based video transmission and playback of the realization of wence detailed account of the work process and realize the way.
VC中利用钩子记录中文字符 -VC hook records the use of Chinese characters
IP地址信息实时监视源程序-IP addresses real-time surveillance information source
所有的源代码都是免费的,任何人都可以下载,我们确实需要这种机制(点)来鼓励人们分享更多的源代码项目,这样每个人最终都可以得到更多有价值的代码。我们花了很多精力为你维护所有的代码。我们非常感谢您的支持和理解。只要你愿意分享你的代码,就很容易得到分数。在您上传您的项目,请等待长达3天的审查,从我们的编辑。你也可以捐款并立即获得积分。捐款将帮助我们在网站托管和维护很多。
可以得到本机网卡连接类型和网口速率;得到流经网口的实时上行、下行流量!非常实用!-the machine can be connected Ethernet network types and I rate; I been running through the network of real-time uplink and downlink traffic! Very practical!
Complete example using custom errors and write errors to the Event log 日志记录-Complete example using custom errors and write errors to the Event log recorder
此程序可以实现基本的网络聊天功能,开发环境VC-This procedure can achieve the basic chat functionality, development environment, VC
本程序通过运用socket实现了聊天功能。本程序分为服务器端和客户端。服务器端创建一个socket对象,该对象的listen方法用来监听客户端的连接请求。连接好后 ,创建一个新的socket 用来与客户端进行交互。相应地,客户端建立一个socket,该对象的connect方法与服务器进行连接建立。建立好后开始交互。
这是一个视频会议系统中接受端有关mpeg-4播放技术的一个源代码-This is a video conferencing system receiving end of the MPEG-4 broadcast of a source code
使用spring mvc实现的java websocket,欢迎下载研究,不足请指正,亲测收发消息均无误
webSocket及HTML5相互通信例子,经测试可用,浏览器需兼容HTML5,webSocket使用C#编码,控制台程序作为服务器,html5页面作为客户端