https://heehehe-ds.tistory.com/entry/Git-git-clone-%ED%95%A0-%EB%95%8C-username-password-%ED%95%A8%EA%BB%98-%EC%9E%85%EB%A0%A5%ED%95%B4%EC%A3%BC%EA%B8%B0 [Git] git clone, push, pull 할 때 username / password 함께 입력해주기 사내 enterprise github를 사용하다 보니 다른 repository에서 git clone을 할 때 번거로운 점이 있었다. 기존 방식대로 git clone 후 git 주소를 입력하면 파일을 다운받을 때마다 username과 password를 입력하.. heehehe-ds.tistory.com https://stacko..
termux-setup-storage # /data/data/com.termux/files/home/storage/dcim/ pkg install cronie termux-services # restart termux session sv-enable crond cd /data/data/com.termux/files/home/storage/dcim/ git clone https://github.com/seunggabi/test.git git config credential.helper store --global crontab -e * * * * * cd /data/data/com.termux/files/home/storage/dcim/test && git pull https://www.reddit.com/..
`NavtiveQuery=True` https://sg-moomin.tistory.com/entry/Validation-failed-for-query-for-method-public-abstract-%EC%98%A4%EB%A5%98-%ED%95%B4%EA%B2%B0 Validation failed for query for method public abstract 오류 해결 최근에 개인적인 사정으로 포스팅을 못해서 오랜만에 오류 포스팅으로 찾아왔습니다. 제가 개인적으로 JPA를 공부하고 있는데 JPA를 하다보면 생각하지 못한 곳에서 오류가 자주 발생했습니다. V sg-moomin.tistory.com
@GetMapping("/bars/{barId}") fun getBar(@PathVariable(value = "barId") barId: Optional) https://jsonobject.tistory.com/475 Spring Boot, @PathVariable 사용법 정리 @PathVariable @PathVariable 파라메터를 사용하면 아래와 같이 URI의 일부를 변수로 전달할 수 있다. @GetMapping("/bars/{barId}") fun getBar(@PathVariable(value = "barId") barId: Optional ) @PathVariable.. jsonobject.tistory.com
1. (너무나 당연하지만) 리뷰자는 리뷰이의 코드에 대해 공격적인 질문은 자제하자. 왜 이렇게 짰어요? 이런 질문은 듣는 사람도 기분나쁘고, 리뷰를 지켜보는 사람 입장에서도 안타깝다. 코드 리뷰의 취지를 기억하자. 우리는 코드 리뷰를 통해 미연에 버그를 찾고, 더 좋은 소프트웨어를 만들기 위해 하는 것이지, 남이 짠 코드를 비난하고 내가 더 우위에 있다는것을 각인시키기 위해 하는 것이 아니다. 이렇게 하면 어떨까요? 이렇게 운을 띄우자. 단, 반드시 이유를 제시하여 본인의 취향 강조가 아님을 명백히 하는것이 좋겠다. 2. 리뷰자는 리뷰이의 설명을 다 듣고 발언하자. 리뷰이가 코드와 의도를 설명하는 중에 자꾸 리뷰자가 첨언하면 흐름이 끊겨 리뷰이도 피곤해지고, N명의 리뷰자도 피곤해진다. 코드에 대한 개선..
https://velog.io/@mayinjanuary/git-%EC%BB%A4%EB%B0%8B-%EB%A9%94%EC%84%B8%EC%A7%80-%EC%88%98%EC%A0%95%ED%95%98%EA%B8%B0-changing-commit-message [git] 커밋 메세지 수정하기 (changing commit message) 로컬에 있는, 혹은 리모트에 이미 올라간 commit message 를 수정하는 방법을 알아봅니다. 가장 최신의 commit 을 수정하는 방법과, 더 오래된 commit 을 수정하는 방법을 알아봅니다. velog.io
boolean isValidISODateTime(String date) { try { java.time.format.DateTimeFormatter.ISO_DATE_TIME.parse(date); return true; } catch (java.time.format.DateTimeParseException e) { return false; } } https://stackoverflow.com/questions/64861831/whats-the-recommended-way-to-validate-iso8601-datetime-string-in-java Whats the recommended way to validate ISO8601 datetime string in java I am using java 11..
@EnableJpaRepositories("com.pharmacy.persistence.users.dao") https://stackoverflow.com/questions/29221645/cant-autowire-repository-annotated-interface-in-spring-boot Can't Autowire @Repository annotated interface in Spring Boot I'm developing a spring boot application and I'm running into an issue here. I'm trying to inject a @Repository annotated interface and it doesn't seem to work at all. I'..
dependencies { // JAX-B dependencies for JDK 9+ implementation "jakarta.xml.bind:jakarta.xml.bind-api:2.3.2" implementation "org.glassfish.jaxb:jaxb-runtime:2.3.2" } https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception How to resolve java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException I have some code that uses JAXB API ..
/** * RegExp to test a string for a ISO 8601 Date spec * YYYY * YYYY-MM * YYYY-MM-DD * YYYY-MM-DDThh:mmTZD * YYYY-MM-DDThh:mm:ssTZD * YYYY-MM-DDThh:mm:ss.sTZD * @see: https://www.w3.org/TR/NOTE-datetime * @type {RegExp} */ var ISO_8601 = /^\d{4}(-\d\d(-\d\d(T\d\d:\d\d(:\d\d)?(\.\d+)?(([+-]\d\d:\d\d)|Z)?)?)?)?$/i /** * RegExp to test a string for a full ISO 8601 Date * Does not do any sort of dat..
{ "type": "record", "name": "Test", "namespace": "com.acme", "fields": [{ "name": "name", "type": "string" }, { "name": "age", "type": "int" }, { "name": "sex", "type": "string" }, { "name": "myenum", "type": ["null", { "type": "enum", "name": "Suit", "symbols": ["SPADES", "HEARTS", "DIAMONDS", "CLUBS"] } ] } ] } https://stackoverflow.com/questions/50283736/avro-enum-field Avro ENUM field I am t..
https://stackoverflow.com/questions/63905890/kubernetes-how-to-set-boolean-type-variable-in-configmap Kubernetes: How to set boolean type variable in configMap I want to set a boolean variable in configMap (or secret): apiVersion: v1 kind: ConfigMap metadata: name: env-config namespace: mlo-stage data: webpack_dev_server: false But when I apply it,... stackoverflow.com
https://github.com/pinterest/ktlint/issues/26#issuecomment-1149433232 "Unexpected indentation" on wrapped function declarations · Issue #26 · pinterest/ktlint The following function appears in the Kotlin Reference: fun reformat(str: String, normalizeCase: Boolean = true, upperCaseFirstLetter: Boolean = true, divideByCamelHumps: Boolean = false, wordSepar... github.com
https://stackoverflow.com/questions/43275356/presto-check-if-null-and-return-default-nvl-analog Presto check if NULL and return default (NVL analog) Is there any analog of NVL in Presto DB? I need to check if a field is NULL and return a default value. I solve this somehow like this: SELECT CASE WHEN my_field is null THEN 0 ELSE stackoverflow.com
https://zzsza.github.io/development/2020/06/06/github-action/ Github Action 사용법 정리 Github Action 사용법 및 cron 사용 방법에 대해 정리한 글입니다 Github Action으로 YES24 IT 신간을 파이썬으로 크롤링 후 Issue에 업로드하는 예제가 있습니다 Github Action with Python Github action with cron, Github a zzsza.github.io
https://blog.leocat.kr/notes/2020/12/14/intellij-avoid-wildcard-imports-in-kotlin-with-intellij [IntelliJ] Kotlin 코드에서 wildcard('*') import 사용하지 않기 ktlint를 사용하면 import java.util.Locale와 같은 wildcard import를 사용하지 못 하게 한다. blog.leocat.kr
https://github.com/confluentinc/kafka-images/issues/170 why this is not working? `services.kafka.environment.KAFKA_AUTO_CREATE_TOPICS_ENABLE contains true, which is an invalid type, it services.kafka.environment.KAFKA_AUTO_CREATE_TOPICS_ENABLE contains true, which is an invalid type, it should be a string, number, or a null KAFKA_AUTO_CREATE_TOPICS_ENABLE: true vs KAFKA_AUTO_CREA... github.com h..
ObjectMapper mapper = new ObjectMapper(); mapper.configure(SerializationFeature.FAIL_ON_EMPTY_BEANS, false); // do various things, perhaps: String someJsonString = mapper.writeValueAsString(someClassInstance); SomeClass someClassInstance = mapper.readValue(someJsonString, SomeClass.class) https://stackoverflow.com/questions/15261456/how-do-i-disable-fail-on-empty-beans-in-jackson How do I disabl..
cd path/to/project-b git remote add project-a /path/to/project-a git fetch project-a --tags git merge --allow-unrelated-histories project-a/master # or whichever branch you want to merge git remote remove project-a https://stackoverflow.com/questions/1425892/how-do-you-merge-two-git-repositories How do you merge two Git repositories? Consider the following scenario: I have developed a small expe..
https://stackoverflow.com/questions/9607903/get-domain-name-from-given-url/72678203#72678203 Get domain name from given url Given a URL, I want to extract domain name(It should not include 'www' part). Url can contain http/https. Here is the java code that I wrote. Though It seems to work fine, is there any better appro... stackoverflow.com const val WWW = "www." fun URL.domain(): String { val d..
springdoc: swagger-ui: url: /docs/merged path: / api-docs: custom: title: Data API version: 1.0 description: Data API service: ${SERVICE_HOST:} name: Core Data url: https://github.com/bucketplace/data email: eng-core-data@bucketplace.net https://github.com/springdoc/springdoc-openapi/issues/43 http://localhost:3006/swagger-ui/index.html serves Swagger Petstore. Can this be disabled? · Issue #43 ..
gradle --settings-file alt-settings.gradle tasks --all https://stackoverflow.com/questions/61544790/how-do-i-use-a-custom-gradle-build-file-and-gradle-settings-file How do I use a custom gradle build file and gradle settings file The gradle command has a bunch of flags to customize its environment [1]. Among them are --build-file and --settings-file. But I can't seem to get them to work the way ..
countries=$(cat) countries+=( "${countries[@]}" "${countries[@]}" ) echo ${countries[@]} https://stackoverflow.com/questions/31143874/how-to-concatenate-arrays-in-bash How to concatenate arrays in bash? I am a new to Bash. I have an array taking input from standard input. I have to concatenate itself twice. Say, I have the following elements in the array: Namibia Nauru Nepal Netherlands NewZeala..
https://stackoverflow.com/questions/6698354/where-to-get-utf-8-string-literal-in-java Where to get "UTF-8" string literal in Java? I'm trying to use a constant instead of a string literal in this piece of code: new InputStreamReader(new FileInputStream(file), "UTF-8") "UTF-8" appears in the code rather often, and would be much stackoverflow.com
- Total
- Today
- Yesterday
- 할인
- 테슬라 추천
- 어떻게 능력을 보여줄 것인가?
- Bot
- 연애학개론
- 테슬라 크레딧 사용
- COUNT
- 레퍼럴
- follower
- 테슬라 리퍼럴 코드 생성
- 테슬라 리퍼럴 코드 혜택
- 유투브
- 책그림
- 테슬라 레퍼럴 적용 확인
- 테슬라 리퍼럴 코드
- 테슬라 레퍼럴
- 메디파크 내과 전문의 의학박사 김영수
- 테슬라
- 모델 Y 레퍼럴
- 모델y
- wlw
- 테슬라 레퍼럴 코드 확인
- 개리마커스
- 팔로워 수 세기
- 김달
- Kluge
- 클루지
- 인스타그램
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |