WebClient 로 graphql 서버에 요청보내기 - mutation, variables
https://cokes.tistory.com/172
- Back-End/Spring(Boot)
- · 2023. 2. 15.
str1 ='abcdefg123456789' length = 5 [str1[i:i+length] for i in range(0, len(str1), length)] # 리스트로 봔환됨 # ['abcde', 'fg123', '45678', '9']
creationflags 옵션으로 0x08000000 주면 됩니다. subprocess.run("taskkill", creationflags="0x08000000")
https://cokes.tistory.com/172