代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/375190/2727887
hpp named_proxy.hpp
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2005-2008. Distributed under the Boost
// Software License, Version 1.0. (See accompany
www.eeworm.com/read/375190/2731568
hpp matrix_proxy.hpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boo
www.eeworm.com/read/375190/2731575
hpp vector_proxy.hpp
//
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boo
www.eeworm.com/read/359563/2975041
c proxy2.c
#include
int main(int argc, char *argv[])
{
int nListenSock = -1, nLocalSock = -1, nRemoteSock = -1;
pid_t nChild;
if (argc != 2) /* 命令行参数:“proxy1 本地端口” */
{
Prin
www.eeworm.com/read/359563/2975042
c proxy1.c
#include
int main(int argc, char *argv[])
{
int nListenSock = 0, nLocalSock = 0, nRemoteSock = 0;
if (argc != 4) /* 命令行参数:“proxy1 远程IP地址 远程端口 本地端口” */
{
PrintLog(stdout, "pr
www.eeworm.com/read/359563/2975046
c proxy3.c
#include
int main(int argc, char *argv[])
{
int nLocalSock = 0, nRemoteSock = -1;
/* 解析HTTP报文头,并与目标服务器建立连接 */
if (HttpConnect(nLocalSock, &nRemoteSock) == 0)
SendReciveServe