profile
_

라즈베리파이 - undefined reference to wiringPiSetup

https://stdout.tistory.com/68$ gcc src.c -lwiringPi -lwiringPiDev라이브러리 연결을 명시적으로 해야한다.

2020년 9월 10일
·
0개의 댓글
·

ICT

ICT는, 정보 통신 기술(Information & Communication Technology).정보 통신 기술(情報通信技術, ICT)은 정보기술(IT)의 확장형 동의어로 자주 사용되지만, "통합 커뮤니케이션"의 역할과 원거리 통신(전화선 및 무선 신호), 컴퓨터,

2020년 7월 13일
·
0개의 댓글
·
post-thumbnail

nodejs - mysql :: Connection lost: The server closed the connection

https://enchoyism.github.io/2018/02/02/nodejs-mysql-connection-lost/https://stackoverflow.com/questions/20210522/nodejs-mysql-error-connecti

2020년 6월 26일
·
0개의 댓글
·

html - get 방식에서 한글 깨질 때

https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/encodeuri로그아웃 구현 때, 이전 주소로 돌아갈 때 url에 한글과 같은 문자가 포함되어 있는 구조로 블로그를 만

2020년 6월 23일
·
0개의 댓글
·

nodejs - app이 죽었을 때 재실행 module // forever

https://github.com/foreversd/foreverhttp web server를 nodejs로 서비스하면서 특정 에러 상황에 프로세스가 죽을 수 있다.이 때, 다시 재가동하여 서비스하도록 해주는 모듈로 forever를 선택했다.설치 :: npm

2020년 6월 20일
·
1개의 댓글
·

nodejs - 동영상 스트리밍 구현 참고

https://javafa.gitbooks.io/nodejs_server_basic/content/chapter11.html

2020년 6월 15일
·
0개의 댓글
·
post-thumbnail

라즈베리파이 - LED 밝기 제어 시도 // PWM, fd

PWM(Pulse Width Modulation) ::펄스 폭 변조를 의미하는데, 한 주기에 있는 HIGH와 LOW 값의 비율로 출력되는 디지털 신호의 폭을 조절해서 값을 출력하는 방법.이 신호를 이용하여 LED의 밝기나 모터 속도 등을 제어할 수 있다고 한다.duty

2020년 6월 3일
·
0개의 댓글
·

nodejs - 로그아웃시, 세션쿠키 삭제 문제

passport로 로그인한 계정은 으로 로그아웃 시키라고는 하는데, 크롬 개발자 도구로 쿠키를 확인하면 name : "connect.sid" 라는 세션 쿠키가 계속 남아있었다.https://m.blog.naver.com/PostView.nhn?blogId=pj

2020년 6월 1일
·
0개의 댓글
·

오늘 깨달은 날짜 표준 시간 문제

세션 쿠키가 왜 그렇게 빨리 뒤지나 했더니 호스트 컴퓨터 날짜 시간이랑 세션 만료 시간이랑 차이나서 그런거였다.

2020년 6월 1일
·
0개의 댓글
·
post-thumbnail

nodejs - passport.deserializeUser 가 호출되지 않는 문제

https://stackoverflow.com/questions/26109556/req-session-passport-is-empty-deserializeuser-not-called-expressjs-passport/30293275

2020년 6월 1일
·
0개의 댓글
·
post-thumbnail

javascript/html - 로그인 페이지 구현

https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/String/search https://java119.tistory.com/71 과제로 로그인 페이지를 구현해보았다.

2020년 5월 28일
·
0개의 댓글
·

dll 파일의 멀웨어 진단 문제

https://blesseddeveloper.tistory.com/56 C# 관리자 권한으로 실행

2020년 5월 25일
·
0개의 댓글
·

translators

https://translators.to/

2020년 5월 22일
·
0개의 댓글
·

라즈베리파이 - htop

https://blog.ayukawa.kr/archives/1592실행중인 프로세스 상태를 보여주는 프로그램.apt-get install htop상-하 방향키 : 프로세스 리스트 아이템 이동하며 확인좌-우 방향키 : 화면 스크롤

2020년 5월 18일
·
0개의 댓글
·
post-thumbnail

라즈베리파이 가설치

위치가 어정쩡한데 둘 위치가 없다..

2020년 5월 18일
·
0개의 댓글
·

nodejs - nodemon

https://www.npmjs.com/package/nodemonhttps://danco.tistory.com/53https://blog.outsider.ne.kr/649npm install nodemon -g

2020년 5월 15일
·
0개의 댓글
·

java - ConcurrentLinkedQueue

https://sungjk.github.io/2016/11/02/Queue.html

2020년 5월 14일
·
0개의 댓글
·

nodejs - logger.js

https://www.npmjs.com/package/winston쓸만한 logger 모듈을 찾았다.

2020년 5월 13일
·
0개의 댓글
·
post-thumbnail

nodejs - http server 퍼포먼스 측정

2020년 5월 11일
·
0개의 댓글
·