代码搜索:LocalIP
找到约 106 项符合「LocalIP」的源代码
代码结果 106
www.eeworm.com/read/188369/8545660
ini sgipgw.ini
[GW_CFG]
LocalIP=
LocalPort=8801
LoginName=test
LoginPwd=test
SpIpAddr=127.0.0.1
SpPort=8802
SrcNumber=3010012345
CorpId=90123
[MO_CFG]
UserNumber=8613312345678
DCS=0
TpPid=0
TpUdhi=0
www.eeworm.com/read/272835/10941763
ini ms30.ini
[DATABASE]
Dsn=ht
IniCatalog=smsnew3
User=sa
Password=
[CMPP]
Num=1
[CMPP1]
LocalIp=220.194.138.217
LocalPort=7000
ServerIp=211.142.27.12
ServerPort=7892
User=904055
Passwd=sxwyt
SpI
www.eeworm.com/read/267089/4268408
ini sgipgw.ini
[GW_CFG]
LocalIP=127.0.0.1
LocalPort=8801
LoginName=test
LoginPwd=test
SpIpAddr=127.0.0.1
SpPort=8802
SrcNumber=3057162129
CorpId=90123
[MO_CFG]
UserNumber=8613312345678
DCS=0
TpPid=0
T
www.eeworm.com/read/284427/8930862
h ftp_y.h
#ifndef _UPDATEMEDIA_H
#define _UPDATEMEDIA_H
//系统参数结构体
struct UPMEDIA
{
char debug[2];
char version[16];
char localip[20];
char ftpip[20];
char ftpuser[40];
char ftppass[40];
};
www.eeworm.com/read/474300/6819297
txt 1.txt
32.获得本机IP地址
方法一:利用Winsock控件
winsockip.localip
方法二:
Private Const MAX_IP = 255
Private Type IPINFO
dwAddr As Long
dwIndex As Long
dwMask As Long
dwBCastAddr As Long
dwReasmSize As
www.eeworm.com/read/119342/14832274
java chatwin.java
import java.io.*;
import java.net.*;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
class ChatWin extends Frame
{
public static final int Port=8080;
public InetAddress LocalIp;
p
www.eeworm.com/read/311482/13630159
c tcp.c
#include
#include
#include
#include
#if defined(IPv6)
#include
extern struct _in6_addr LocalIP;
#else
#include
#endif
#
www.eeworm.com/read/201886/15393184
c tcp.c
#include
#include
#include
#include
#if defined(IPv6)
#include
extern struct _in6_addr LocalIP;
#else
#include
#endif
#
www.eeworm.com/read/304757/13787509
ini setting.ini
[setting]
;远程网关地址
servip=127.0.0.1
;远程网关端口
servport=8801
;本机地址
localip=127.0.0.1
;本机绑定端口
localport=8802
;用户名
username=9655
;口令
pwd=W90020
;企业代码
icpid=90020
;节点编号
nodeid=3010010175
;服务
www.eeworm.com/read/125833/14458964
sh loadsd.sh
#!/bin/sh
localIp=`ifconfig eth0 |grep Bcast |cut -d':' -f2 |cut -d' ' -f1`
if test -f /media/vod/script/server.state ; then
alone=`cat /media/vod/script/server.state`
else
alone=2
fi
if test "$a