asp获取 硬盘序列号,cpu序列号
我用硬盘序列号,cpu序列号来绑定客服端
组件,ASP很麻烦。。。引用 组件,ASP很麻烦。。。 有什么组件啊 获取硬盘序列号为: <% dim fs set fs=createobject("scripting.filesystemobject") set f=fs.GetDrive("C:\") %> 您的硬盘号为: <%=replace(cstr(f.serialnumber),"-","")%>引用 获取硬盘序列号为: <% dim fs set fs=createobject("scripting.filesystemobject") set f=fs.GetDrive("C:\") %> 您的硬盘号为: <%=replace(cstr(f.serialnumber),"-","")%> 顶....引用 获取硬盘序列号为: <% dim fs set fs=createobject("scripting.filesystemobject") set f=fs.GetDrive("C:\") %> 您的硬盘号为: <%=replace(cstr(f.serialnumber),"-","")%> 我不是要每个分区的序列号 fso对象 不想开源就自己写组件VB C#都可以. http://topic.csdn.net/u/20090922/14/592339ab-baaf-4abf-83dc-824d50f70957.html 你可以看一下这个帖
相关问答:
owc11满足不了要求,有没有更好点的,asp能调用的 目前没发现,帮你顶! 应该没有了吧 自已写。顶 帮顶,关注! 好像就这个了,目前还没看到其他得上市使用。。。帮顶! 自己再顶一下 好像是没有 ......
http://www.zgjhjy.com/Test/PrimaryTest/Index.aspx 就是类似以上的在线测试系统,需要有一个后台的,语言是asp的,数据库是access的,还需要能在后台对信息进行添删改查的。谢谢各位了。。。 程序真的很多,不知 ......
在asp里怎么调用java写的webservice方法,有很多方法 - <message name="RtPnrIn"> <part name="bstrPnrNO" type="s:string" /> <part name ......
A页面 <table width="200" border="1"> <tr> <td>1</td> <td>3</td> <td><!--#include/top.html#-- ......
asp.net批量上传图片最好有源码,在线等!!!!!!! 源码很长的。 参考 C# code: HttpFileCollection files = HttpContext.Current.Request.Files; if (files.Count <= 1) { ......