일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- BLE
- 개발환경
- flask
- dht11
- nano
- Raspberry Pi
- Raspberry Pi 3
- 라즈베리파이
- orange pi
- Python
- ruby on rails
- Server
- java
- 아두이노
- ubuntu
- rails
- parser
- mqtt
- STM32F4
- odroid-x2
- Android
- IOT
- Beacon
- 오렌지파이
- Arduino
- python3
- RUBY
- Nginx
- JSON
- uno
- Today
- Total
목록Programming (30)
[熱情]
--만약 sqlDB라는 데이터베이스가 존재한다면. 삭재한다. DROP DATABASE IF EXISTS sqlDB; --sqlDB 데이터배이스를 생성한다. CREATE DATABASE sqlDB; USE sqlDB; CREATE TABLE userTbl -- 회원 테이블 ( userID CHAR(8) NOT NULL PRIMARY KEY, -- 사용자 아이디 (pK) name VARCHAR(10) NOT NULL, -- 이름 birthYear INT NOT NULL, -- 출생년도 addr CHAR(2) NOT NULL, -- 지역(경기, 서울, 경남 식으로 2글자만 입력) mobile1 CHAR(3), -- 휴대폰의 국번 (011, 016, 017, 018, 019, 010등) mobile2 CHAR(..
3down votehttps://stackoverflow.com/questions/302782/rails-how-do-i-check-if-a-column-has-a-value I am giving a very detailed answer to this Question "How do I check if a column has a value?".First of all, it is important to note that an attribute can have four kinds of values in it.nil value i.e "nil" stored in the databaseempty value i.e "" an empty string with no spacesempty string with space..
https://github.com/carrierwaveuploader/carrierwave
securerandom # https://ruby-doc.org/stdlib-2.4.0/libdoc/securerandom/rdoc/SecureRandom.html # https://ruby-doc.org/stdlib-2.1.2/libdoc/securerandom/rdoc/SecureRandom.html#method-c-random_number require 'securerandom' p 'Generate random hexadecimal strings:' p SecureRandom.hex(8) p SecureRandom.hex(10) p SecureRandom.hex(16) p '-----------------------------------------' p 'Generate random base64 ..
루비온레일즈 가이드 http://guides.rorlab.org/getting_started.html 초레가 (초보자를 위한 레이즈 가이드북)https://www.railsguidebook.com/ 레이즈 걸즈 http://rorlakr.github.io/railsgirls/ facebook , Ruby on Rails , Korea (페이스북 레일즈 그룹)https://www.facebook.com/groups/rubyonrailskorea/