搜索:GetIP
找到约 5 项符合「GetIP」的查询结果
结果 5
https://www.eeworm.com/dl/912059.html
技术资料
VC6_GetIp
通过windows api获取本机ip、主机名。-through the windows api access to the machine ip
https://www.eeworm.com/dl/620/403287.html
Internet/网络编程
域名解析 AppWizard has created this GetIP application for you. This application not only demonstrates
域名解析
AppWizard has created this GetIP application for you. This application
not only demonstrates the basics of using the Microsoft Foundation classes
but is also a starting point for writing your application.
https://www.eeworm.com/dl/648/403284.html
单片机开发
getip1.cpp // // This program reports the IP address for each adapter in your machine. // To comp
getip1.cpp
//
// This program reports the IP address for each adapter in your machine.
// To compile from command-line type:
//
// cl getip1.cpp wsock32.lib
//
// Make sure your INCLUDE and LIB environment variables are set up properly
// you can run vcvars32.bat
https://www.eeworm.com/dl/689/155152.html
SQL Server
BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:oot.ini ) --删除文件Select dbo.FileDelete(
BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\boot.ini )
--删除文件Select dbo.FileDelete( C:\X.txt )
--服务状态Select dbo.ServerStat( awhost32 ,1)
--建立目录Select dbo.MKDIR( C:\Test\test ,1)
--文件复制Select dbo.FileCopy( C:\boot.ini , c: ...