뚝딱뚝딱
"error":"invalid_grant","error_description":"authentication failure" 오류가 계속 떠서 미칠뻔했는데 OAuth Username-Password 오류나서 확인해보니 이거 설정하기!
const authorId = $(this).children().eq(0).text(); const authorName = $(this).find('td').eq(1).text(); const description = $(this).find('td:nth-child(3)').text();
int[] answer = stack.stream().mapToInt(Integer::intValue).toArray();