'프로그램 사용 > openrefine' 카테고리의 다른 글
openrefine web scraping (0) | 2020.02.03 |
---|---|
open refine memory 설정 (0) | 2020.01.20 |
openrefine web scraping (0) | 2020.02.03 |
---|---|
open refine memory 설정 (0) | 2020.01.20 |
허... union / union all만 알았는데
집합 레벨에서 교집합을 join 없이 구할 수 있다니
난 무슨 바보짓을 해온건가 ㅠㅠ
pg_dump -n 으로 특정 스키마만 백업하기 (0) | 2020.02.04 |
---|---|
drop database와 postgres (0) | 2020.02.04 |
one to one , one to only one (0) | 2020.01.17 |
EA(Enterprise Architecture) (0) | 2020.01.17 |
데이터베이스 모델링 (0) | 2020.01.17 |
일종의 버퍼라고 해야하나?
잠시 테스트 코드 수정하고 나서 다른 리비전 오가면서 쓰는 경우도 존재할텐데
그런 테스트 코드를 일일이 다 commit 해서 보존하고
돌아와서 복구해야 한다면 버전관리시에 지저분 해지니
그러한 더러운 코드들을 잠시 저장해 두는 기능
조금 자세히 봐야 겠지만..
그러면 최소한 해당 리비전에서 원래 리비전으로 돌아와서 stash를 적용해주어야 문제없이 적용되려나?
깃으로 작업을 하던 도중, 잠시 브랜치를 변경을 해야할 일이 있거나, 다른 관련없는 작업을 시작해야 할 때, stash 명령을 사용하면 modified이면서 tracked인 상태의 파일과 staging area에 있는 파일들을 보관한다. |
git reset revert (0) | 2021.03.31 |
---|---|
git error: RPC failed; curl ... remote end hung up (0) | 2021.01.11 |
git commit 간 diff (0) | 2020.01.21 |
git 에서 push 하지 않은 commit 확인하기 (0) | 2019.11.23 |
git 리비전 오가기 (0) | 2019.11.20 |
한자리씩 줄여보니 4자리는 넘어야 commit hash 로 비교가 가능하다.
아래는 두 커밋간의 비교인데 diff 출력으로 나오게 되어있고
git diff oldCommit newCommit git diff k73ud dj374 |
[링크 : https://stackoverflow.com/questions/3368590/show-diff-between-commits]
아래는 리비전간에 변화가 생긴 파일 목록만 나타내는 옵션을 사용한 예이다.
git diff --name-only HEAD~10 HEAD~5 |
[링크 : https://stackoverflow.com/.../how-to-list-only-the-file-names-that-changed-between-two-commits]
두 커밋간의 특정 파일을 비교하려면 마지막에 파일이름만 넣으면 된다.
$ git diff HEAD^^ HEAD main.c $ git diff HEAD^^..HEAD -- main.c $ git diff HEAD~2 HEAD -- main.c |
+
git help diff로 하니 나오는 내용. 세번째 명령이 내가 원하는 명령어.
git diff [<options>] [<commit>] [--] [<path>…]
git diff [<options>] --cached [<commit>] [--] [<path>…]
git diff [<options>] <commit> <commit> [--] [<path>…]
git diff [<options>] <blob> <blob>
git diff [<options>] --no-index [--] <path> <path>
git error: RPC failed; curl ... remote end hung up (0) | 2021.01.11 |
---|---|
git stash (0) | 2020.01.21 |
git 에서 push 하지 않은 commit 확인하기 (0) | 2019.11.23 |
git 리비전 오가기 (0) | 2019.11.20 |
git clone 실패 remote: aborting due to possible repository corruption on the remote side. (0) | 2019.11.10 |
흐음.. 아무튼 8기가 노트북에서 하나 16기가 서버에서 하나
기본값은 1400MB만 쓰도록 잡혀있는 것으로 보인다.
~/work/src/openrefine-3.2$ ./refine You have 7870M of free memory. Your current configuration is set to use 1400M of memory. OpenRefine can run better when given more memory. Read our FAQ on how to allocate more memory here: https://github.com/OpenRefine/OpenRefine/wiki/FAQ:-Allocate-More-Memory Starting OpenRefine at 'http://127.0.0.1:3333/' 18:52:18.859 [ refine_server] Starting Server bound to '127.0.0.1:3333' (0ms) 18:52:18.862 [ refine_server] refine.memory size: 1400M JVM Max heap: 1407188992 (3ms) |
[링크 : https://github.com/OpenRefine/OpenRefine/wiki/FAQ:-Allocate-More-Memory]
openrefine web scraping (0) | 2020.02.03 |
---|---|
openrefine 설명서 (0) | 2020.01.23 |
hypervisor에서 설정에 따라 /proc/cpuinfo 의 내용을 숨길수 있는 것으로 보인다.
[링크 : https://amp.reddit.com/.../6qn7sk/is_it_possible_to_hide_a_vm_from_being_detected/]
kvm sr-iov nic (0) | 2025.02.23 |
---|---|
중첩가상화 (0) | 2023.06.16 |
kvm ubuntu Xorg cpu 100% 문제 (0) | 2019.10.10 |
kvm/qemu 로그 위치 (0) | 2019.10.07 |
kvm core 을 guest에 할당하기(affinity) (0) | 2019.08.28 |
erdcloud를 써보는데
한개와 오직 한개만 이라는게 있어서 찾아 보는중.
아래 글에 의하면.. 한개는 불특정 다수에 대한 1:1 관계이고
one to only one은 로그인 계정 처럼 1:1 관계이지만 불특정 1인에게 주어지는게 아닌
정말 유일한 한 사람에게 주어지는 1:1 관계로 해석하면 될 것으로 보인다.
[링크 : https://stackoverflow.com/questions/33781451/crows-feet-one-vs-one-and-only-one]
[링크 : https://math.stackexchange.com/questions/247380/analogy-between-one-and-only-one-and-if-and-only-if]
drop database와 postgres (0) | 2020.02.04 |
---|---|
union / intersect / minus (0) | 2020.01.22 |
EA(Enterprise Architecture) (0) | 2020.01.17 |
데이터베이스 모델링 (0) | 2020.01.17 |
subquery와 inner join (0) | 2020.01.16 |
EA를 수립한다 이런 문장이 나와서 찾아보니 저런 약어인듯.
[링크 : https://blog.naver.com/jvioonpe/220227180562]
[링크 : https://blog.naver.com/jvioonpe/220228298326]
한글로는 전사 아키텍쳐 이렇게 쓰기도 하는 듯
union / intersect / minus (0) | 2020.01.22 |
---|---|
one to one , one to only one (0) | 2020.01.17 |
데이터베이스 모델링 (0) | 2020.01.17 |
subquery와 inner join (0) | 2020.01.16 |
pg_dump (postgresql backup, 백업) (0) | 2020.01.15 |
[링크 : http://www.dbguide.net/db.db?boardUid=148404&boardConfigUid=9&boardIdx=132]
[링크 : https://blog.naver.com/tomatosoft/220853122078]
[링크 : https://blog.naver.com/tomatosoft/220857559986] 논리물리 설계
[링크 : http://wiki.gurubee.net/pages/viewpage.action?pageId=13664394]
[링크 : http://www.incodom.kr/데이터모델링]
[링크 : https://wikidocs.net/1208]
[링크 : https://www.youtube.com/playlist?list=PLuHgQVnccGMDF6rHsY9qMuJMd295Yk4sa]
one to one , one to only one (0) | 2020.01.17 |
---|---|
EA(Enterprise Architecture) (0) | 2020.01.17 |
subquery와 inner join (0) | 2020.01.16 |
pg_dump (postgresql backup, 백업) (0) | 2020.01.15 |
postgresql 장치에 남은 공간이 없음 (0) | 2020.01.15 |
두개가 서로 변환이 가능한 형태?
[링크 : https://www.essentialsql.com/subquery-versus-inner-join/]
[링크 : https://www.essentialsql.com/what-is-the-difference-between-a-join-and-subquery/]
Replacing joins with subqueries
[링크 : http://infocenter.sybase.com/...=/com.sybase.infocenter.dc00169.1510/html/iqperf/X100950.htm]
EA(Enterprise Architecture) (0) | 2020.01.17 |
---|---|
데이터베이스 모델링 (0) | 2020.01.17 |
pg_dump (postgresql backup, 백업) (0) | 2020.01.15 |
postgresql 장치에 남은 공간이 없음 (0) | 2020.01.15 |
postgresql 테이블 크기 (0) | 2020.01.15 |