摘要:
如上 将指定目录下的所有的文件名从 old 改成 new.. adding -WhatIf at the end of the command we are saying to PowerShell: 'Just test, don't actually make any permanent cha 阅读全文
摘要:
JavaScript : Array assignment creates reference not copy 29 May 2015 Consider we have an array var a = [1,2,3,4]; and we assign var b = a; then b not 阅读全文