会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ASP.NET(C#)
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2005年4月19日
获取namespace
摘要: this.GetType().BaseType.Namespace.ToString()
阅读全文
posted @ 2005-04-19 09:07 battlerstar
阅读(636)
评论(0)
推荐(0)
经是黑社会老大▄︻┻┳═一!只要精神不死,只要信心还在,失去的一切都会重新回来!
摘要: 经是黑社会老大▄︻┻┳═一!只要精神不死,只要信心还在,失去的一切都会重新回来!
阅读全文
posted @ 2005-04-19 08:59 battlerstar
阅读(374)
评论(0)
推荐(0)
如何获取Client的MAC(网卡的号码)?
摘要: ManagementObjectSearcher query =new ManagementObjectSearcher("SELECT * FROM Win32_NetworkAdapterConfiguration") ; ManagementObjectCollection queryCollection = query.Get(); foreach( Management...
阅读全文
posted @ 2005-04-19 08:43 battlerstar
阅读(682)
评论(1)
推荐(0)
获取 Web 服务器变量的集合。
摘要: ClientIP: this.Label1.Text = Request.ServerVariables["remote_addr"].ToString(); LocalIP: this.Label1.Text = Request.ServerVariables["LOCAL_ADDR"].ToString(); --------------------------------------...
阅读全文
posted @ 2005-04-19 08:31 battlerstar
阅读(736)
评论(0)
推荐(0)