Meteor(24)
-
딥러닝 강의 참조
http://hunkim.github.io/ml/ https://deeplearningzerotoall.github.io/season2/ https://www.deeplearning.ai/
2019.12.16 -
Install meteor on Raspberry Pi 2
Install meteor on Raspberry Pi 2 ref) https://meteor-universal.tumblr.com/post/113098361629/install-meteor-universal-on-raspberry-pi-model-b gcc-4.9 업데이트sudo apt-get install gcc-4.9 g++-4.9ln -sf g++-4.9 g++ln -sf gcov-4.9 gcovln -sf gcc-4.9 gccln -sf cpp-4.9 cppln -sf cpp-4.9 arm-linux-gnueabihf-cppln -sf g++-4.9 arm-linux-gnueabihf-g++ln -sf gcc-4.9 arm-linux-gnueabihf-gcc mongodb 설치----------..
2018.10.17 -
미티어 안드로이드 앱 테스트
미티어 안드로이드 앱 테스트 (참고)https://trello.com/c/DNQYipDH/30-android-app-%EB%A7%8C%EB%93%A4%EA%B8%B0 http://ddulh.tistory.com/299 https://guide.meteor.com/mobile.html#installing-prerequisites (환경) 윈도우 10 64bit, Meteor 1.7.0.3 1. 공식 문서를 따라서 https://guide.meteor.com/mobile.html#installing-prerequisites 2. Install a Java Development Kit (JDK) 설치 자바 8버전 설치 https://stackoverflow.com/questions/46402772/failed..
2018.06.18 -
RHEL/CentOS 7 에서 방화벽(firewalld) 설정하기
RHEL/CentOS 7 에서 방화벽(firewalld) 설정하기https://www.lesstif.com/pages/viewpage.action?pageId=22053128
2017.12.29 -
정규화 이론정리 - 참고해서 nosql 으로는 다른 생각으로 구현해 볼 수 있겠다.
10장. 사례를 통한 정규화 이론정리-1 http://blog.daum.net/dongsilove/3945550 참고해서 nosql 으로는 다른 생각으로 구현해 볼 수 있겠다.
2017.12.18 -
실시간 웹 앱 프레임워크 - 미티어 강력 추천
미티어 공식 페이지 (한글) http://kr.discovermeteor.com 미티어는 진정한 풀스택 그리고 실시간 리액티브를 지향하는 프레임워크 입니다. 미티어는 실시간 웹 앱을 구축할 목적으로 Node.js 기반 위에 구축된 플랫폼이다. 이것은 데이터베이스와 사용자 인터페이스 사이에 자리하여 양쪽이 서로 동기화 상태를 유지하도록 한다. 미티어는 Node.js 기반 위에 구축되어, JavaScript를 클라이언트와 서버 양쪽에서 사용한다. 더욱이, 미티어는 양쪽의 환경사이에서 코드를 공유할 수도 있다. 이런 결과로 미티어는 웹 개발 과정의 많은 일상적인 귀찮고 어려운 일들을 추상화함으로써 매우 강력하면서도 간결한 플랫폼이 되었다.
2017.05.31