본문 바로가기

728x90

Life Insight

(79)
[그랜트 카돈] 10배의 법칙 개요 다른 책을 구매해서, 계산대 근처로 가니 눈에 잘 보이는곳에 '10X' 라는 책이 있었다. (교보문고) 개인적으로 자기개발 서적을 좋아하진 않지만, 눈이가서 충동적으로 구매를 했다. 선 후기를 남기자면, 좋은 말은 많지만 뻔한 말이 반복된다. 하지만 자기개발 서적을 구입하는 대부분처럼, 알고있는 것이 아는것이 아니기 때문에, 나에게 적합한 내용이 있는지, 새로운 정보가 있는지 열심히 읽었다. 읽으면서 밑줄 쳤던 내용을 정리해 놓는다. 요약 - 대개 사람들은 성공을 꾸준히 이어가는 법은 연구하지 않는다. 한 방만을 노리며 일념으로 거기에 매달린다. - 성공하려면 한 번의 성공으로 그치는 게 아니라 성공을 '유지'할 수 있어야 한다. - 예전에는 하루에 두세 통의 세일즈 전화를 했다면 이제는 10배인 ..
[vscode] 단축키 정리 (shortcut) - 폴더 열기 win: ctrl + o + k mac: cmd + o + k - vscode 에서 파일명 입력해서 다른 파일로 가기 win: ctrl + p 입력후 파일명 mac: cmd + p 입력후 파일명 - vscode 명령어 입력하기 ctrl + shft + p cmd + shft + p - 왼쪽 Explorer 키고 끄기 win: ctrl + b -----> vim 하고 같이 쓸때 충돌! mac : command + b - 아래 터미널 관련 터미널 껐다 키고 마우스 focus도 같이 이동: ctrl + ` ctrl + 1: 커서만 command창에서 소스코드 창으로 이동 소스코드장에서 터미널로 이동할수 없을까? superuser.com/questions/1270103/how-to-switch-t..
vscode with vim ctrl + ` : 터미널 윈도우로 커서 옮기기 ctrl + ` : 터미널 윈도우 끄기 (숨기기), 커서 다시 코드있는 곳으로 돌아옴 ctrl + 1: 커서 다시 코드있는곳으로 돌아오기
[vscode] vim 플러그인 disabled ctrl + shift + p: toggle vim mode
[3dsMax Python] GUI with PySide2 Save file with file explorer 예전에 했던건데 나중에 정리해야겠다 from PySide2.QtWidgets import QApplication, QFileDialog from PySide2 import QtWidgets, QtGui, QtCore options = QFileDialog.Options() options = QFileDialog.DontUseNativeDialog fileName, _ = QFileDialog.getSaveFileName( None,"Save warning txt: input txt file name", 'D:\\Clouds\\PROJECTS\\_COMMON\\_EQM\\', "All Files (*);;TEXT Files (*.txt)", options..
스크립트 기본 이름설정 하는법 주석으로 이름을 지정하면 이름과 설명이 됩니다. developers.maxon.net/docs/Cinema4DPythonSDK/html/manuals/introduction/python_script_manager.html Python Script Manager — Cinema 4D SDK 23.110 documentation When an object, tag, shader, or even a parameter is dragged and dropped into the script manager, a place holder variable named as the element is created. Since this variable is assigned to nothing in the cu..
baseContainer에 대해 그냥 데이터 저장하는 객체인데 c4d에서 사용되는 객체입니다. 여기에 값을 저장해서 len도 찍을수 있고, 저장해서 다른 함수로 넘길수도 있습니다. 저는 다른 스크립트로 값을 넘길때 baseContainer를 사용했습니다. developers.maxon.net/docs/Cinema4DPythonSDK/html/modules/c4d/BaseContainer/index.html?highlight=basecontainer c4d.BaseContainer — Cinema 4D SDK 23.110 documentation Once you’ve set a container value using one type you must neither try to access it using another type, nor o..
[c4dpython] How to use excel in c4d python C:\Program Files\MAXON\Cinema 4D R19\resource\modules\python\Python.win64.framework\Lib\site-packages unzip xlrd and xlsxwriter

728x90