profile
이곳은 Fola Flor 의 메모 창고입니다. 깃허브, 트위터, 기술 블로그 링크가 이 문장 바로 아래에 있습니다.
태그 목록
전체보기 (115)Java(23)자바(14)String(9)python(7)문자열(7)docker(6)파이썬(6)django(6)배열(6)Int(6)swift(5)array(5)도커(4)&&(4)sql(4)파싱(3)linux(3)장고(3)git(3)자리수(3)정수(3)db(3)command(2)format(2)printf(2)charAt(2)뒤집기(2)캐시(2)print(2)정렬(2)빈칸(2)명령어(2)리스트(2)(2)Sort(2)진수(2)접미사(2)(2)timezone(2)포멧(2)리눅스(2)Database(2)PORT(2)math(2)테이블 복사(1)order(1)쿼리(1)lsof(1)boolean(1)nodejs(1)endIndex(1)Cache(1)도커컴포즈(1)DockerHub(1)ampersand(1)ASCII(1)Index(1)형변환(1)Makefile(1)EUC-KR(1)정수형(1)centos(1)collections(1)input(1)float(1)스캐너(1)가상환경(1)null(1)oracle(1)PostgreSQL(1)parseInt(1)cat(1)createview(1)태그(1)소문자(1)model(1)trimming(1)인코딩(1)blank(1)파이참(1)인텔리제이(1)method(1)eclipse(1)앞뒤(1)action(1)버퍼라이터(1)공백(1)settings.py(1)twitter(1)English(1)f(1)cli(1)switch(1)json(1)drf(1)repeat(1)최소(1)ManyToMany(1)형식(1)스위치(1)수학(1)default(1)brew(1)케이스(1)최대(1)단어(1)joined(1)commit(1)삼항연산자(1)sout(1)iconv(1)커밋(1)입출력(1)count(1)startIndex(1)영어(1)protected(1)encoding(1)pipe(1)mysql(1)예외처리(1)CSS(1)html(1)타임존(1)asList()(1)정규식(1)log(1)pycharm(1)버퍼리더(1)repeating(1)max(1)BufferedReader(1)콤마(1)최소값(1)단축키(1)Markdown(1)마크다운(1)tweet(1)취소(1)출력(1)random(1)shortcut(1)집합(1)venv(1)변환(1)separator(1)Builder(1)arr(1)(1)Map(1)suffix(1)Token(1)토큰(1)OneToOne(1)약어(1)대문자(1)min(1)어레이리스트(1)Date(1)반복(1)equals(1)아스키(1)docker compose(1)private(1)대소문자(1)utf 8(1)trim()(1)set(1)reverseOder(1)case(1)BigInteger(1)static(1)vim(1)ci(1)radix(1)포트(1)이클립스(1)버퍼(1)IntelliJ(1)데이트(1)substring(1)OneToMany(1)부울(1)contains()(1)ORM(1)public(1)LOWER(1)parsing(1)sb(1)아스키코드(1)OOP(1)UPPER(1)server(1)문자(1)ArrayList(1)

Memorizing vim editor shortcut

0 : Move to the beginning of the line$ : Move to the end of the linew : Move forward to the beginning of the next wordb : Move back to the beginning o

2023년 3월 18일
·
0개의 댓글
·

The Linux operators and separators commands

The Linux operators and separators commandsThe semicolon is used to separate two or more commands on a single line. The commands are executed one afte

2023년 2월 26일
·
0개의 댓글
·

MySQL timezone

타임존 변경 전후로 시각 확인할 것

2023년 2월 23일
·
0개의 댓글
·

manyToMany

One to many:

2023년 2월 14일
·
0개의 댓글
·

twitter search command

Keyword or phrase:"COVID-19 vaccine" - search for tweets that mention the \* COVID-19 vaccine"space exploration" OR "NASA" - search for tweets that me

2023년 2월 11일
·
0개의 댓글
·

python - json parsing

2022년 11월 17일
·
0개의 댓글
·

Django settings.py memo

The difference of way to get time now as < USE_TZ = True / False > :True False

2022년 9월 28일
·
0개의 댓글
·

github action dockerhub login

Create Access Tokens From dockerhub page\-> Account Settings \-> Security\-> New Access TokenHow to Make github action SecretsFrin Repository page\->

2022년 9월 28일
·
0개의 댓글
·

docker-compose memo

On docker-compose.ymlports:

2022년 9월 27일
·
0개의 댓글
·

파이참 팁 PyCharm tip

코드 접기/펼치기 단축키Cmd + +Cmd + -

2022년 8월 9일
·
0개의 댓글
·

git CLI 정리

git config 확인Keychain Access 실행 이후 github.com -> internet password 부분에서 토큰 변경\-> revert commit message 작성

2022년 7월 30일
·
0개의 댓글
·

markdown 요약

2022년 7월 23일
·
0개의 댓글
·

git token reset

< Keychain Access > 에서 github.com -> internet password 부분에서 토큰 변경

2022년 7월 16일
·
0개의 댓글
·

python 가상환경

가상환경 생성가상환경 진입가상환경 탈출

2022년 7월 5일
·
0개의 댓글
·

docker command

도커 캐시 없이 빌드하기

2022년 6월 24일
·
0개의 댓글
·

python) 문자열 뒤집기

2022년 6월 24일
·
0개의 댓글
·

git commit 취소

git reset --soft HEAD^

2022년 6월 14일
·
0개의 댓글
·

python useful algorithm memo

copy list simplyapply arithmetic operation on every list elements( So pythonic >\_<!! )

2022년 6월 1일
·
0개의 댓글
·

oracle 모든 테이블 삭제 명령어 출력

SQL> SELECT 'DROP TABLE "' || TABLE_NAME || '" CASCADE CONSTRAINTS;' FROM user_tables;

2022년 5월 26일
·
0개의 댓글
·