摘要: 在IE6中,在当前的页面URL中添加命令:&displaymode=design,即可对页面进行编辑设计。在IE7、8下面通过右上角的"Edit Page"即可进行编辑。 阅读全文
posted @ 2013-04-17 13:38 风影极光 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 我在访问ps1文件的时候,一定要注意访问路径中是否包含空格。包含空格要用单引号''来处理。PowerShell -command Set-ExecutionPolicy "Bypass"set filepath= '%CD%\AppDeployment.ps1'PowerShell -command "& %filepath%"Pause错误的写法:PS C:\> C:\Documents and Settings\Mingle\My Documents\PS\test.ps1The term 'C: 阅读全文
posted @ 2013-04-17 12:55 风影极光 阅读(3163) 评论(0) 推荐(0) 编辑