代码搜索:CONNECT
找到约 10,000 项符合「CONNECT」的源代码
代码结果 10,000
www.eeworm.com/read/344139/11907725
txt 套接口.txt
套接口(sockets)
在本专题的前面几个部分,如消息队列、信号灯、共享内存等,都是基于Sys V的IPC机制进行讨论的,它们的应用局限在单一计算机内的进程间通信;基于BSD套接口不仅可以实现单机内的进程间通信,还可以实现不同计算机进程之间的通信。本文将主要介绍BSD套接口(sockets),以及基于套接口的重要而基本的API。
一个套接口可以看作是进程间通信的端点(endpoint),每个 ...
www.eeworm.com/read/343458/11947451
c sink.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann
*
*
* This program is free
www.eeworm.com/read/256505/11993901
txt rfc697.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:郭大刚(guodagang guodagang@163.net)
译文发布时间:2002-1-9
版权:本中文翻译文
www.eeworm.com/read/342759/12001386
html dbconnect.txt.html
dbConnect.txt
Make a copy of the execsql.cpp program from Section 28.4.3.
Examine the call to the mysql_real_connect
www.eeworm.com/read/153566/12027574
ora tnsnames.ora
#
# Installation Generated NetV2 Configuration
# Version Date: Sep-30-97
# Filename: Tnsnames.ora
#
bkfx =
(DESCRIPTION =
(ADDRESS = (PROTOCOL= TCP)(Host= 10.10.48.1)(Port= 1521))
www.eeworm.com/read/153459/12031432
frm form1.frm
VERSION 5.00
Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 4875
ClientLeft = 60
www.eeworm.com/read/255244/12093400
lst ca320240f.lst
C51 COMPILER V7.10 CA320240F 08/29/2005 13:02:12 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE CA320240F
OBJECT MODULE PLACED
www.eeworm.com/read/341017/12113557
stelnet
#!/bin/sh
exec openssl s_client -connect $1:$2 -crlf -CApath democa.crt
www.eeworm.com/read/341017/12113677
stelnet
#!/bin/sh
exec openssl s_client -connect $1:$2 -crlf -CApath democa.crt