일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 2020
- Movie
- 수능
- parametric search
- 카카오
- BOJ
- coding
- 영어
- Recursive
- 리뷰
- health
- 백준
- 완전탐색
- kakao
- usaco
- 추천
- BFS
- 알고리즘
- 코딩 테스트
- Greedy
- 나는솔로
- Algorithm
- 해설
- benefits
- silver
- 영화
- array
- review
- 넷플릭스
- Netflix
- Today
- Total
목록전체 글 (99)
Young
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bDaWlA/btr3TIBIWXl/95W8Fauy9ZMQkFxrcu7L5k/img.png)
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..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/cMfaL8/btr3TH3VwX7/ZsjuyFsIq4yEqZFusvHkZ0/img.png)
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..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/dlNtO5/btr3HSq2eIP/mo2urrAv47C9NhdlpgKBTk/img.png)
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..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/cEPBDT/btr3of2nQrX/egvNLj1Jkgt9XSoUDBgAE0/img.png)
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..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/dKfgpC/btr3uEnbk0U/shRMGPrSjihZay1GWq2Ayk/img.png)
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..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bbGmJ9/btqNCdSUKj9/bSka802VTHpxcPeJWmqrik/img.png)
유효성 검사는 매우 중요한데, 이를 위해 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..