MacBook/PyCharm 단축키
·
Development/Apple
Go to def Command + B Back Command + [ Forward Command + ] Reference http://blog.lyuwonkyung.com/pycharm-dancugki/
MacBook/압축 파일 암호화 방법
·
Development/Apple
zipcloak+스페이스바+압축파일 드래그앤드롭
MacBook/화면 캡쳐하는 방법
·
Development/Apple
캡쳐 후 저장 shift-command-5 캡쳐 후 메모리에 로딩 shift-command-4
맥북 파이참에서 OMP 에러
·
Development/Apple
OMP: Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking ..