Login
Discover
Waves
Communities
Login
Signup
dothebest0927
@dothebest0927
25
Followers
2
Following
0
Follow
Email digest
Resource Credits
Available
Used
Created
2019-01-30 01:25
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
dothebest0927
gitlab
7y
!
Low reputation account with an unverified outbound link, Reveal content
How to Git Error - HTTP Request Failed
실행 환경 : CentOS6.x [Redhat 64 bit] git clone 시 repository URL 이 SSL(https) 일 경우 Fatal Error $ git clone Initialized empty Git repository in /k3/afreeca/server/VodSystem/Git_Editer/Editer/.git/ error: The
$ 0.000
1
1
dothebest0927
gcc
7y
!
Low reputation account with an unverified outbound link, Reveal content
[CentOS7] How to cmake 3.8.2 build (Required minimum version) - 1
How to install Cmake 3.8.2 build (Required minimum version) Step $ wget $ tar -zxvf cmake-3.6.1.tar.gz $ cd cmake-3.6.1 $ ./bootstrap (Required gcc Compiler) $ make $ make install $ \cp -f ./bin/cmake
$ 0.000
0
dothebest0927
git
7y
How to Git Error - ~ overwritten by Merge (Remote : GitLAB / GUI TOOL : Sourcetree)
[Git Error] Your local changes to the following files would be overwritten by Merge. 상황 : 원격 저장소에서도 수정 된 파일을 수정 한 경우에 발생 Push 권한이 있는 user가 코드를 수정한 상태에서, Origin에서 수정된 코드를 Pull 받으려 할 때 다음과 같은 메시지를 출력 (overwrite가
dothebest0927
git
7y
How to Git Error - Failed to Push Some Refs to ~ (Remote : GitLAB / GUI TOOL : Sourcetree)
[Git Error] Failed to Push Some Refs to 'Git 원격 저장소' (origin) 상황 : Push 권한이 있는 user가 소스코드 변동사항이 있는 origin을 Pull하지 않고, 소스코드 변동사항이 있는 코드를 수정해서 Push할때 생기는 Error 해결 방법 : 1 step. Git 원격 저장소(origin)에서 소스코드 변동사항이
dothebest0927
multimedia
8y
!
Low reputation account with an unverified outbound link, Reveal content
multimedia 개론과 muxing, encoding에 관해서 (1)
Multimedia 개론 멀티미디어(Multimedia) : 컴퓨터를 매개로 하여 영상(.Mp4)·음성(.Mp3)·문자(.txt) 등과 같은 다양한 정보 매체를 복합시킨 장치. 또는, 그러한 시스템 Media에는 video track(stream), Audio track(stream)이 필수적으로 들어가 있다. format container 관련 Muxing,
dothebest0927
complier
8y
기초적인 용어 설명 (Compiler, Linker, Loader, Interpreter, Assembler)
ComPiler : 고급 언어로 작성된 프로그램을 실행하는데 첫번째 방법 원시 코드 혹은 소스코드를 기계어로 바꾸어주는 번역 프로그램(목적 파일을 만들어주는 프로그램) (기계어로 번역되기때문에 목적 파일이 생성됨, 대표적으로 C가 컴파일되는 언어) Interpreter : 고급 언어로 작성된 프로그램을 실행하는데 두번째 방법 원시 코드 혹은 소스코드를 중간