카페검색 본문
카페글 본문
-
해당카페글 미리보기
-
[중고] 베스트테크 항온항습챔버 Temp. & Humid. Chamber 항온항습조 NEX1200 항온항습기 온습도챔버 2026.01.21해당카페글 미리보기
[중고] 베스트테크 항온항습챔버 Temp. & Humid. Chamber 항온항습조 -40도~150도 NEX1200 항온항습기 온습도챔버 항온항습조 실험용환경시험기 1년도 안된 거의 새제품입니다. AS가능. 시운전 완료. 바로 사용 가능합니다. TEL : ***-****-**** 주소...
-
[실습 6] NiceGUI 실시간 센서 대시보드 2026.05.09해당카페글 미리보기
import time # ----------------------------- # 센서 데이터 저장 버퍼 # ----------------------------- MAX_POINTS = 50 temp_data = deque([25] * MAX_POINTS, maxlen=MAX_POINTS) hum_data = deque([40] * MAX_POINTS, maxlen=MAX_POINTS) time_data...
-
온도 / 습도 센서 실습 2026.03.30해당카페글 미리보기
card h3 { margin: 0 0 8px; font-size: 14px; color: #555; } .card .value { font-size: 28px; font-weight: bold; } .temp { color: #e74c3c; } .hum { color: #3498db; } .btn-group { margin-bottom: 20px; } button { border: none; padding: 10px...
-
개인용 달력 2026.03.22해당카페글 미리보기
getElementById('calendarBody').innerHTML = html; } // 이전달. function prevMonth() { var temp = new Date(current); temp.setMonth(temp.getMonth() - 1); if(temp < joinDate) { alert('입사일 이전으로는 이동할 수 없습니다.'); return...