\

 

애가 막 누르다가 창모드 전환해서 부랴부랴 찾아봄.

코디가 창모드로 바뀌는지도 몰랐는데 신기하네?

[링크 : https://ko.gadget-info.com/46371-20-kodi-keyboard-shortcuts-every-kodi-user-should-know]

'프로그램 사용 > kodi(xbmc)' 카테고리의 다른 글

kodi rtl-sdr  (0) 2020.12.14
kodi samba operation not permitted  (2) 2020.12.12
kodi 단축키  (0) 2020.03.29
Wifi direct  (0) 2018.04.02
KODI / DLNA 설정  (0) 2018.04.02
Posted by 구차니
프로그램 사용/autocad2020. 6. 21. 19:17

ODROID(ARM)에서 하니 안되서 에러를 보니 64비트면 되는건가?

그런데 자바 스크립트도 32bit / 64bit 차이가 있는건가?

 

Supported Browsers and System Requirements

The AutoCAD web app is supported by 64-bit Google Chrome, 64-bit Mozilla Firefox, and 64-bit new Microsoft Edge (Chromium based) on Windows or Mac.

For the best performance, it is recommended to use the latest version.

Note: AutoCAD isn't currently supported if you are using Firefox with private browsing. Firefox with private browsing prevents the use of service workers, a technology that is needed to internally communicate between the AutoCAD engine and the AutoCAD user interface. If you wish to use private browsing, you can use Google Chrome in Incognito mode.

System requirements

Minimum processor: Intel® Celeron® CPU N3160 @ 1.60GH

[링크 : https://help.autodesk.com/view/ACADWEB/ENU/?guid=AutoCAD_Web_Help_browsers_html]

'프로그램 사용 > autocad' 카테고리의 다른 글

원 채우기  (0) 2018.05.01
캐드 명령어 이것저것  (0) 2018.01.09
autocad 명령어  (0) 2018.01.08
autolisp  (0) 2014.03.17
AutoCad 2011 도움말 - 명령어  (0) 2014.01.17
Posted by 구차니

리눅스에서 하니 잘되네

그나저나.. odroid xu4 에서 돌리는데 ffmpeg 변환은 neon을 써서 그런지

cpu 클럭과 상관없이(300Mhz / 1.5Ghz) 변환 속도가 13.0x 정도로 나온다.

size=     256kB time=00:00:19.85 bitrate= 105.6kbits/s speed=13.2x

 

find . -type f -iname "*.webm" -exec bash -c 'FILE="$1"; ffmpeg -i "${FILE}" -vn -ab 128k -ar 44100 -y "${FILE%.webm}.mp3";' _ '{}' \;

[링크 : https://bytefreaks.net/gnulinux/bash/ffmpeg-extract-audio-from-webm-to-mp3]

'프로그램 사용 > ffmpeg & ffserver' 카테고리의 다른 글

ffmpeg fbdev  (0) 2021.02.09
ffmpeg build  (0) 2020.11.25
ffmpeg h264 encoding 옵션  (0) 2019.02.22
ffmpeg으로 비디오 비트레이트 바꾸기  (0) 2019.02.22
ffmpeg 레이턴시 관련 옵션 조사  (0) 2018.12.16
Posted by 구차니

F (빨리 재생)

R (천천히 재생)

tab 재생목록

i info

m 메뉴 끄기

f8 mute

f9, - 소리 줄이기

f10, + 소리 키우기

 

[링크 : http://blog.daum.net/sychomad/2523150]

 

요건 안먹네.. 폴더에서 다음 이전 파일 재생 찾으면 좋을텐데..

pgup

pgdn

[링크 : https://kodi.wiki/view/Keyboard_controls]

'프로그램 사용 > kodi(xbmc)' 카테고리의 다른 글

kodi samba operation not permitted  (2) 2020.12.12
kodi 전체화면 / 창화면  (0) 2020.07.05
Wifi direct  (0) 2018.04.02
KODI / DLNA 설정  (0) 2018.04.02
openelec 블루투스 연결하기  (0) 2018.03.07
Posted by 구차니

ubuntu 18.04 LTS 기준

/usr/share/fritzing 에 github에서 파트를 받아서 넣어주면 끝!

cd /usr/share/fritzing/
sudo git clone https://github.com/fritzing/fritzing-parts.git
sudo mv fritzing-parts/ parts

 

[링크 : https://forum.fritzing.org/t/fixing-fritzing-on-ubuntu-18-04/6504]

 

 

+

동일 카테고리 이전 글에 2019년 5월에 쓴 글이 있지만 이게 더 깔끔한 듯.

가끔 git 저장소 업데이트 해주면 신규 부품을 쓸 수 있을테니 더 나은 선택으로 보인다.

Posted by 구차니

copy from만 써서 몰랐는데

to를 써서 파일로 지정해주면 csv 포맷으로 출력이 가능하다고 한다.

 

[링크 : https://www.postgresqltutorial.com/export-postgresql-table-to-csv-file/]

'프로그램 사용 > postgreSQL' 카테고리의 다른 글

postgresql 15.7 on rpi  (0) 2024.07.22
postgresql cli  (0) 2024.07.21
postgresql 제약조건 관련  (0) 2020.02.07
postgresql database / table 복제 및 동기화  (0) 2020.02.07
Pk (Primary Key)  (0) 2020.02.07
Posted by 구차니

primary 키는 테이블에서 유일해야 한다.

반대로 생각하면 데이터들을 가지고 테이블을 만들때 pk로 만들려고 하면

해당 필드의 값들이 유일한 값으로 구성되어 있는지 증명이 되어야 한다.

[링크 : https://blog.naver.com/qbxlvnf11/221198309383]

[링크 : https://blog.naver.com/dalami0i/221048091824]

 

 

replica 계정으로 오면 constraint가 전부 무효화 되는 듯하다.

[링크 : https://stackoverflow.com/questions/2679854/postgresql-disabling-constraints]

 

오라클에서는 삭제,추가 외에 enable, disable이 존재한다고 한다.

[링크 : https://ttend.tistory.com/632]

'프로그램 사용 > postgreSQL' 카테고리의 다른 글

postgresql cli  (0) 2024.07.21
psql copy to  (0) 2020.02.10
postgresql database / table 복제 및 동기화  (0) 2020.02.07
Pk (Primary Key)  (0) 2020.02.07
N:M 관계 해소  (0) 2020.02.07
Posted by 구차니

하나의 백업 db를 두고 싶어서 어떻게 동기화 해야 하나 찾아보는중

WAL 로그가 있으니 그걸 기반으로 주고받으려나?

 

[링크 : https://dba.stackexchange.com/questions/170709/need-to-sync-postgresql-db-to-remote]

[링크 : https://stackoverflow.com/questions/6385546/synchronization-between-two-servers-postgres-database]

[링크 : http://wiki.postgresql.org/wiki/Streaming_Replication]

'프로그램 사용 > postgreSQL' 카테고리의 다른 글

psql copy to  (0) 2020.02.10
postgresql 제약조건 관련  (0) 2020.02.07
Pk (Primary Key)  (0) 2020.02.07
N:M 관계 해소  (0) 2020.02.07
sql에서 null 비교  (0) 2020.02.07
Posted by 구차니

unique, not null

으로 정의되는 녀석이다.

테이블 내에서 중복되서 나타나서는 안되는 '유일성'을 보장하기 위한 수단.

 

[링크 : http://kdskor.blogspot.com/2010/10/pk-fk.html]

[링크 : https://alljbut.tistory.com/40]

'프로그램 사용 > postgreSQL' 카테고리의 다른 글

postgresql 제약조건 관련  (0) 2020.02.07
postgresql database / table 복제 및 동기화  (0) 2020.02.07
N:M 관계 해소  (0) 2020.02.07
sql에서 null 비교  (0) 2020.02.07
ER 다이어그램 식별 / 비식별  (0) 2020.02.07
Posted by 구차니

N:M 관계를 가지게 되면 1:N 관계로 환원 후 

새로운 맵핑테이블을 만들고 Pk로 Auto increment 주고 나서

양쪽의 fk를 비식별 관계로 일반 entity로 사용하면 해결된다.. 인가?

 

[링크 : https://blog.naver.com/karerina82/132507978]

[링크 : https://siyoon210.tistory.com/26]

Posted by 구차니