전체 글60 Mircrosoft lists에서 계산식 열 추가하기 Microsoft lists에서 계산시 넣는 방법 정리(테슬라,현대 비교 테이블 작성중) 1. 테슬라 매출은 달러 이고 현대차 매출은 원화라서 비교하기 위해 달러 X 환율 계산식이 필요함 1. sharepoint 열기 클릭 2. 열추가->모든 형식 보기 3. 열추가하기 4. 결과확인 결국 power bi로 도식화하기 위해서 lists로 정리중이다. lists 자체에서는 만들어지지 않는듯(개인생각) 그래서 lists->sharepoint->열추가해서 해결함 2023. 1. 27. 1. React 시작하기 잘모른다. 올해는 리액트로 프로젝트 많이 해보자 1. 준비 visual studio code 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com node js 설치 https://nodejs.o.. 2023. 1. 17. 특허 등록원부교부 신청하기 정부지원사업하다가 보면 특허 등록원부요청하는 곳이 많다. 그래서 정리함 접속(특허로) https://www.patent.go.kr/ https://www.patent.go.kr/ www.patent.go.kr 조회/발급->증명서발급 발급신청 등록원부교신청(로그인이 안되었으면 로그인해야 함) 세부내용 작성(신청서 작성) -발급할 특허/상표 등록번호 확인 -등록번호입력 -추가 -신청 등록번호 입력 온라인 수령은 무료입니다.(보통 이것으로 일단 제출함) 수신함 확인하기 -조회/발급 -증명서수신함 클릭 -발송번호 클릭 -저장 최종확인 2023. 1. 16. #1 아무것도 모른 상태에서 처음 하는 Python GUI(PySide6) - 버튼 만들기 버튼 만들기 from PySide6.QtWidgets import QApplication, QMainWindow, QPushButton import sys app = QApplication(sys.argv) window = QMainWindow() window.setWindowTitle("push button box") button = QPushButton() button.setText("Press me") window.setCentralWidget(button) window.show() app.exec() 결과 The QApplication class manages the GUI application’s control flow and main settings. The QMainWindow class p.. 2023. 1. 11. 이전 1 ··· 5 6 7 8 9 10 11 ··· 15 다음