`
文章列表

eclipse 代码注释

Window->Preference->Java->Code Style->Code Template class /** * @ClassName: ${type_name} * @Description: * @author xiaoweiwan * @date ${date} */ method /** * @Title: ${enclosing_method} * @Description: * ${tags} */

traceroute

traceroute -w 1 -n -T www.baidu.com traceroute [选项与参数] IP 选项与参数: -n :可以不必进行主机的名称解析,单纯用 IP ,速度较快! -U :使用 UDP 的 port 33434 来进行侦测,这是预设的侦测协议; -I :使用 ICMP 的方式来进行侦测; -T :使用 TCP 来进行侦测,一般使用 port 80 测试 -w :若对方主机在几秒钟内没有回声就宣告不治...预设是 5 秒 -p 埠号:若不想使用 UDP 与 TCP 的预设埠号来侦测,可在此改变埠号。 -i 装置:用在比较复杂的环境,如果你的网络接口很多很复杂时,才会 ...

ping

ping -n -c 2 -s 1000 -M do www.baidu.com ping [选项与参数] IP 选项与参数: -c 数值:后面接的是执行 ping 的次数,例如 -c 5 ; -n     :在输出数据时不进行 IP 与主机名的反查,直接使用 IP 输出(速度较快); -s 数值:发送出去的 ICMP 封包大小,预设为 56bytes,不过你可以放大此一数值; -t 数值:TTL 的数值,预设是 255,每经过一个节点就会少一; -W 数值:等待响应对方主机的秒数。 -M [do|dont] :主要在侦测网络的 MTU 数值大小,两个常见的项目是:    do  :代表传送一 ...
开始-》运行 regsvr32 /n /i:u shell32

ipconfig ifconfig

The equivalent of ipconfig command in Linux is ifconfig although you may need to use multiple commands to retrieve and configure network configuration in Linux.  Here are some basic equivalent uses of ipconfig in linux: ipconfig simply translates to: $ ifconfig ipconfig /all could be translated to, $ ...
Global site tag (gtag.js) - Google Analytics