我工作中的常用工具

  1. 当然首推Visual Studio .NET 2002 Command Prompt了。常用的命令行:
    cd,用tab(winxp下)或者用*(win2k下),自动完成目录名称
    copy con somefile
    type somefile | more
    fc/b file1 file2 或者fc/b file1 file2 > dif.txt
    whoami(winxp下)
    hostname
    msconfig(winxp下)
    net系列命令(包括net start aspnet_state、net localgroup等)
    set(通常只看最后一行,看windows安装目录在哪里)
    devenv somesln.sln /rebuild release
    uedit32 somefile
    notepad somefile
    iisreset
    services.msc
    logs
    eventvwr
  2. ngen、regasm、installutil
  3. debugdiag(beta2)、clr profiler、clr spy
  4. Process Explorer(www.sysinternals.com
  5. adplus.vbs,windbg
  6. pssdiag,sql profiler(有了前面的,后面的就可以不用了)
  7. dtcping

偶基本上1/2的时间是救火队员的角色,环境、性能、安全问题,上述工具几乎都要用到。当然了,几乎都是微软提供的咚咚。个人感觉,掌握这些工具非常管用,提高了不少工作效率。
希望大家补充!自己用.NET作程序开发的时候,所使用到的各种工具。

posted @ 2005-04-20 13:41  鞠强  阅读(3323)  评论(13编辑  收藏  举报

hello

world