node.js에서 인터넷이 연결되어있는지 상태를 확인하고 싶을때 ** dns모듈 설치 할 필요 없습니다 그냥 이코드 그대로 쓰면되요~ ** const dns = require('dns'); //dns 모듈을 불러옴 function connection_Check() { dns.resolve('www.google.com', function(err, addr){ // error if (err) { console.log("에러입니다.",err) } // 인터넷 연결 정상 else { console.log("정상입니다.") } }); }
1. 기본제공되는 electron-quick-start 를 저장 할 폴더를 만듭니다 저는 Electron 폴더에 first_test 란 폴더를 만들고 electron-taskbar 이라는 폴더를 만들었습니다 2. electron-quick-start 를 깃헙에서 가져옵니다 폴더를 만드셨다면 이렇게 입력해줍니다 만드신 폴더 우클릭 > git bash here > git clone https://github.com/electron/electron-quick-start 3. cd로 이동해 주고 npm 설치, 시작 명령어를 입력해주시면 cd electron-quick-start/npm install && npm start 이렇게 똬다단~
this is the most simply way to change css!simply&easy&quick. **CSS3 & HTML5 progress Element** 이게 젤 쉬움 https://codepen.io/anon/pen/jdJxXK HTML5 Progress Bars In Depthhttps://techbug.tistory.com/214 The HTML5 progress Element https://css-tricks.com/html5-progress-element/ Progress bar csshttps://techbug.tistory.com/214
Make sure every node modules that you need added into dependencies in package.json.Every module should be added into dependencies in package.json devDependencies -> dependencies 패키징할때 devDependencies안에 있는 모듈들 dependencies에 있어야되요!패키징할땐 dependencies에 있는 모듈들을 참고하는 거라!
javax.servlet.ServletException: java.lang.NumberFormatException: For input string: ""The server encountered an unexpected condition that prevented it from fulfilling the request. int page = input.getText("page") == null? 1 : Integer.parseInt(input.getText("page"));이렇게하면 에러가 납니다.눈으로 보기에는 괜찮아 보이지만 안된데요 :( 이렇게 equals("") 추가해주어야 합니다. int page = input.getText("page") == null || input.getText("page")...
- Total
- Today
- Yesterday
- 지킬
- 영어이력서
- JSzip
- 프로그래스
- 일렉트론
- 노드
- progress
- 인텔리제이단축키
- electron
- 자바스크립트 프로그래스
- java mail
- 인텔리제이
- 인텔리제이한줄복사
- 영어커버레터
- 프로그래스바
- 영문이력서
- CV
- 영어resume
- 영문resume
- 인텔리제이이클립스
- 이력서 쓰는법
- 개발자무료
- 영문커버레터
- 노드에러
- CSS
- 인텔리제이복사
- Resume
- PROGRESS BAR
- 깃허브삭제
- 커버레터
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |