일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 클라우드
- java
- 알고리즘
- docker
- 정보처리기사
- 앤서블 설치
- MySQL
- mysql on docker
- 도커 시작하기
- elk stack
- 푸시푸시
- nvidia docker
- 백준
- ansible install
- c
- streamsets 강의
- 자바
- 도커
- 스트림셋
- 파이썬
- 데이터베이스
- 도커 mysql
- 코딩
- C언어
- 도커 elk
- 데이트
- 스트림셋이란?
- mysql docker
- python
- c++
- Today
- Total
목록전체 글 (421)
리그캣의 개발놀이터
css-layer 나누기 퀴즈 12345678910111213141516171819202122Quize5 #idstyle {font-style:italic; } .classstyle {font-size:15pt;} .L1 {color:white; background-color:blue; padding:50px; top:70px; left:60px; width:170; z-index:2; position:absolute; padding:30} .L2 {color:green; background-color:orange; padding:50px; top:120px; left:30px; width:150; z-index:4; position:absolute; padding:10} .L3 {color:black;..
javascript - alert 사용하기 1234567891011==>onload.htm
CSS - Newelement.html 1234567891011121314151617181920 Creating an HTML Element document.createElement("myHero")
CSS - layer 이해하기 1234567891011121314151617181920212223Layer z-index .L1 {color:white; background-color:blue; padding:50px; top:60px; left:80px; width:260; z-index:4; position:absolute; padding:30} .L2 {color:white; background-color:orange; padding:30px; top:20px; left:20px; width:90; z-index:2; position:absolute; padding:10} .L3 {color:white; background-color:green; top:150px; left:100px; width:..
CSS - style 적용하기 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374HTML5body { font-family:Verdana,sans-serif;font-size:0.8em;}div#header,div#footer,div#content,div#post { border:1px solid grey; margin:5px;margin-bottom:15px;padding:8px; background-color:white;}div#header,div#footer { color:white;background-..
JAVASCRIPT - 간단한 버튼 함수 만들기 12345678910111213141516171819 자바스크립트 테스트 Colored by Color Scriptercs
HTML - 간단한 버스이동 소스 123456789101112131415161718192021222324레이어의 위치 이동 function layer1() { car.left = 30; car.top = 20 } // 압구정역 function layer2() { car.left = 185; car.top = 70 } // 압구정로 function layer3() { car.left = 100; car.top = 200 } // 선릉로 function layer4() { car.left = 270; car.top = 230 } // 선릉로 function first() { car=bus.style; // 객체 id "bus"를 car로 지정 } Colored by Color Scriptercs
■ 외부파일을 가져와서 숫자만 출력하기 int main(){FILE *fp = fopen("text.c","r");Fscanf("%)} txt 파일을 만들어 test.txt로 저장한 후 불러와서 실행 시켜보겠습니다.#include #include //외부파일 exit()하기위한 header 파일입니다.#define j 10000;int main(){FILE *fp=fopen("test.txt","r");char s[j];//test.txt의 각 단어를 받을 배열입니다.int i=0;while(fget(s,j,fp)!=NULL){for(i=0;i 실행화면. 자 이제 txt문서를 가져오는것까지했는데 이제 숫자만 출력하면 됩니다. 저는 어떻게 숫자만 출력할까 고민 ASCII코드를 생각했습니다. 문자중에 0~9..