Develop27 [IntelliJ] Show diff https://blog.jetbrains.com/ko/idea/2022/07/compare-anything-in-intellij-idea/ 강력한 비교 기능: IntelliJ IDEA에서 무엇이든 비교하세요 | The IntelliJ IDEA Blog 목차 Comparing project files Comparing project files with non-project files Comparing the editor with the clipboard Comparing revisions in the local history Comparing with a branch Comparing modifie blog.jetbrains.com 2022. 9. 27. Truncate String https://blog.leocat.kr/notes/2018/03/23/groovy-tokenizing-string [Groovy] 문자열 자르기 (tokenizing) Java 문자열을 자를 때 많이 쓰는 함수는 split이다. split은 정규식도 가능하다는 장점이 있다. Groovy는 당연히 split을 사용할 수도 있지만, tokenize함수도 제공된다. 둘의 차이를 살짝 비교해 보자. blog.leocat.kr 1. .split() 결과로 empty string이 나올 수 있음 2. .tokenize() 결과로 empty string이 나오지 않음 String testString='hello world' assert ['he', ' w', 'r', 'd'] == testString.tokeniz.. 2022. 9. 27. Remove duplicated values in a list https://stackoverflow.com/questions/25290481/groovy-remove-duplicate-from-list-using-unique-function Groovy remove duplicate from list using unique function I'm using soapui groovy script. I want to remove the duplicate from a list, using the next code: def myStr = "aaaa ; bbbb ; ccccc" def myList = myStr.split(";") myList = myList.unique() but wh... stackoverflow.com https://stackoverflow.com/q.. 2022. 9. 27. [appium] Find Element http://appium.io/docs/en/commands/element/find-element/ Find Element - Appium From here you can search these documents. Enter your search terms below. appium.io 2022. 6. 26. 이전 1 2 3 4 5 ··· 7 다음