분류 전체보기(864)
-
아두이노 네트워크 프로그래밍 예제
* 블루투스 모듈 초기화ATAT+NAMEAnnAT+PIN1111AT+BAUD4 * PC용 시리얼 통신 프로그램http://www.hw-group.com/products/hercules/index_en.html * mosquitto 실행시, ssleay32.dll 없다고 오류 뜰때 대응openssl-1.0.1f_vc_default_build.zip압축풀고 bin폴더libeay32.dllssleay32.dllmosquitto 설치 폴더에 복사 * 스마트폰 앱1) 블루투스 테스트 Android : bluetooth spp tools proiOS : BluTerm 2) MQTT 테스트Android:MQTT ClientiOS:MQTTClient - Mosquitto Server를 이용하여 아두이노로부터 온도/습도..
2016.09.28 -
Grunt 빌드 오류 문제 처리
1. grunt build ng-annotate couldn't process source due to parse error Running "ngAnnotate:dist" (ngAnnotate) task Generating ".tmp/concat/scripts/scripts.js" from: ".tmp/concat/scripts/scripts.js"...ERROR >> error: couldn't process source due to parse error >> Deleting local variable in strict mode (747:22816) Warning: Task "ngAnnotate:dist" failed. Used --force, continuing. index.html 안에 포함된 자바..
2016.09.21 -
MySQL 튜닝 관련
gywndi's database >> database and researchhttp://gywn.net/category/my/ MySQL 가이드 > 최적화 (Optimization)http://www.dbguide.net/db.db?cmd=view&boardUid=146595&boardConfigUid=9&categoryUid=216&boardIdx=129&boardStep=1 [MySQL] DB 튜닝http://egloos.zum.com/mcchae/v/11063919MySQL 튜닝http://egloos.zum.com/tiger5net/v/5672418 MySQL DataBase 서버 튜닝 - Connection과 Memoryhttp://ihelpers.x2soft.co.kr/programming/l..
2016.09.19 -
부트스트랩 관련 자료
시작하기 - 부트스트랩http://bootstrapk.com/getting-started/http://bootstrapk.com/components/ Bootstrap 3 Tutorialhttp://www.w3schools.com/bootstrap/default.asp Morris.js 그래프http://acadio.tistory.com/entry/bootstrapjquery-%EB%B6%80%ED%8A%B8%EC%8A%A4%ED%8A%B8%EB%9E%A9-%EA%B7%B8%EB%9E%98%ED%94%84 Font Awesome Iconshttp://fontawesome.io/icons/ 무료 Bootstrap Amind 테마http://blog.naver.com/PostView.nhn?blogId=fu..
2016.09.08 -
Angular.js (yeoman, bower, grunt) 개발 관련
Angular.js 개발 시에, yeoman, bower, grunt를 사용해서 프로젝트를 생성하고 개발하는 레퍼런스 모음 Yeoman으로 AngularJS 프로젝트 구성하기http://www.hans.or.kr/2014/02/yeoman-angularjs.html [MEAN Stack] 프론트앤드 자동화 도구 Yeoman 설치와 사용법http://mobicon.tistory.com/402
2016.09.07 -
"Error: Cannot find where you keep your Bower packages. Use --force to continue" 발생 시 대응 방법
angular.js 프로젝트의 clone을 받아서 grunt로 빌드하고 grunt serve를 실행하니 "Error: Cannot find where you keep your Bower packages. Use --force to continue" 라는 Warning이 뜬다. stackoverflow에서 관련 부분을 찾아서 조치해봤으나 여전히 안된다. http://stackoverflow.com/questions/31578794/error-cannot-find-where-you-keep-your-bower-packages-use-force-to-continue npm install --global yo bower grunt-cli npm install -g generator-angular 결국, 해당 프..
2016.09.07