[*.{kt,kts}] disabled_rules = import-ordering https://stackoverflow.com/questions/60829868/android-studio-does-not-rearrange-import-in-lexicographic-order Android Studio does not rearrange import in lexicographic order Given the following imports import javax.inject.Inject import kotlinx.android.synthetic.main.fragment.* Android Studio rearrange to the following when pressing control + option + ..
https://wildeveloperetrain.tistory.com/218#google_vignette @Transactional 상태에서 Exception이 발생했을 때 Rollback 동작 과정 @Transactional 어노테이션을 통해 트랜잭션을 선언하고 메서드 내부 로직을 짜던 중 '트랜잭션 안에서 발생하는 예외와 그 예외를 처리하는 방법에 따라 어떻게 롤백이 되는지'에 대한 개념이 명확 wildeveloperetrain.tistory.com
https://stackoverflow.com/questions/9267799/how-do-you-get-current-active-default-environment-profile-programmatically-in-sp/77262475#77262475 How do you get current active/default Environment profile programmatically in Spring? I need to code different logic based on different current Environment profile. How can you get the currently active and default profiles from Spring? stackoverflow.com h..
v=asdf lower=$(echo "$v" | tr '[:lower:]' '[:upper:]') upper=$(echo "$v" | tr '[:upper:]' '[:lower:]') https://codechacha.com/ko/shell-lowercase-uppercase/ Bash Shell - 대문자, 소문자로 변환 (Uppercase, Lowercase) Bash shell에서 알파벳으로 구성된 문자열을 대문자(Uppercase)로 변경하거나 소문자(Lowercase)로 변환하는 방법을 소개합니다. 문자열 오른쪽에 `^^`를 붙이면 문자열이 모두 대문자로 변환됩니다. 그 codechacha.com
brew install openjdk@17 p=~/.zshrc java_home=/opt/homebrew/opt/openjdk@17 if ! grep -q "export JAVA_HOME=${java_home}" ${p}; then echo "export JAVA_HOME=${java_home}" >> ${p} else echo "already exists 'JAVA_HOME'" fi if ! grep -q "export PATH=\${JAVA_HOME}/bin:\${PATH}" ${p}; then echo "export PATH=\${JAVA_HOME}/bin:\${PATH}" >> ${p} else echo "already exists 'PATH'" fi rm -rf ~/java ln -s jdk-1..
https://dongsik93.github.io/til/2022/08/10/til-kotlin-value-class/ [Kotlin] Value Class - 동식이 블로그 [Kotlin] Value Class dongsik93.github.io https://velog.io/@dhwlddjgmanf/Kotlin-1.5%EC%97%90-%EC%B6%94%EA%B0%80%EB%90%9C-value-class%EC%97%90-%EB%8C%80%ED%95%B4-%EC%95%8C%EC%95%84%EB%B3%B4%EC%9E%90 Kotlin 1.5에 추가된 value class에 대해 알아보자 Kotlin 1.5에 새로 추가된 value class에 대해 알아봅시다!! velog.io
### node_exporter ```shell VERSION=1.6.1 OS=linux-amd64 NAME=node_exporter-${VERSION}.${OS} wget https://github.com/prometheus/node_exporter/releases/download/v${VERSION}/${NAME}.tar.gz tar -xvf ${NAME}.tar.gz ln -s ${NAME} node_exporter ./node_exporter/node_exporter & ``` ```shell pgrep node_exporter | xargs kill -9 ./node_exporter/node_exporter & ``` https://sh-safer.tistory.com/204 centos7 Pr..
https://stackoverflow.com/questions/19303511/enum-values-method-efficiency Enum values() method efficiency Is there any inefficiency in calling the values() function of a specific enum class multiple times? I have seen instances of existing code where the results of values() are cached for reuse. Is t... stackoverflow.com
netstat -tnlp | grep ${PORT} | gawk '{ print \$7 }' | grep -o '[0-9]*' | xargs kill -9 https://banbanmumani.github.io/2017/12/19/%EB%A6%AC%EB%88%85%EC%8A%A4%ED%8F%AC%ED%8A%B8%EB%A1%9C%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%A4%EC%A3%BD%EC%9D%B4%EA%B8%B0/ 리눅스 포트 번호로 특정 프로세스 죽이기 리눅스 포트 번호로 특정 프로세스 죽이기 Dec 19, 2017 특정 포트를 사용중인 프로세스를 죽이려면 fuser를 사용하면 된다. fuser 사용법 info fuser 20001 번 포트를 사용중인 프로세스를 죽일 경우 fu..
https://bono915.tistory.com/entry/Linux-%EB%A6%AC%EB%88%85%EC%8A%A4-IP-%ED%99%95%EC%9D%B8-%EB%B0%A9%EB%B2%95 [Linux] 리눅스 IP 확인 방법 리눅스(Linux)에서 IP를 확인하는 여러가지 방법이 있습니다. 1. hostname -I (대문자) hostname -l 명령어를 입력하여 IP 정보를 확인할 수 있습니다. 2. ifconfig ifconfig 명령어를 입력하여 IP 정보와 서브넷 bono915.tistory.com
org.apache.commons.lang3.LocaleUtils.toLocale("en_US") Locale.forLanguageTag("en-US") https://stackoverflow.com/questions/2522248/how-to-get-locale-from-its-string-representation-in-java How to get Locale from its String representation in Java? Is there a neat way of getting a Locale instance from its "programmatic name" as returned by Locale's toString() method? An obvious and ugly solution wou..
https://www.oracle.com/java/technologies/downloads/#java8 https://www.oracle.com/java/technologies/downloads/#java11 vi .bashrc export JAVA_HOME=~/java exporot PATH=$JAVA_HOME/bin:$PATH source .bashrc https://ksr930.tistory.com/91 [Linux] 리눅스에 JAVA 8, 11 설치 하기 리눅스 Java 8 / 11 설치 리눅스에서 ELK를 설치해서 테스트해보기전에 필수로 설치해야 하는것중 하나가 Java입니다. 윈도우에선 자바 설치파일만 받고 실행하면 자동으로 설치되지만 리눅스는 사 ksr930.tistory.com
{ "channel": "ABCDEBF1", "attachments": [ { "mrkdwn_in": ["text"], "color": "#36a64f", "pretext": "Optional pre-text that appears above the attachment block", "author_name": "author_name", "author_link": "http://flickr.com/bobby/", "author_icon": "https://placeimg.com/16/16/people", "title": "title", "title_link": "https://api.slack.com/", "text": "Optional `text` that appears within the attachm..
http://www.chidoo.me/index.php/2023/08/25/thinking-about-visible-for-testing-annotation/ @VisibleForTesting을 활용에 대한 단상 간만에 개발에 대한 글을 써본다. 코드를 잠깐 봐볼까 싶다가 @VisibleForTesting이라는 Annotation을 봤다. 사실 처음보는 Annotation이라 뭐하는 놈인가 싶은 생각이 들어서 찾아봤다. Package com.google.common www.chidoo.me
https://velog.io/@___pepper/pytest-pytest-coverage [TDD] pytest coverage pytest coverage 사용하기 velog.io https://daco2020.tistory.com/535 pytest _ pytest-cov로 coverage 확인하기(실습) GitHub - Daco2020/pytest-cov-practice: Repository for practicing pytest-cov Repository for practicing pytest-cov. Contribute to Daco2020/pytest-cov-practice development by creating an account on GitHub. github.com (실습에 사용하는..
- Total
- Today
- Yesterday
- 김달
- 인스타그램
- 할인
- follower
- 개리마커스
- 테슬라 레퍼럴 적용 확인
- 테슬라 리퍼럴 코드
- Bot
- COUNT
- 테슬라 추천
- 클루지
- Kluge
- 모델 Y 레퍼럴
- wlw
- 테슬라 크레딧 사용
- 책그림
- 팔로워 수 세기
- 메디파크 내과 전문의 의학박사 김영수
- 테슬라 리퍼럴 코드 생성
- 레퍼럴
- 어떻게 능력을 보여줄 것인가?
- 테슬라 레퍼럴 코드 확인
- 연애학개론
- 테슬라 레퍼럴
- 테슬라 리퍼럴 코드 혜택
- 모델y
- 유투브
- 테슬라
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |