自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(4)
  • 资源 (3)
  • 收藏
  • 关注

原创 根据IP地址获得MAC

Imports SystemImports System.DiagnosticsPublic Class MacAddress    Public Function GetMac(ByVal IP As String) As String        Dim str1 As String = String.Empty        Try            Dim str2 As Str

2006-04-21 21:22:00 6719 8

转载 How To Use a 32-Bit Application to Determine When a Shelled Process Ends

  Private Type STARTUPINFO      cb As Long      lpReserved As String      lpDesktop As String      lpTitle As String      dwX As Long      dwY As Long      dwXSize As Long      dwYSize As Long      dw

2006-04-21 21:09:00 1885

转载 Capture DOS screen output from a command line

This code is extremely useful if you ever need to capture output from a DOS screen/console. The simple demonstration below, shows how to capture the output from a batch file.Note, to redirect other

2006-04-21 21:08:00 4330

转载 根据计算机名获得IP,和根据IP获得主机名

Option Explicit// define constantsPrivate Const IP_SUCCESS As Long = 0Private Const SOCKET_ERROR As Long = -1Private Const MAX_WSADescription As Long = 256Private Const MAX_WSASYSStatus As Long = 128

2006-04-21 21:05:00 4063 1

ActiveMQ in Action

ActiveMQ in Action英文版。介绍ActiveMQ原理,安装,应用等。

2010-10-31

Beginning Android

Beginning Android电子版。

2009-08-17

Script Control执行自定义过程

通过Script Control从一个Form调用另外一个Form中的过程

2007-06-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除