
Asp.Net
fkphp
这个作者很懒,什么都没留下…
展开
-
用C#编写获取远程IP,MAC的方法
如果要想获得远程的地址,需要用sendarp这个函数来实现。具体的代码如下:[DllImport("Iphlpapi.dll")]private static unsafe extern int SendARP(Int32 dest,Int32 host,ref IntPtr mac,ref IntPtr length);[DllImport("Ws2_32.dll")]pr转载 2004-11-08 14:14:00 · 1034 阅读 · 0 评论 -
一个操作注册表的类
using System;using Microsoft.Win32;namespace PowerComponent{ /// /// 操作注册表 /// public class Register { /// /// 实例构造函数 /// public Register() { // // TODO: 在此处添加构造函数逻辑 // } #reg转载 2004-11-08 14:10:00 · 1124 阅读 · 0 评论 -
Screen Scraping, ViewState, and Authentication using ASP.Net
Before web services came along, screen scraping was a popular technique for grabbing the output from another application by examining the text it displays on the screen. For web applications, this m转载 2004-11-08 11:47:00 · 1085 阅读 · 0 评论 -
利用C#显示MP3的标签信息
using System;using System.IO;namespace mp3infons{ class MP3Info { struct MP3InfoStruct { public string MP3Flag; public string Title; public string Singer; public string Album; public str转载 2004-11-08 14:31:00 · 864 阅读 · 0 评论 -
C#如何取硬件标志
using System;using System.Runtime.InteropServices;using System.Management;namespace Hardware{/// /// Hardware_Mac 的摘要说明。/// public class HardwareInfo{ //取机器名 public string GetHostName() { retur转载 2004-11-08 14:09:00 · 765 阅读 · 0 评论 -
Js 调用 WebService心得总结
页面: function getdata() { var index=0; docSubmit =new ActiveXObject("Microsoft.XMLDOM"); docSubmit.async = false; docSubmit.load("http://localhost/WebApplication1/S转载 2006-05-24 14:06:00 · 690 阅读 · 0 评论 -
Js 调用 WebService心得总结
页面: function getdata() { var index=0; docSubmit =new ActiveXObject("Microsoft.XMLDOM"); docSubmit.async = false; docSubmit.load("http://localhost/WebApplication1/S转载 2006-05-24 14:06:00 · 781 阅读 · 0 评论 -
Js 调用 WebService心得总结
页面: function getdata() { var index=0; docSubmit =new ActiveXObject("Microsoft.XMLDOM"); docSubmit.async = false; docSubmit.load("http://localhost/WebApplication1/S转载 2006-05-24 14:07:00 · 678 阅读 · 0 评论