ASP.NET(C#)

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2005年4月19日

摘要: this.GetType().BaseType.Namespace.ToString() 阅读全文
posted @ 2005-04-19 09:07 battlerstar 阅读(630) 评论(0) 推荐(0) 编辑

摘要: 经是黑社会老大▄︻┻┳═一!只要精神不死,只要信心还在,失去的一切都会重新回来! 阅读全文
posted @ 2005-04-19 08:59 battlerstar 阅读(363) 评论(0) 推荐(0) 编辑

摘要: ManagementObjectSearcher query =new ManagementObjectSearcher("SELECT * FROM Win32_NetworkAdapterConfiguration") ; ManagementObjectCollection queryCollection = query.Get(); foreach( Management... 阅读全文
posted @ 2005-04-19 08:43 battlerstar 阅读(679) 评论(1) 推荐(0) 编辑

摘要: 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 阅读(730) 评论(0) 推荐(0) 编辑