카페검색 본문
카페글 본문
-
Re: 오늘의 마지막 문제. 구독료를 받을수 있는 빵집 적립 포인트 화면을 여러분 자유롭게 개발하시오.. 2024.08.09해당카페글 미리보기
tk.BOTH, expand=True) # 이미지 라벨 try: bread_image = PhotoImage(file='c:\\data\\bread_image.png') bread_label = tk.Label(main_frame, image=bread_image, bg="#ffffff") bread_label.pack(pady=10) except tk.TclError: messagebox.showwarning...
-
main css 2023.11.17해당카페글 미리보기
arrow label:after { content: ""; position: absolute; width: auto; height: auto; border-style: solid; border-width: 8px; border-color: #fe980f transparent transparent transparent; top: 25px; left: 5px } /* .contact-map { width: 100...
-
Re: 오늘의 마지막 문제. SQL 포트폴리오 때 했던 데이터를 이용해서 오늘 배운 내용으로... 2024.06.28해당카페글 미리보기
저장 type_label2 <- paste( b$Rfrg_Prvdr_Type, ':',pct2,'%') # 원형 그래프에 표시할 라벨 저장 type_label2 library(plotrix) pie3D(t5, explode=0.05, labels = type_label2, main = "상위 10개의 진료과목별 총 서비스 건수 비율") # 원형 그래프
-
2024-04-12 숙제 2024.04.15해당카페글 미리보기
class="text_area"> <h2 class="mb-5">Member Login</h2> <form id="form_user_login" action="main.html"> <div class="form-group"> <label for="uid">아이디 : </label> <input type="text" class="form-control" id="uid" name="uid" required...
-
외국인한테 영어로 민희진 하이브 사건 설명하려고 쓴 정리글 2024.04.30해당카페글 미리보기
ACTORS Main Agency HYBE Independent labels under HYBE Ador Source Music Revelant Individuals MINHEEJIN - CEO of Ador (New Jeans) BANG - CEO of HYBE (Major agency of BTS, ILLIT, LESSERAFIM) PARK JIWON (Short for "PJW" cause not that...
-
Re: off-label drug 항암치료제로 사용될 수 있는 기존 약물들 review 2019.10.21해당카페글 미리보기
from 18% to 41%. Among adult patients with cancer, 13%–71% received a minimum of one off‐label chemotherapy. The main reasons for off‐label drug use were ‘drug unapproved for specific tumour’ and ‘modified drug applications...
-
[Java강좌] [예제]간단한 Label, Button 예제 2012.07.17해당카페글 미리보기
Label, Button 예제 import java.awt.*; import java.awt.event.*; class LabelButtonTest { public static void main(String[] args) { Frame f = new Frame("Label, Button Test"); f.setLayout(new GridLayout() ); Label label1 = new Label("label1...
-
【The Way Of Unification】 - 55. A War More Dreadful Than Nuclear War 2024.11.09해당카페글 미리보기
the main problem for the Unificationist? It is how to completely liberate "me" centering upon mind and body. How difficult is this task, and how intensive is this battle? We cannot even compare it, with such a war as the competition...
-
Re: 오늘의 마지막 문제. 아래의 화면 그림과 app3.py 를 chatgpt 에게 주고... 2024.11.05해당카페글 미리보기
frame, label, (x1, y1 - 10), cv2.FONT_HERSHEY_SIMPLEX, 0.5, (0, 255, 0), 2) out.write(frame) cap.release() out.release() # moviepy를 사용하여 재인코딩 reencoded_path = output_path.replace(".mp4", "_reencoded.mp4") clip = VideoFileClip...
-
[P5.JS 실습 6] webSerial COM Port 연결 패어링 코드 2024.11.13해당카페글 미리보기
body> <main> <script src="Rx_Data.js"></script> <script src="sketch.js"></script> <button id=ConnectButton"> Connect Serial Port</button> <div id = "target"></div> </body> </html> //================================= // SKETCH.js Chart...