大约有 290 项符合查询结果(耗时:0.0204秒) [XML]

https://www.tsingfun.com/it/cpp/1233.html 

VC DDE(Dynamic Data Exchange)与EXCEL连接 - C/C++ - 清泛网 - 专注C/C++及内核技术

...动态数据交换,是基于WINDOWS系统开发的一种消息传输的通信方案。花了半天时间研究了下,做了个案例,VC6.0下调试通过,很开心。作为一个产品经理,为产品设计搭建好平台,有人的平台,有技术平台,一切目标为了高效的做...
https://stackoverflow.com/ques... 

Find the PID of a process that uses a port on Windows

... 0.0.0.0:9999 0.0.0.0:0 LISTENING 15776 UDP [fe80::81ad:9999:d955:c4ca%2]:1900 *:* 12331 The most likely candidate usually ends up first, but if the process has ended before you run your script you may end up with PID 12331 instead...
https://www.tsingfun.com/ilife/tech/1224.html 

从Sloodle看三维虚拟学习环境的发展趋势 - 资讯 - 清泛网 - 专注C/C++及内核技术

...电子邮件、XML远程调用、HTTP请求等方式在因特网上进行通信。用户可以通过 Web浏览器使用 HTTP协议链接到 Moodle服务器 ,服务器端则通过判断用户的权限决定是否响应用户的请求。Second Life中的一个对象发出一个 HTTP请求 , Sloodle模...
https://bbs.tsingfun.com/thread-416-1-1.html 

Wi-Fi 是什么的缩写 - 程序人生、谈天论地 - 清泛IT论坛,有思想、有深度

...发明出来。当时的大背景是,IEEE 定义了一系列无线网络通信的标准,也就是我们常见到的 802.11 系列,但却没有规定如何去测试产品是否符合标准,导致 802.11 产品间的互通频频出现问题,而联盟的成立就是为了填补这一空缺。...
https://stackoverflow.com/ques... 

Ruby off the rails

...o be displayed and then tells computers in the walls to play the media via UDP. It's the most reliable part of the entire exhibit. Ruby was used for the other major part of the exhibit, the Wall though I didn't have much to do with that. Most of the graphics were prototyped in ruby using interface...
https://www.tsingfun.com/ilife/idea/1847.html 

Wi-Fi 是什么的缩写 - 创意 - 清泛网 - 专注C/C++及内核技术

...发明出来。当时的大背景是,IEEE 定义了一系列无线网络通信的标准,也就是我们常见到的 802.11 系列,但却没有规定如何去测试产品是否符合标准,导致 802.11 产品间的互通频频出现问题,而联盟的成立就是为了填补这一空缺。...
https://stackoverflow.com/ques... 

Get a specific bit from byte

I have a byte, specifically one byte from a byte array which came in via UDP sent from another device. This byte stores the on/off state of 8 relays in the device. ...
https://stackoverflow.com/ques... 

How to change port number for apache in WAMP

...08 as common alternative http ports. en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers – L. L. Learner Mar 11 '17 at 22:16 add a comment  |  ...
https://stackoverflow.com/ques... 

How to test an Internet connection with bash?

... In Bash, using it's network wrapper through /dev/{udp,tcp}/host/port: if : >/dev/tcp/8.8.8.8/53; then echo 'Internet available.' else echo 'Offline.' fi (: is the Bash no-op, because you just want to test the connection, but not processing.) ...
https://stackoverflow.com/ques... 

Live-stream video from one android phone to another over WiFi

...continuous video but with much less effort. For communication you may use UDP sockets(Faster and less complex) or DLNA (Not sure how that works). share | improve this answer | ...