摘要: 运行cmd,打开命令提示符:nslookup + 网址或IP 查询网址或IPping +IP 查看传输数据ping+IP + -t 持续查看传输数据 按ctrl+c停止查询,然后查看传输记录;ctrl+break 查看传输记录 但是不停查询ipconfig 查询当前IPtracert +IP 查看到达此IP需要经过几个路由器,速度慢,解析IP为他们的名称;tracert + -d +IP 查看到达此IP需要经过几个路由器,速度快 不解析IP为他们的名称。其他常用指令集锦:cleanmgr–打开磁盘清理工具compmgmt.msc---计算机管理conf—-启动 netmeetingcharm. 阅读全文
posted @ 2012-03-13 23:57 龙杉老师 阅读(223) 评论(0) 推荐(0)
摘要: HDU 1003 : Max Sum Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the max sum in this sequence is 6 + (-1) + 5 + 4 = 14.InputThe first line of the input contains an integer T(... 阅读全文
posted @ 2012-03-13 09:37 龙杉老师 阅读(263) 评论(0) 推荐(0)