美文网首页
Windows命令

Windows命令

作者: 暴风鱼 | 来源:发表于2017-10-29 20:25 被阅读14次
    ##################################################################
    #                           Windows命令                           #
    ##################################################################
    netstat -ano | findstr "8080"
      -a all 
      -n number 显示数字
      -o 显示进程ID
    msconfig
    mmc
    nslookup  #查看dns相关信息
        nslookup www.x.com 8.8.8.8  # 从8.8.8.8查看 域名解析结果
    gpedit.msc
    hosts  文件 --> C:\WINDOWS\system32\drivers\etc\hosts
    
    /***********begin************/
       make %1
       link %1
          将这两行写入文件m.bat
       则执行 m 1.asm 时会将“1.asm”传给 %1 执行 
    /************end************/
    

    相关文章

      网友评论

          本文标题:Windows命令

          本文链接:https://www.haomeiwen.com/subject/rufupxtx.html