Recent posts

파일 합치기

less than 1 minute read

1. 개요 https://www.acmicpc.net/problem/11066

나머지 합

less than 1 minute read

1. 개요 https://www.acmicpc.net/problem/10986

텀 프로젝트

less than 1 minute read

1. 개요 https://www.acmicpc.net/problem/9466

AOP

5 minute read

트랜잭션 코드의 문제 ```java import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.SQLException;