Category (389) 썸네일형 리스트형 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.. 스크롤를 이용해 인터랙티브 한 페이지 만들기 joshua-dev-story.blogspot.com/2020/11/javascript-css-scroll-animation.html 순수 JavaScript + CSS 스크롤 애니메이션 (샘플 코드) 웹 브라우저의 스크롤을 내리면 생동감 있게 나타나는 애니메이션을 구현하는 샘플 코드를 소개합니다. 순수 JavaScript와 CSS로 작성되었습니다. joshua-dev-story.blogspot.com 이거 보고 공부하면 됩니다. grid 배우기 cssgridgarden.com/#ko Grid Garden A game for learning CSS grid layout cssgridgarden.com 여기서 배우면 됩니다. flex box 배우기 flexboxfroggy.com/#ko Flexbox Froggy A game for learning CSS flexbox flexboxfroggy.com 이걸로 공부하면 됩니다. axios 사용해보기 yarn add axios import axios from "axios"; async function send() { const response = await axios.post("http://localhost:8000/survay", { context: JSON.stringify(result), }); } 스크립트 기본 이름설정 하는법 주석으로 이름을 지정하면 이름과 설명이 됩니다. 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.. 이전 1 ··· 38 39 40 41 42 43 44 ··· 49 다음