CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - socket client server

搜索资源列表

  1. Applet

    0下载:
  2. 1.编写一个Applet程序,该程序能够显示:"Hello Applet!",在浏览器中验证该程序。 2.编写一个基于TCP的Socket程序,服务器向客户端发送一个字符串:"Socket你好!",客户端将接收到的数据输出出来。在两台PC之间测试该程序。 -1. Applet write a program that can display: " Hello Applet!" , In the browser, verify the program. 2. Write a
  3. 所属分类:JavaScript

    • 发布日期:2017-05-06
    • 文件大小:1027377
    • 提供者:黄烨
  1. mysocket

    0下载:
  2. java中的socket编程实例源代码,实现简单的客户端socket与服务端socket的连接功能-java socket programming examples in the source code for simple client socket and server socket connectivity
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:4614
    • 提供者:随意
  1. clientaservre

    0下载:
  2. 用java socket实现客户端服务器的通信-Use Java socket to achieve communication of client and server
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2051
    • 提供者:huajiakui
  1. socket

    0下载:
  2. Java Socket编程的几个示范性例子,包括远程服务器端和客户端的源码,详细展示了Socket编程的流程,供初学者参考。-Java Socket programming model of a few examples, including the remote server and client source code, Socket programming shows in detail the process, reference for beginners.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:9384
    • 提供者:Liao Jinxing
  1. Mylog

    0下载:
  2. SOCKET应用 用户端向服务器发送用户名密码,服务器向SQL server进行验证,并向客户端返回,实现简单图形界面-SOCKET client application sends the user name password to the server, the server authenticate to the SQL server to the client to return, simple graphical interface
  3. 所属分类:Applet

    • 发布日期:2017-04-09
    • 文件大小:234698
    • 提供者:zxk
  1. socket

    0下载:
  2. 客户端,使用Socket对网络上某一个服务器的某一个端口发出连接请求,一旦连接成功,打开会话;会话完成后,关闭Socket。客户端不需要指定打开的端口,通常临时的、动态的分配一个1024以上的端口。 服务器,使用ServerSocket监听指定的端口,端口可以随意指定(由于1024以下的端口通常属于保留端口,在一些操作系统中不可以随意使用,所以建议使用大于1024的端口),等待客户连接请求,客户连接后,会话产生;在完成会话后,关闭连接。 -Client, use the Socket o
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2354
    • 提供者:王娟
  1. socket

    0下载:
  2. 客户端与服务器之间进行多发多收的聊天功能- Between the client and the server for multiple gathered much chat function
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:1939
    • 提供者:dailing
  1. socket

    0下载:
  2. 简单的应用socket的编码,简单客户端信息传输到服务器端,并且返回相应的字符串.自主实现.-Simple application of the socket code, simple message transfer client to the server, and returns the corresponding string self-realization
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:692
    • 提供者:mis young
  1. HTTPSExample

    0下载:
  2. Java中的SSL及HTTPS协议实例源码,使用SSL套接字的HTTPS服务器端,接受客户端的一个连接,并返回Hello,world.   本例中使用8080端口创建SSL服务器套接字,返回缺省的SocketFactory对象,生成PrintWriter对象,用于输出信息。-Java SSL and HTTPS protocol source code examples, using SSL socket HTTPS server, the client accepted a connec
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:24524
    • 提供者:蜡笔小邪
  1. Socket

    0下载:
  2. 在java程序中,聊天程序运行的时候客户端和服务器端的连接情况以及其运行情况。-In the java programming, chat program at run-time client and server-side connection and its operation.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:3516
    • 提供者:猪可爱
  1. Socket

    0下载:
  2. 代码可以实现客户端与服务器见文件传输功能-Code can achieve the client and server to see the file transfer capabilities
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:9361
    • 提供者:夏夏
  1. Socket-network-programming-examples

    0下载:
  2. 基于socket基础编程的几个简单的例子,适合刚学习socket编程的新人参考学习。一个5个部分:服务器获得每个客户端的IP、用户登录-对象方式、用户登录-支持多客户端、用户登录-字符串方式、在线客服系统客户咨询-For just learning a few simple examples based on the socket base programming, socket programming, the new reference learning. A five parts: a s
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:72684
    • 提供者:杨帆
  1. 21game

    0下载:
  2. 21点游戏多人网络版 1.实验目的 (1)熟悉和掌握网络编程的基本方法和步骤; (2)进一步理解client/server交互模式; (3)加深学生对游戏程序的设计和实现方法的理解; (4)熟悉socket编程接口,掌握用socket编程接口开发面向连接的网络应用程序的方法。 2.实验任务 要求: (1)读懂单机版21点游戏程序; (2)实现图形用户界面; (3)实现网络版; (4)可进行多人游戏;-21:00 game multiplayer onl
  3. 所属分类:Java Develop

    • 发布日期:2017-12-02
    • 文件大小:11930002
    • 提供者:陈伟业
  1. socket

    0下载:
  2. java实现socket通信,server- client -send message with socket in java
  3. 所属分类:JavaScript

    • 发布日期:2017-11-13
    • 文件大小:2666
    • 提供者:张叶
  1. TalkTalk

    0下载:
  2. Java编写的多人聊天室程序,CS结构,一个Server多个Client,Server同时也是Client。并且可以传输图片,在聊天框显示。Java实现,简单的socket编程。-The multiplayer chat program written in Java CS structure, more than a Server Client, Server is also the Client. And can transfer the pictures displayed in the
  3. 所属分类:Java Develop

    • 发布日期:
    • 文件大小:30665
    • 提供者:houlin
  1. Socket

    0下载:
  2. 多线程的实现,有客户端和服务器端的输入输出-The realization of multi-threaded, client and server-side input and output
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-02
    • 文件大小:11320
    • 提供者:王子清
  1. socket

    0下载:
  2. 套接字通信~客户端和服务器端,有源代码,初学者可以-Socket communication to the client and the server-side source code, beginners can take a look at
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:3642368
    • 提供者:killua27
  1. 06.Socket

    0下载:
  2. 线程通信,客户端和服务器的通信,采用了线程-Thread communication, the client and server communications, the use of a thread
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-12-01
    • 文件大小:9037
    • 提供者:gaofei
  1. socket

    0下载:
  2. 这个程序是java中socket通信的基础,分为服务器端和客户端,进行socket通信,传输文件。-This java program is a base socket communication program that contains server and client. It implements the function of transfering a file by sockets.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-01
    • 文件大小:6979
    • 提供者:盛权
  1. Socket

    0下载:
  2. 该文件利用java语言的Socket实现了客户端和服务端信息交流-The file using the Java language s Socket implementation the client and server communication
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:1327
    • 提供者:小白狼
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com