카페검색 본문
카페글 본문
-
[RPi C 실습 31] KEY Input 폴링방식 2024.12.02해당카페글 미리보기
include <string.h> // pi gpio Lib #include <pigpio.h> // My Lib #define LED 1 #define KEY 2 #include "My_Rpi_GPIO_Lib_V2_4.h" // Prj Lib #define R 13 #define G 19 #define B 26 char *My_drv; char *My_drv1; char My_port; char My_port1...
-
java.lang.NumberFormatException: For input string: "400.0" 부탁드립니다... 2007.08.16해당카페글 미리보기
java.lang.NumberFormatException: For input string: "400.0" 이에러가 나와서요...여쭈어 봅니다... 로컬에서 돌릴때는 아무런 문제가 없는데요... 우선 사진을 올리겠습니다... <--- 로컬에서의 운영 ----> <--- 나누미넷 호스팅에서의 운영 ---> <에러...
-
[PC VS C++ 실습5] Key in + String cmp 2023.11.07해당카페글 미리보기
buf)); memset(com_buf, 0, 10 * sizeof(unsigned char)); for (;;) { key_in(); if (flag.key_flag == 1) key_chk(); if (flag...Counter = %d ", cnt++); Sleep(200); } /* puts("String Input...."); scanf_s("%s", &com_buf, sizeof(com_buf)); if...
-
Open "C:\c_it\data\abc0021.txt" For Input As #1 틀렸나요? 2005.07.20해당카페글 미리보기
As String Dim 필드길이(20) As Double Dim 필드시작위치 As Double Dim 필드번호 As Double 필드길이(1) = 5 필드길이(2) = 2 필드길이(3) = 2 필드길이(4) = 6 필드길이(5) = 2 필드길이(6) = 2 필드길이(7) = 2 필드길이(8) = 3 필드길이(9) = 3 필드...
-
[유용한 String 관련 javascript] input text format edit 기능 연재(1/2) cursor position을 설정하고 얻어오는 방법 2008.09.11해당카페글 미리보기
[유용한 String 관련 xxjavascript] input text format edit 기능 연재(1/2) cursor position을 설정하고 얻어오는 방법 Web에서 money format의 input text를 입력 받는다는 가능을 하겠습니다. $123,345,789 우선 input tag에 숫자만 입력이 되어야...
-
코로나19의 침뜸치료, 그 효과는? 2025.01.27해당카페글 미리보기
endorphinergic input to the nucleus accumbens from the arcuate nucleus. Sci Adv 2019;5:eaax1342. Google ScholarCrossrefPubMed 9Chen T, Wu D, Chen H, et al. Clinical characteristics of 113 deceased patients with coronavirus disease 2019...
-
JSP 방명록 소스.. 2025.02.24해당카페글 미리보기
label for="message">메시지:</label><br> <textarea id="message" name="message" required></textarea><br><br> <input type="submit" value="제출"> </form> <hr> <h2>방명록 글 목록</h2> <jsp:include page="list.jsp" /> </body> </html...
-
input 질문합니다 :D 2009.02.19해당카페글 미리보기
Dim Cold As String Open "경로" For Input As #1 Do Until EOF(1) Input #1, Cold text1.text = text1 & vbNewLine & Cold Loop Close #1 보시면 아시다시피 input 으로 파일을 불러옵니다 간단할수도있지만서도 물어봅니다 이렇게 만들고 파일(txt문서...
-
Re: 위장 .. 미주신경 지배 2020년 논문 2024.12.20해당카페글 미리보기
or string of essentially all neighboring ganglia within a circumscribed field and limit their terminal contacts to those ganglia. Preganglionic arbors do not regularly issue meandering branches that “stray” far beyond the circumscribed...
-
2024.12.11 과제 - 메일 주소록, SPIN, 회원가입 완성 2024.12.11해당카페글 미리보기
label> <input type="text" id="title" name="title" class="form-control" placeholder="메일 제목을 입력하세요." required...div> <!-- 내용 --> <div class="form-group"> <label for="content" class="form-label">내용</label> <textarea id...