玩转C科技.NET

从学会做人开始认识这个世界!http://volnet.github.io

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

06 2009 档案

About Request.Url
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Text;namespace WebAppRequestUrl{ public partial class ... 阅读全文

posted @ 2009-06-28 16:47 volnet(可以叫我大V) 阅读(1549) 评论(0) 推荐(0) 编辑

The ThreadAbortException from Response.End()
摘要:/// <devdoc>/// <para> /// Terminates execution of the current page and begins execution of a new/// request using the supplied URL path./// If preserveForm is false, the QueryString and F... 阅读全文

posted @ 2009-06-28 03:38 volnet(可以叫我大V) 阅读(885) 评论(0) 推荐(0) 编辑

[Code reverse]Int to Hex & Hex to int
摘要:private static int HexToInt(char h) { return( h >= '0' && h <= '9' ) ? h - '0' : ( h >= 'a' && h <= 'f' ) ? h - 'a' + 10 : ( h >= 'A' && h <= 'F' ) ? h - 'A' ... 阅读全文

posted @ 2009-06-27 21:57 volnet(可以叫我大V) 阅读(1323) 评论(0) 推荐(0) 编辑

如何获取本地局域网内的可用IP地址
摘要:命题:如何获取本地局域网内的可用IP地址? 从这个命题,可以看出这里要解释的概念,什么是局域网?详见(http://baike.baidu.com/view/788.htm) 当然,在这篇文章中我们是指我们可以有效ping通的IP地址。 思路1: 穷举: 假设我们知道我们的IP地址为192.168.1.1 /24,即子网掩码为255.255.255.0,那么通过匹配192.168.1.*,所有可p... 阅读全文

posted @ 2009-06-14 04:23 volnet(可以叫我大V) 阅读(5551) 评论(0) 推荐(0) 编辑

使用Live Messenger联系我
点击右上角即可分享
微信分享提示