일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- review
- 넷플릭스
- silver
- parametric search
- 리뷰
- Movie
- BFS
- kakao
- 백준
- health
- BOJ
- 추천
- 카카오
- array
- 영화
- 코딩 테스트
- coding
- 완전탐색
- 영어
- 2020
- Greedy
- usaco
- 해설
- 알고리즘
- Algorithm
- 나는솔로
- Netflix
- 수능
- Recursive
- benefits
- Today
- Total
목록 computer (99)
Young
Cacao nibs are small pieces of roasted cacao beans that have been separated from their husks and broken into smaller pieces. They are a popular ingredient in health foods and have gained a reputation for their potential health benefits. Here, we will discuss the efficacy of cacao nibs and the evidence behind their health claims. Rich in Antioxidants: Cacao nibs are an excellent source of antioxi..
Garlic is a popular ingredient used in many dishes around the world, and it has been used for thousands of years for its medicinal properties. It is a member of the onion family and has a strong, pungent flavor and aroma. Garlic is a rich source of various vitamins and minerals, including vitamin C, vitamin B6, selenium, and manganese, and it also contains sulfur compounds that give it its disti..
Microplastics are tiny plastic particles that are less than 5 millimeters in size. They are everywhere in our environment, including the air we breathe, the water we drink, and the food we eat. While the long-term effects of microplastics on human health are still unclear, recent studies have raised concerns about the possible effects of microplastics on the developing fetus. During pregnancy, t..
Eating healthy doesn't have to be complicated or expensive. By making small changes to your diet and eating habits, you can improve your health and well-being without sacrificing taste or enjoyment. In this article, we'll share five simple and healthy eating habits that you can adopt for a better life. Eat More Whole Foods Whole foods are foods that are minimally processed and contain no added s..
In today's fast-paced world, it's no secret that stress is a major issue for many people. Whether it's work-related stress, financial stress, or personal stress, it can take a toll on our mental and physical well-being. While there are many strategies for managing stress, one that has gained popularity in recent years is meditation. In this article, we'll explore the benefits of meditation for s..
유효성 검사는 매우 중요한데, 이를 위해 hibernate validator 를 사용하면 기본적인 유효성 검사를 편하고, 깔끔하게 할 수 있다. 이 hibernate validator 를 만들게 된 이유를 보면, 아래와 같이 객체를 전달할 때마다 유효성 검증을 할텐데, 이 때 코드 중복이 너무 많다는 단점을 보완하기 위해서 이것을 만든 것이다. 그래서 아래와 같이 dto 에 각 멤버변수에 대한 제약조건을 모두 명시해 놓으면, 각 층으로 객체를 넘길때마다 유효성 검증하는 코드를 쉽게 작성할 수 있게끔 한다는 목적을 가지고 만들었다. (docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#validator-gettingstarted) ..
Mybatis Query 성공시 Select - Select문에 해당하는결과 Insert - 1 (여러개일경우도 1) Update - Update된 행의 개수 반환 (없다면 0) delete - Delete된 행의개수 (없다면 0)
heowc.dev/2018/02/10/spring-boot-async/ 허원철의 개발 블로그 Spring Boot - Async heowc.dev stackoverflow.com/questions/43607467/async-method-in-spring-boot Async method in Spring Boot I have a problem with sending email with method annotated as @Async. Firstly, I am not sure if it is possible to work as I want so I need help with explanation. Here is what am doing now: In main stackoverflow.com www.hanum..