-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
MPC860T the manual integration of hardware platforms, a detailed description of...
本手册结合MPC860T硬件平台,详细叙述了PPCBOOT/UBOOT以及嵌入Linux的移植过程,介绍了SNMP和WEB组件在嵌入平台上的移植过程,同时这也可以作为在其它硬件平台上移植嵌入Linux的参考手册。-MPC860T the manual integration of hardware platforms, a detailed description of PPCBOOT/UBOOT and embedded Linux migration process. introduced SNMP and Web components in the embedded platform on the transplanting process. This will also serve as the hardware platform on the other transplant embedded Linux reference manual.
- 2022-06-26 07:56:31下载
- 积分:1
-
统计输入文件的行数、空格数、元音字母数、辅音字母数、非空白字母数、非空的行数...
统计输入文件的行数、空格数、元音字母数、辅音字母数、非空白字母数、非空的行数-statistical inputs the line a few, a few spaces, a few vowel and consonant few letters, a few non-blank letters, non-empty rows
- 2022-08-14 20:10:44下载
- 积分:1
-
ASP program to add registration details to database
ASP program to add registration details to database
- 2022-09-18 23:25:03下载
- 积分:1
-
这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或...
这个程序是一个个人考勤软件,它从系统时钟获取时间信息,可逐日记录下个人每天的工作时间,按月统计汇总,按年形成文件.可以查看过去的记录,也可把记录按月打印出来.或进行年汇总-the procedure is a personal appraisal software from the system clock time access to information, daily records of individuals under the daily working hours, monthly statistical summary, by creating a document. The past can check the records, but also can print out monthly record. Or, summary
- 2022-01-31 12:11:54下载
- 积分:1
-
hello, everyone, this is a small game, please refer to welcome everyone to play
hello,everyone,这个也是个小游戏,请大家参考,欢迎大家玩-hello, everyone, this is a small game, please refer to welcome everyone to play
- 2022-02-05 09:40:21下载
- 积分:1
-
基于fpga串口通信,有数码管显示发送和接受现实
基于fpga串口通信,有数码管显示发送和接受现实-du to fpga
- 2022-08-31 13:00:03下载
- 积分:1
-
邻接矩阵的最短距离
邻接矩阵的最短距离-adjacency matrix is the shortest distance
- 2022-03-04 17:39:07下载
- 积分:1
-
labview程序语言中FOR,IF等基本功能的使用例子
labview程序语言中FOR,IF等基本功能的使用例子-LabVIEW programming language in the FOR, IF, such as the use of examples of the basic functions
- 2022-03-22 06:11:04下载
- 积分:1
-
进程之间以时间片为单位,进行唤醒,调用,当时间片到后,进程就进入等待队列,而且是按优先级进行调用。...
进程之间以时间片为单位,进行唤醒,调用,当时间片到后,进程就进入等待队列,而且是按优先级进行调用。-processes with time-unit, awakened, called when time-to the post, the process would enter the waiting queue, but is carried out according to priority calls.
- 2022-01-24 17:41:48下载
- 积分:1