https://wiki.tistory.com/entry/%EB%94%94%EB%A0%89%ED%84%B0%EB%A6%AC-%EB%B0%B1%EC%97%85-%EB%B3%B5%EC%82%AC%EC%97%90-rsync-%EB%A5%BC-%EC%82%AC%EC%9A%A9%ED%95%98%EC%9E%90 디렉터리 백업 (복사)에 rsync 를 사용하자rsync란 무엇인가rsync는 컴퓨터 시스템 상에서 파일을 효율적으로 전송하고 동기화하기 위한 유틸리티의 하나로, 파일의 타임스탬프와 크기를 검사함으로써 이루어진다. wikipedia홈페이지 : https://wiki.tistory.com
@Enumerated(value = EnumType.STRING)https://pamyferret.tistory.com/6 [ Enum ] JPA로 enum name 그대로 DB에 저장하기(@Enumerated)최근에 Enum을 이렇게도 저렇게도 사용해보게 되었다. 그 동안 회사 프로젝트에서는 왜 사용을 안 했는지 정말 후회되는 Enum... 나 처럼 enum을 처음 사용해보는 사람은 JPA를 사용할 때 entity에 enum cpamyferret.tistory.comimport javax.persistence.EnumType;...public class Order { ... @Enumerated(value = EnumType.STRING) // 또는 @Enumerated(EnumType.STRI..
SELECT GROUP_CONCAT(DISTINCT categories ORDER BY categories ASC SEPARATOR ' ') FROM table https://stackoverflow.com/questions/3083499/mysql-distinct-on-a-group-concat MySQL DISTINCT on a GROUP_CONCAT()I am doing SELECT GROUP_CONCAT(categories SEPARATOR ' ') FROM table. Sample data below: categories ---------- test1 test2 test3 test4 test1 test3 test1 test3 However, I am getting test1 test2 test3..
https://stackoverflow.com/questions/70215736/kotlin-spring-boot-bean-validation-not-working Kotlin Spring Boot bean validation not workingI have quite a few projects that is slowly being migrated from Java to Kotlin, but I'm facing a problem when changing from Java POJO to Kotlin data classes. Bean validation stops working in RESTstackoverflow.com
@RestController@Validated // https://stackoverflow.com/questions/28150405/validation-of-a-list-of-objects-in-spring Validation of a list of objects in SpringI have the following controller method: @RequestMapping(value="/map/update", method=RequestMethod.POST, produces = "application/json; charset=utf-8") @ResponseBody public ResponseEntityWrapperstackoverflow.com
sudo nginx -s stophttps://serverfault.com/questions/141975/how-to-stop-nginx-on-mac-os-x How to stop nginx on Mac OS XI've installed and configured nginx server on my Mac from MacPorts sudo port install nginx Followed the recommendation from the port installation console and created the launchd startup item for n...serverfault.com
https://instaloader.github.io/as-module.html Python Module instaloader — Instaloader documentationUse a Post shortcode (part of the Post URL, https://www.instagram.com/p/SHORTCODE/) to create a Post object: post = Post.from_shortcode(L.context, SHORTCODE)instaloader.github.io
https://code-lab1.tistory.com/406 java.lang.IllegalStateException: Cannot get a STRING value from a NUMERIC cell 에러 해결에러 상황 Spring에서 Apache POI를 통해 엑셀 파일을 읽으려고 했다. 그런데 연도(year) 셀을 읽을 때 cannot get a STRING value from a numeric cell 라는 에러가 발생했다. 해당 에러는 숫자가 입력된 셀에서 Strincode-lab1.tistory.comrow.getCell(1).setCellType(CellType.String);year = row.getCell(1).getStringCellValue();출처: https://code-lab1...
https://brunch.co.kr/@skychang44/255 무료로 종이책 출판하기- POD 자가출판부크크, 교보문고 퍼플 플랫폼 등에서 책 제작하기 | 현실적으로 책 출판하는 방법에 대해서 이야기하고 있는데요. 기획출판, 자비출판 방법에 이어 작가가 직접 출판을 하는 자가 출판 방식에brunch.co.krhttps://brunch.co.kr/@jhcolour/245 05화 일단은 자가출판 - 부크크, 유페이퍼, 퍼플 비교사진 속 서점: 서촌 Ofr Seoul | 책을 내는 방식은 출판사를 통하는가 아닌가로 나눌 수 있다. 출판사에 의한 방식은 우리가 흔히 알고 있는 기획출판과 작가가 출간에 관련한 비용을 지불하는 자비brunch.co.kr

덕업일치: 본인이 좋아하는 취미와 직업이 일치된다는 뜻GPAM: Goal, Plan, Action, Measure 더닝 크루거 효과(Dunning–Kruger effect)는 인지 편향의 하나로, 능력이 없는 사람이 잘못된 판단을 내려 잘못된 결론에 도달하지만, 능력이 없기 때문에 자신의 실수를 알아차리지 못하는 현상을 가리킨다. 쓸모 있는 사람 = 전문가 = 역량 = 전문 역량 + 일반 역량쓸모 있는 사람 = 일의 가치 * 전문가 = 일의 가치 * (전문 역량 + 일반 역량) 백엔드 엔지니어의 실력은 얼마나 많은 오류와 장애를 만나고 이를 해결했는지 여부에 따라 갈린다.1. 소스 코드 레벨에서 이해하자2. 지식을 글로 공개하라, 결과물로 남기는 것이 중요, 사람의 기억력은 믿을 수 없고, 제대로 이해했..
https://github.com/thymeleaf/thymeleaf/issues/147blabla generates blabla instead of Double underscore removed and exception processing _ code · Issue #147 · thymeleaf/thymeleafDouble underscore are removed when its expression is processed: blabla generates blabla instead of github.comname.replaceAll("__([^_]+)__", "$1"),
https://docs.aws.amazon.com/ko_kr/waf/latest/developerguide/aws-managed-rule-groups-baseline.html 기준 규칙 그룹 - AWS WAF, AWS Firewall Manager, 및 AWS Shield Advanced이 규칙은 웹 ACL 및 리소스 유형에 대한 본문 크기 제한까지만 요청 본문을 검사합니다. Application Load Balancer 및 의 AWS AppSync경우 제한은 8KB로 고정되어 있습니다. API Gateway, Amazon Cognito, 앱 러너 및docs.aws.amazon.com
git config --global --unset remote.origin.fetchhttps://stackoverflow.com/questions/54922704/git-cloning-error-fatal-multiple-updates-for-ref-not-allowed Git cloning error: 'fatal: multiple updates for ... ref not allowed'I'm getting an error when trying to git clone a repository: git clone https://github.com/laradock/laradock.git Cloning into 'laradock'... ...stackoverflow.com
SELECT GROUP_CONCAT(hobbies SEPARATOR ', ') FROM peoples_hobbies WHERE person_id = 5 GROUP BY 'all';https://stackoverflow.com/questions/276927/can-i-concatenate-multiple-mysql-rows-into-one-field Can I concatenate multiple MySQL rows into one field?Using MySQL, I can do something like: SELECT hobbies FROM peoples_hobbies WHERE person_id = 5; My Output: shopping fishing coding but instead I..
https://dlee0129.tistory.com/25 [Github] git config core.ignorecase falseGithub git config core.ignorecase false Github는 파일명이나 폴더명을 대소문자만 변경하면 인식하지 못합니다. 그것을 인식하게 해준다고 알려진 git config core.ignorecase false 설정방법입니다. 기존에는 파일dlee0129.tistory.com
- Total
- Today
- Yesterday
- 메디파크 내과 전문의 의학박사 김영수
- 레퍼럴
- 인스타그램
- 연애학개론
- follower
- 테슬라 추천
- 책그림
- 테슬라 레퍼럴
- 김달
- Bot
- 어떻게 능력을 보여줄 것인가?
- 테슬라 리퍼럴 코드 생성
- 유투브
- 테슬라 리퍼럴 코드
- 테슬라 리퍼럴 코드 혜택
- 팔로워 수 세기
- 테슬라 크레딧 사용
- 모델y
- 할인
- Kluge
- wlw
- 테슬라
- 개리마커스
- 모델 Y 레퍼럴
- COUNT
- 테슬라 레퍼럴 코드 확인
- 테슬라 레퍼럴 적용 확인
- 클루지
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |