摘要: IP路由选择当一个IP数据包准备好了的时候,IP数据包(或者说是路由器)是如何将数据包送到目的地的呢?它是怎么选择一个合适的路径来"送货"的呢?最特殊的情况是目的主机和主机直连,那么主机根本不用寻找路由,直接把数据传递过去就可以了。至于是怎么直接传递的,这就要靠ARP协议了,后面会讲到。稍微一般一点 阅读全文
posted @ 2018-06-30 21:08 MikeLi 阅读(106) 评论(0) 推荐(0) 编辑
摘要: enum,store fixed values,use array replace,not use this data-structurestruct,store several variables,use class replace,not use this data-structure 阅读全文
posted @ 2018-06-30 21:07 MikeLi 阅读(103) 评论(0) 推荐(0) 编辑
摘要: F11 OneStepDebugF10 ProcessDebugbreakPointDebug(quick location,then use one step debug) 阅读全文
posted @ 2018-06-30 19:14 MikeLi 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 选择结构:if elseif else ifswitch循环结构:whiledo whilefor()foreach()种类太多,不便记忆,人脑要记多种结构,要用的时候一种也把握不住所以,为方便记忆,就记一种选择结构就记:if-else循环结构就记:while 阅读全文
posted @ 2018-06-30 19:12 MikeLi 阅读(151) 评论(0) 推荐(0) 编辑