12 2012 档案

摘要:目前网上流行的所谓"取真实IP地址"的方法,都有bug,没有考虑到多层透明代理的情况。 多数代码类似:string IpAddress = (HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]!=null && HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"] !=String.Empty) ?HttpContext.Current.Request.S 阅读全文
posted @ 2012-12-26 14:12 81 阅读(270) 评论(0) 推荐(0) 编辑
摘要:应无聊大王要求,写一份16进制乘法口诀表:2*2=4 2*3=6 3*3=9 2*4=8 3*4=C 4*4=10 2*5=A 3*5=F 4*5=14 5*5=19 2*6=C 3*6=12 4*6=18 5*6=1E 6*6=24 2*7=E 3*7=15 4*7=1C 5*7=23 6*7=2A 7*7=31 2*8=10 3*8=18 4*8=20 5*8=28 6*8=30 7*8=38 8*8=40 2*9=12 3*9=1B 4*9=24 5*9=2D 6*9=36 7*9=3F 8*9=48 9*9=51 ... 阅读全文
posted @ 2012-12-02 11:38 81 阅读(2588) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示