일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- MindMap
- hive
- ERWIN
- 설계프로세스
- garbage collection
- diskpart
- C#
- WinForm
- MindManager
- Gundam
- 프라모델
- Xcode
- 지리산둘레길
- 일상
- 글모음
- hadoop
- .net
- union
- Flume
- BCP
- SQL
- T-SQL
- 프로젝트관리
- bitnami
- AD
- 소프트웨어공학
- ClickOnce
- 산출물
- redmine
- Windows 7
- Today
- Total
Blue sky, wind, cloud and knulf
파일 첨부 참조....
var regexPatternEmail = /^([a-zA-Z0-9_.+-])+\@(([a-zA-Z0-9-])+\.)+([a-zA-Z0-9]{2,4})+$/;var regexPatternNumber = /^\d+$/;var regexPatternEnglisOnly = /^[A-Za-z]+$/;var regexPatternEnglishName = /^[A-Za-z0-9\s&_\.\-\\]+$/;var regexPatternKoreanName = /^[ㄱ-ㅎ|ㅏ-ㅣ|가-힣|0-9\s&_\.\-\\]+$/;var regexPatternKoreanEnglishSpecial = /^[ㄱ-ㅎ|ㅏ-ㅣ|가-힣|a-z|A-Z|0-9|\r\n\s~!@\#$%^&*\()\-=+_\’\\{}\[\];':"\.,/\?`]+$/..
https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop
Download (hadoop user) hadoop#> wget http://apache.mirror.cdnetworks.com/hive/hive-0.13.1/apache-hive-0.13.1-bin.tar.gz hadoop#> sudo tar zxvf apache-hive-0.13.1-bin.tar.gz -C /usr/local hadoop#> sudo mv /usr/local/apache-hive-0.13.1-bin /usr/local/hive hadoop#> vi ~/.bashrc export HIVE_HOME=/usr/local/hive export PATH=$PATH:$HIVE_HOME/bin hadoop#> source ~/.bashrc Make Hive Directory hadoop#> h..
Download wget http://ftp.daum.net/apache/flume/1.4.0/apache-flume-1.4.0-bin.tar.gz tar zxvf apache-flume-1.4.0-bin.tar.gz sudo mv apache-flume-1.4.0-bin /usr/local/flume sudo chown -R hadoop:hadoop /usr/local/flume Set Environment vi ~/.bashrc export FLUME_HOME=/usr/local/flume export PATH=$PATH:$FLUME_HOME/bin source ~/.bashrc Flume Configuration cd $FLUME_HOME/conf cp flume-conf.properties.tem..