您的位置:首页 > 其它

我工作中的常用工具

2005-04-20 13:41 225 查看
当然首推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

ngen、regasm、installutil

debugdiag(beta2)、clr profiler、clr spy

Process Explorer(www.sysinternals.com

adplus.vbs,windbg

pssdiag,sql profiler(有了前面的,后面的就可以不用了)

dtcping

偶基本上1/2的时间是救火队员的角色,环境、性能、安全问题,上述工具几乎都要用到。当然了,几乎都是微软提供的咚咚。个人感觉,掌握这些工具非常管用,提高了不少工作效率。

希望大家补充!自己用.NET作程序开发的时候,所使用到的各种工具。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: