代码搜索:SocketClient
找到约 297 项符合「SocketClient」的源代码
代码结果 297
www.eeworm.com/read/268139/4257587
java socketclient.java
package socketclient;
public class SocketClient {
//public void run() {
/**@todo Implement this java.lang.Runnable method*/
//throw new java.lang.UnsupportedOperationException("Method run()
www.eeworm.com/read/264723/4287237
java socketclient.java
/*
* Copyright 2001-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo
www.eeworm.com/read/261173/4323988
lcf socketclient.lcf
# -------------------------------------------------------------------------
# This config file is intended to be used by a client wishing to log using
# a SocketAppender to a SyslogServer or equivalen
www.eeworm.com/read/160877/5565058
~pas socketclient.~pas
unit SocketClient;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, DB, DBClient, MConnect, SConnect;
type
TForm1 =
www.eeworm.com/read/160877/5565071
pas socketclient.pas
unit SocketClient;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Grids, DBGrids, DB, DBClient, MConnect, SConnect;
type
TForm1 =
www.eeworm.com/read/160877/5565073
~dfm socketclient.~dfm
object Form1: TForm1
Left = 215
Top = 165
Width = 491
Height = 240
Caption = 'SocketClient'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.H
www.eeworm.com/read/160877/5565075
dfm socketclient.dfm
object Form1: TForm1
Left = 232
Top = 311
Width = 491
Height = 240
Caption = 'SocketClient'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.H
www.eeworm.com/read/156091/5612716
java socketclient.java
package socket;
import java.net.*;
import java.io.*;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2006
* Company:
* @author not attributable
* @version
www.eeworm.com/read/295003/8190454
java socketclient.java
//客户端程序的开发原理:
//使用Socket对网络上某一个服务器的某一个端口发出连接请求,一旦连接成功,打开会话;
//会话完成后,关闭Socket。
import java.io.*;
import java.net.*;
public class SocketClient
{ public static void main(String args[])
{
St
www.eeworm.com/read/171407/9757483