Welcome![Sign In][Sign Up]
Location:
Search - IP-hello

Search list

[Internet-NetworkTCPServer

Description: 一个简单的vc下tcp服务器端程序服务器端的程序当有客户提出连接请求时,在端口与客户端进行连接,连接成功后,显示客户IP地址和端口号,并给客户端发送“Hello!I am a server.”字符串。如果发送正确则显示所发送的字节数-Vc under a simple tcp server-side server-side program when connection requests made by the customer, in the port and connect the client to connect successfully, the display client IP address and port number, and to the client to send
Platform: | Size: 1024 | Author: zmz | Hits:

[Windows DevelopIP

Description: 获取客户端,获取客户端,并且修改客户端IP-Access, modify the client IP
Platform: | Size: 68608 | Author: 成功 | Hits:

[Windows Developqqidtoadress

Description: 利用ip库,通过ip得 地区-hello world this is very good
Platform: | Size: 1024 | Author: 包伟 | Hits:

[CSharpIP-hello

Description: IP数据包的捕获与解析,用windows api函数编写,用于网络抓包,可以获取所有到达本网卡的数据包,只抓ip包。-IP packet capture and analysis, prepared by windows api function for the network capture, you can access all of us card arrived packets, only packets ip grasp.
Platform: | Size: 2794496 | Author: richie | Hits:

[Internet-Networkclientserver

Description: 客户端程序向服务器提出TCP连接的请求,当连接建立后,从服务器的端口5050接收数据并进行显示,然后断开与服务器的连接 服务器端的程序当有客户提出连接请求时,在端口5050与客户端进行TCP连接, 连接成功后,显示客户IP地址和端口号,并给客户端发送" Hello! I am a server." 字符串。如果发送正确则显示所发送的字节数 命令格式:server -Client TCP connection to the server made the request when the connection is established, from the server' s port 5050 to receive data and display, then disconnect the connection with the server process when the server connection request made by the customer when the customer in the port 5050 end for TCP connection, the connection is successful, display customer IP address and port number, and to the client to send " Hello! I am a server." string. If you send the right shows the number of bytes sent by command format: server
Platform: | Size: 4614144 | Author: 苏叶 | Hits:

[JSP/Javatcp-ip

Description: sdfhello this a good file thank you very much,if you can get it please tell me -hello this is a good file thank you very much,if you can get it please tell me
Platform: | Size: 1399808 | Author: zqy | Hits:

[WEB Codecanphp1.4

Description: CanPHP框架(简称CP),是一个简单、自由、实用、高效的php框架。CanPHP框架以面向应用为主,不纠结于OOP,不纠结于MVC,不纠结于设计模式,不拘一格,力求简单快速优质的完成项目开发,是中小型项目开发首选php框架。 CanPHP框架(CP) 特点: 只要您会输出 hello world ,就可以轻松学习CP框架,提升php水平! 不管您是在做大项目还是小项目或对开源系统二次开发,CP框架都可以帮助您。 CanPHP框架 v1.4 升级日志: 1、新增强大的表单验证类 2、新增数据库备份与恢复类,支持分卷。 3、新增zip压缩压缩与解压缩类 4、新增汉字转拼音类 5、新增ip地理位置信息类 6、新增模型调用函数model() 修正的问题有: 1、Http.class.php类http协议由1.1改成1.0,解决采用socket方式,返回的数据多了几个字符的问题。 2、修正1.3版本中生成的缓存没有后缀的bug 3、修正其他一些细节bug cp低版本升级到高版本方法,直接覆盖即可 -ThinkSAAS APP based on ThinkSAAS social networking platform. Ueditor is composed of Baidu web front of the R & D department to develop a WYSIWYG editor, has light weight, can be customized, pay more attention to the user experience etc.. Ueditor based on the open-source BSD protocol, in addition to having the code simplification, fast loading lightweight characteristics, also uses a hierarchical concept, so developers can according to the actual application and demand free customization. Informed sources, Ueditor editor is divided to three layer architecture. Among them, the core layer provide developers such as range, selection, domUtils the bottom of API interface, the command center plug layer not only provided the bulk of the basis of command, also allows developers to based on the core layer of command commands to the development, and the user end interface layer can be provided free to customize the user interface. Ueditor open source editor that has distribution pattern
Platform: | Size: 182272 | Author: 是的夫人 | Hits:

[ARM-PowerPC-ColdFire-MIPSSTM32F_ETH__V1.0.0

Description: 基于STM32F107的LWIP协议程序,支持UDP、DHCP、tftp等协议,-The STM32F107 LwIP Demonstration Package is a set of networking applications for STM32F107 microcontrollers build on top of the free LwIP TCP/IP stack, and contains: A DHCP client, for IP address setting A Hello example based on the Telnet protocol A TFTP server, which transfers files from and to the MicroSD™ card located on the STM3210C-EVAL board A webserver A Server/Clients example, which uses multiple boards and allows clients to control the server s LEDs.
Platform: | Size: 12027904 | Author: caojunqin | Hits:

[JSP/JavaQQ

Description: 本程序是基于TCP/IP协议的网络通信程序,运用了Java的流、文件、多线程等编程技术。套接字对象在网络编程中扮演着重要的角色,该程序就是一个基于套接字技术编写的简单聊天工具。聊天功能所使用的输入输出流分别是BufferedReader和PrintWriter,服务器为客户端启动一个线程,在该线程中通过套接字和客户交流信息。当向服务器发送一条聊天信息:“Hello”时,服务器要向这个线程中的输出流写入信息:“Hello”,那么客户端套接字的输入流就读取到了这条消息。文件传输分为文件发送和文件接收两部分,当服务器端要向客户端发送文件时,先调用字节输入流FileInputStream从本机读取想要发送的文件,再将信息通过字节输出流BufferedOutputStream发送到客户端,这样客户端的字节输入流BufferedInputStream就读取到了相应信息,客户端再通过字节输出流FileOutputStream将信息以文件形式存入本机。-This program is based on network communication program TCP/IP protocol, the use of Java streams, files, and other multi-threaded programming techniques. Socket object plays an important role in network programming, the program is written in a simple socket-based chat tool technology. Input and output streams chat are used BufferedReader and PrintWriter, the server for the client to start a thread in the thread through the socket and customers to exchange information. When sending a chat message to the server: " Hello" , the server would like this thread output stream to write information: " Hello" , then the client socket input stream is read to this message. File transfer files sent and received document is divided into two parts, when the client would like the server to send the file, byte input stream FileInputStream first call to read the file you want to send from the machine, then the information output by the byte stream BufferedOutputStream sent to the client, s
Platform: | Size: 7168 | Author: 佟文浩 | Hits:

[Internet-Networksocket-non-bloquante

Description: Hello, here is an example non-blocking client that connects to an IP address and a PORT taken into argument. Not need a server to notice that not fashion blocking, the error is displayed Operation now in progress and in blocking mode, error is displayed Connection Refused .-Hello, here is an example non-blocking client that connects to an IP address and a PORT taken into argument. Not need a server to notice that not fashion blocking, the error is displayed Operation now in progress and in blocking mode, error is displayed Connection Refused .
Platform: | Size: 1024 | Author: mohammed | Hits:

CodeBus www.codebus.net