工作中常常会有需要在某个文件夹内使用cmd的情况,例如运行某脚本,下面演示几种方法. 以进入以下目录操作为例: 方式一 : 常用的cd命令 cd命令是我们平常使用比较多的方式: 1. Win+R打开cmd窗口,默认显示如下(非管理员模式): 此时需要依次键入命令e: cd github cd anyer cd Wechat-Weapp 或e: cd github\anyer\WeChat-WeApp\ 或 cd E:\github\anyer\WeChat-WeApp\(没有进入指定目录时,再键
在使用visual studio 2013启动self host webapi时候碰到下面的错误: 详细错误信息如下: HTTP could not register URL http://+:86/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details 大概意思是和安全相关的问题, 可以按照http:/