Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 오렌지파이
- RUBY
- 아두이노
- Arduino
- uno
- 라즈베리파이
- odroid-x2
- Raspberry Pi
- orange pi
- ruby on rails
- 개발환경
- rails
- Beacon
- python3
- mqtt
- Nginx
- Raspberry Pi 3
- JSON
- Server
- java
- nano
- IOT
- ubuntu
- dht11
- parser
- Android
- flask
- BLE
- Python
- STM32F4
Archives
- Today
- Total
목록Coding (4)
[熱情]
Vim 사용법 메모..
자꾸 까먹어서. 메모.. 1. 화면 분할하기. 수평 분할 - ctrl + w + n - :sp 수직 분할 - .ctrl + w + v -. :vs 분할된 창 닫기 - ctrl + w + c 분할된 창 이동 - ctrl + w + w 파일열기 - :e 파일명 2. vim 에서 ctag 이동 이동 : ctrl + ]이전 : ctrl + t
Coding
2016. 12. 8. 16:32
무료 강좌 사이트
생활 코디 https://opentutorials.org 인프런 https://www.inflearn.com- 유료, 무료 다 있음 T아카데미 온라인 강좌.link https://tacademy.sktechx.com/frontMain.action
Coding
2016. 4. 22. 13:48
byte <-> bit
1byte=8bit 1바이트=8비트 1KB=1024byte 1킬로바이트=1024바이트 1MB=1024KB 1메가바이트=1024킬로바이트 1GB=1024MB 1기가바이트=1024메가바이트 1TB=1024GB 1테라바이트=1024기가바이트 1PB=1024TB 1페타바이트=1024테라바이트 1EB=1024PB 1에샤바이트=1024페타바이트
Coding
2014. 5. 20. 17:04