OS : Macosx 64Bit JDK : OpenJDK 11.x 64Bit 1. OpenJDK Download 및 설치 홈페이지(https://openjdk.java.net/install/) 에서 운영체제에 맞게 다운로드 OpenJDK 다운로드 및 설치 및 PATH 설정은 다른 블로그에서도 많이 검색 되기도 하고 귀찮으므로 생략 2. vscode 다운로드 및 설치 홈페이지(https://code.visualstudio.com/download) 에서 운영체제에 맞게 다운로드 설치 과정에는 어려운게 없으므로 생략 3. vscode spring plugin 설치 Command + Shift + X 버튼을 눌러, Extension 설치 화면을 호출 위의 플러그인들을 설치 한다. 4. Spging Boot Pr..
출처 : http://www.imcore.net/encrypt-decrypt-aes256-c-objective-ios-iphone-ipad-php-java-android-perl-javascript-python/ import java.security.InvalidAlgorithmParameterException; import java.security.InvalidKeyException; import java.security.NoSuchAlgorithmException; import java.security.spec.AlgorithmParameterSpec; import javax.crypto.BadPaddingException; import javax.crypto.Cipher; import javax.c..
출처 : http://kanetami.tistory.com @Component("scheduler")public class SchedulerController{ @Scheduled(cron="*/10 * * * * *") public void schedulerTest1(){ System.out.println("10초 마다 실행 되는 스케쥴러 입니다."); } @Scheduled(cron="*/20 * * * * *") public void schedulerTest2(){ System.out.println("20초 마다 실행 되는 스케쥴러 입니다."); }} 기존에 작성된 표현 방식이 잘못된 것으로 판단된다. 스케쥴러 cron 양식 초 0-59 , - * / 분 0-59 , - * / 시 0-23 , - ..
출처 : http://whitegom.tistory.com/26 import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; public class httpGetXmlTest { public static void main(String[] args) throws Exception { // TODO Auto-generated method stub URL url = new URL("http://192.168.137.130:8080/exam/xml3/admin"); // open connection HttpURLConnection conn = (HttpURL..
1. 필요 라이브러리 compile('com.jcraft:jsch:0.1.54') * 최신 버젼은 maven repository 에서 확인 가능. 2. 테스트 코드 import com.jcraft.jsch.Channel; import com.jcraft.jsch.ChannelSftp; import com.jcraft.jsch.JSch; import com.jcraft.jsch.JSchException; import com.jcraft.jsch.Session; import com.jcraft.jsch.SftpException; public class MyTest { /** * SFTP Upload -> 게시물 원본 http://javacpro.tistory.com/22 참고 * */ public void ..
- Total
- Today
- Yesterday
- Android
- food
- Security
- development
- Java
- place
- gpkiapi
- MySQL
- Compile
- devel
- kotlin
- 맛집
- 엘리스센터
- TIP
- Spring
- Linux
- HTTP
- Mobile
- Fun
- Review
- json parse
- SSL
- Flutter
- ssh
- web
- springboot
- samba
- devtools
- dart
- JavaScript
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |