Etc9 보유 기술 2022. 8. 12. PowerShell 파일 내용 찾기 명령어 Select-string -Path "d:\texttest.txt" -Pattern '찾을 텍스트' https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/select-string?view=powershell-7.1 Select-String (Microsoft.PowerShell.Utility) - PowerShell The Select-String cmdlet searches for text and text patterns in input strings and files. You can use Select-String similar to grep in UNIX or findstr.exe in Windows. Sele.. 2021. 9. 17. Java Jmeter 사용법(Windows) 회사에서 어떤 솔루션을 도입하려고 하는데 검증을 맡게됐다. 그래서 교차 검증으로 테스트 하기로 함. 1. 직접 구현한 멀티 스레드 테스트. 2. jmeter를 사용한 스레드 테스트 * 들어가기에 앞서, java 8버전 이상이 설치되어 있어야 합니다. * jmeter.apache.org/download_jmeter.cgi Apache JMeter - Download Apache JMeter Download Apache JMeter We recommend you use a mirror to download our release builds, but you must verify the integrity of the downloaded files using signatures downloaded from our.. 2021. 3. 29. IDE 이클립스, 인텔리제이, Visual Studio 디버그 단축키 이클립스 F6 내리기, F7 단위 진행, F8 다음 브레이크 포인트 인텔리제이 F7 단위 진행, F8 내리기, F9 다음 브레이크 포인트 코드 커버리지 없애기 Ctrl + Alt + F6 비주얼스튜디오 F5 다음 브레이크 포인트, F10 단위 진행, F11 들어가기 2020. 8. 31. 이전 1 2 3 다음