Python/Muzi19 JS강화학습04. 구구단 생성해서 출력하기 ex04.html EX04 출력단수 2 3 4 5 6 7 8 9 2023. 7. 12. JS강화학습03. 로또번호 생성해서 출력하기 ex03.html EX03 __ __ __ __ __ __ 2023. 7. 12. JS강화학습02. 버튼 클릭시 input text 값 가져와서 연산하고 출력하기 ex02.html EX02 2023. 7. 12. JS강화학습01. div 태그 안에 글씨 바꾸기 ex01.html EX01 Good Morning 2023. 7. 12. 파이썬 PYQT 디자이너 실행 Python + qy QT = c++ 파이큐티를 하고 C++로 큐티를 배워야한다. 아나콘다 깔때 설명서 대로 안깔면 실행이 안될 수 도 있고 설정을 일일이 다시 해줘야함 import sys from PyQt5 import(uic) from PyQt5.QtWidgets import QApplication, QMainWindow form_class = uic.loadUiType("myqt01.ui")[0] class WindowClass(QMainWindow, form_class): def __init__(self): super().__init__() self.setupUi(self) self.pb.clicked.connect(self.myclick) def myclick(self): self.lbl.set.. 2023. 6. 29. 안드로이드 스튜디오 돌핀버전 다운로드 하는 방법 https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html#2021 Android Studio Releases List | IntelliJ Platform Plugin SDK plugins.jetbrains.com https://developer.android.com/studio/archive 이건 바로 다운로드됨 https://redirector.gvt1.com/edgedl/android/studio/install/2021.3.1.17/android-studio-2021.3.1.17-windows.exe 2023. 6. 23. 이전 1 2 3 4 다음