일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 여의도IFC
- applestore
- 광고차단
- 유심무료
- VLOOKUP
- xml뷰어
- #알뜰폰
- VS2019
- OPENDART
- json #paramquery
- SK7MOBILE
- xmlviewer
- AWS
- 애드빌용법
- 애드빌
- productivity Power Tools
- 알뜰요금제
- XML무료뷰어
- 유니콘
- 유니콘앱
- VS2015
- 알뜰유심
- 금융감독원API
- advil
- IFC
- vs2017
- 알뜰
- 소스비교
- 유니콘광고차단
- apple여의도
- Today
- Total
체크개발자's Blog
http://blog.naver.com/bb_/221065927763 sapjco3.jar / sapjco3.dll / libsapjco3.so sapjco3.jar / sapjco3.dll / libsapjco3.so 는 SAP 연동시 필요한, SAP Java Connector(JCO) 관련 파일들이다. Window 이클립스 로컬 세팅의 경우 sapjco3.jar 는 Java Build Path 메뉴에서 라이브러리 추가하고, sapjco3.dll 는 System32에 넣는다.Windows 서버의 경우 sapjco3.jar 파일과 sapjco3.dll 파일을 Apache Tomcat의 lib 폴더에 넣는다.Linux 서버의 경우 sapjco3.jar 파일과 libsapjco3.so 파일을 Apache T..
Getuuid() 이거 이용햇음. 기본적인 Controller와 jsp 경로 호출 등 셋팅은 되어있다는 가정하에 시작한다.(필자는 STS를 사용 > http://mkil.tistory.com/267 (4)테스트환경 참조~) 1. fileTest.jsp 생성JSP를 다음과 같이 생성하고 FORM 태그를 사용하여 다음과 같이 작성하자.가장 중요한건 multipart/form-data를 설정해 줘야 한다는것.주석에 순서대로 설명을 달아놓았다. 해당 소스는 "제출" 버튼을 누르면 submit동작에 의해 /fileUpload로 매핑되어져 있는Contorller를 호출한다. 이름 : 파일 : 2. action Url에 fileupload 메소드 작성action url이 매칭되는 /fileUpload 에 file u..
https://www.codeproject.com/Articles/26085/File-Encryption-and-Decryption-in-CDemonstrates how to encrypt and decrypt any file type using C#.IntroductionThis article demonstrates how to use C# to encrypt and decrypt files of any type.BackgroundRecently, I needed to find a simple way to encrypt and decrypt a file of any type (I actually needed to encrypt image and text files) and any size. I foun..