테크54 ionic2와 Spring boot RESTful 연동 ----- 기본 환경 -------JDKhttp://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 이클립스https://www.eclipse.org/downloads/eclipse-packages/ VS Codehttps://code.visualstudio.com nodejs(npm)https://nodejs.org/en/download/ cygwinhttps://cygwin.com/install.html ------------------------------------------ # ionic 샘플 테스트 (로컬 browser)npm install -g ionic cordovaionic start cutePupp.. 2017. 4. 19. [Perl] linux command 결과를 받아오기 my $cmd = "/bin/mount /dev/sdb1 ./usb 2>&1"; open(FD, "$cmd |");while() {print "ret : $_";}close FD; 2016. 3. 11. [Perl] signal 관리 (perlipc) http://perldoc.perl.org/perlipc.html sub setChildSignal{ $SIG{'CHLD'} = 'IGNORE'; $SIG{'TERM'} = 'DEFAULT'; $SIG{'PIPE'} = 'IGNORE'; $SIG{'INT'} = 'IGNORE'; $SIG{'HUP'} = 'IGNORE';} 2015. 10. 21. [Perl] cpan 모듈 간단히 설치하기 참조.- http://www.cpan.org/modules/INSTALL.html 1.https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanm 를 다운받는다.wget https://raw.githubusercontent.com/miyagawa/cpanminus/master/cpanmcpanm 파일이 다운받아짐. 2.아래와 같이 설치.$PERL_HOME/bin/perl ./cpanm Crypt::OpenSSL::AES --force 2015. 9. 9. 이전 1 ··· 4 5 6 7 8 9 10 ··· 14 다음