목록분류 전체보기 (81)
몰디브를 꿈꾸며...
작업을 하다보면 기본 화면 구성이 이상해질때가 있슴. 아이콘에 마우스 오른쪽 버튼 클릭한후 메뉴에서 reset를 클릭하면 기본 구성으로 원복됨.
https://www.sonarqube.org/
생성할때는 'git branch name' 전환할때는 'git checkout name' 생성과 전환을 동시에 할때는 'git checkout -b name' 병합할때는 A ← B일때 'git checkout A', 'git merge B' 삭제할때는 'git branch -d name' 원격 브랜지 목록 동기화는 'git fetch -p . 은 보통 'origin'임. https://backlog.com/git-tutorial/kr/
- commit을 취소하고 싶을때 + git reset HEAD^ + git reset HEAD~2 // 마지막 2개 commit을 취소할때 - git log을 하면 시점이 표시되고 그중 돌아가고 싶은 시점의 id를 복사 - git checkout id https://mytory.net/archives/10078 [git] 과거로 갔다가 돌아 오기 (특정 리비전으로 갔다가 되돌아 오기) 과거로 가기 git checkout hash / 과거로 되돌리는 커밋을 추가하기 git revert hash (최근 커밋을 무효화하기 git reset hash) / 과거로 돌아가는 patch 만들기 git diff master hash > patch파일 / 패치 적용은 patch -p < p mytory.net
- pull * Remote -> Fetch from -> origin * Merge -> local merge -> master - push * rescan * staged changed * 메세지에 변경 이력 기입후 commit * push
STM32F429I_DISCO 디스커버리 보드에 STMCubeIDE를 이용해서 GUI를 포팅하는것이 목적이다. STMCubeIDE는 https://www.st.com/en/development-tools/stm32cubeide.html 에서 다운 받을수 있다. GUI 플랫폼은 ST사에서 무료로 제공하는 TouchGFX를 이용한다. https://www.touchgfx.com/ 에서 다운 받을수 있다. TouchGFX에서는 디스커버리 보드별로 템플릿을 제공한다. 이 템플릿을 이용해서 기본적인 GUI 구성 및 구현이 가능하다. 그러나 인터페이스가 수정되거나 보드 변경을 하려면 STMCubeIDE에서 수정 진행하는것이 필요하므로 STMCubeIDE에서 TouchGFX를 이용해 GUI 변경및 UART등을 추가하..
https://audio.online-convert.com/convert-to-wav Convert audio to WAV Convert your audio to the WAV format with this free online WAV converter. You can optionally extract audio tracks from video and convert them to WAV. audio.online-convert.com [음량조절] https://mp3cut.net/ko/change-volume Volume Changer - Increase or decrease loudness online 수정된 파일 저장 오디오 파일을 원하는 형식(mp3, m4a, m4r, flac 또는 wav)으로 저장..
http://ccgi.cjseymour.plus.com/software.htm#t_WAVToCode
참고 사이트 : https://ruriro.tistory.com/4 - 아나콘다가 설치된 폴더에 아래 실행 화일을 실행 - 실행후 간단한 창 제작 - "untitled.ui" 로 저장. - 아래 그림에서 처럼 해당 경로로 가서 *.ui를 *.py로 변환 - 실행 결과