资源列表
myshell
- linux 下实现的shell程序,完成cd ls clear等命令-linux shell program to achieve the completion of a command such as cd ls clear
JavascriptGetUrl
- 实现获得地址栏参数的多种方法介绍,经过测试,绝对可以用
tablehead
- 用css实现的固定表头示例:表头固定不动,表格内容随滚动条变化。-Achieved with css fixed header example: header fixed table of contents with the scroll bar changes.
udp_server
- linux上的udp服务器程序,用于和linux上的客户端程序通信-udp server program on linux, and linux for client communication on the
client
- socket程序 可以传输文字 或文件。-socket file
buttonhandler
- JAVA程序开发程序,如有错误请师傅们指教。在此谢过。-Java programming procedures and, if mistakes were invited instructors enlighten. In thanked.
backtcp.c.tar
- This archive is a kind of telnet make in c++ to local network
abc
- 1、下面连个函数Client()和Server()是利用Windows Socket API分别实现的客户端和服务器端的通信功能,仔细阅读这两段程序,回答后面的问题-1, following even a function Client () and Server () is the use of Windows Socket API, respectively, to achieve the client and server communications capabilities, read
domain
- 客户端无法加入域,在服务器方面,在安装域控制器的时候要连同DNS一起安装,如果不同步安装,后单安装DNS服务器后要考虑DNS与域控制器域名有没有在域控制器中注册,如果没有注册可能造成问题-domain problem
sambung
- give the color and text in openGL
Prep-final2.sh.tar
- Downloading Wind Data from NOAA Servers
UDP-comunication
- UDP是一种面向非连接,不可靠的通讯协议,相对于TCP来说,虽然可靠性不及,但传输效率较高。所以在网络上仍有很大的用途。