카페검색 본문
카페글 본문
-
군산 가볼만한곳 경암동철길마을 군산 선유도여행 外 2026.04.13해당카페글 미리보기
(function(){'use strict';function c(a,b=`unexpected value ${a}!`){throw Error(b);};const d="theme-host light-theme dark-theme zero-state-theme google-sans-context variable-context chrome-context-v39 enable-lm-spacing-tokens lm-component...
-
레이더 연동 HTML 업그레이드 버전 2026.04.01해당카페글 미리보기
0; // 히스토리 점 저장용 let historyPoints = []; // 오디오 관련 let audioContext = null; let lastBeepTime = 0; function degToRad(deg) { return deg * Math.PI / 180; } function getOrigin() { return { x: canvas.width / 2, y: canvas.height...
-
20260317 파일체크삭제 2026.03.17해당카페글 미리보기
content:"[파워포인트파일]"; } .pdf::after, .txt::after{ content:"[기타파일]"; } </style> <script> 'use strict'; function delCheck(file){ let ans = confirm("선택된 파일을 삭제하시겠습니까?"); if(ans){ $.ajax({ url: "FileDelete.st", type...
-
2026-03-12 회원가입 최종제출시 중복검사 했는지 체크하는 코드 추가 2026.03.12해당카페글 미리보기
2. 유틸 함수 // ============================================= // 피드백 표시 function setFeedback(el, isValid, msg) { const wrapper = el.closest(".input-group") || el.parentNode; const existing...
-
[3월 7일] 워크북 66과: 나의 행복과 나의 기능은 하나다. 2026.03.07해당카페글 미리보기
Lesson 66 66과 My happiness and my function are one. 나의 행복과 나의 기능은 하나다. 1 You have surely noticed an emphasis throughout our recent lessons on the connection between fulfilling your function and achieving happiness. This is...
-
해당카페글 미리보기
-
[유미의 세포들3] 나만의 프라임 세포 만들기 제미나이 프롬프트 2026.04.21해당카페글 미리보기
passion** expressed by the user in the chat. - **Formulate a specific "Name" for this Prime Cell based on its core function.** - Double-check: Ensure the chosen "Prime Cell" and its name feel authentic to the conversation and make the...
-
20260219 과제 2026.02.19해당카페글 미리보기
05-05": "어린이날", "06-06": "현충일", "08-15": "광복절", "10-03": "개천절", "10-09": "한글날", "12-25": "성탄절" }; function ymd(y, m, d){ return `${y}-${String(m).padStart(2,'0')}-${String(d).padStart(2,'0')}`; } function md(m, d...
-
[대학생 및 직장인 TV 영어 자막 뉴스 동영상 강좌] News Words: Function 기능, 역할, 작용, 작동, 행사 2025.05.21해당카페글 미리보기
[대학생 및 직장인 TV 영어 자막 뉴스 동영상 강좌] News Words: Function 기능, 역할, 작용, 작동, 행사 [대학생 및 직장인 TV 영어 자막 뉴스 동영.. : 네이버블로그 [대학생 및 직장인 TV 영어 자막 뉴스 동영상 강좌] News Words: Function 기능...
-
백그라운드 엑셀 종료 2026.01.06해당카페글 미리보기
32비트 호환) ' ======================================================== #If VBA7 Then Private Declare PtrSafe Function EnumWindows Lib "user32" (ByVal lpEnumFunc As LongPtr, ByVal lParam As LongPtr) As Long Private Declare PtrSafe...