摘要:
Windows: Type in CMD: Systeminfo | findstr / i "System Model" If "System Model" contains Virutal, it is a virtual machine, the others are physical mac 阅读全文
摘要:
Windows 10 and Windows Server 2016 support native Windows containers From Docker's offical website, I know Windows 10 and Windows Server 2016 is requi 阅读全文
摘要:
Excel如何让网址和email地址不自动变成超链接?File -> Options -> Proofing -> AutoCorrect Options -> AutoFormat As You Type > Internet and network paths with hyperlinks - 阅读全文
摘要:
I encounter a problem like this: As you know, we config html format email in Jenkins. I need to insert several images in the HTML.But I am sure about 阅读全文
摘要:
From UI: Tool-->Generate HTML report From Command-line: Generation from an existing sample CSV log file: jmeter -g <log file> -o <Path to output folde 阅读全文
摘要:
1. 批处理删除远程共享目录7天以上的文件和空文件夹 net use * /del /yes NET USE X: \\10.29.48.12\shares\Test password /user:DOMAIN1\account set AutoPath=X:\ %AutoPath:~0,2% pu 阅读全文