일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ios framework
- 인증서 정보 뽑아내기
- so file
- apk 다운사이징
- android log dump
- Android NDK시스템
- sha1 convert hashkey
- IOS10
- 공인인증서 정보
- ios
- 공인인증서 만료일
- embedd
- v8 engine xcode build
- V8 Engine
- Push
- IMAGE
- Android
- java
- Status Bar
- apache
- Objective C
- Magnify Anim
- Google V8 Engine
- 안드로이드
- appbarlayout
- JavaScript Engine
- FlexiblePageView
- SO 파일
- apns
- PageControl
- Today
- Total
목록전체 글 (55)
caTea 블로그
protected T process(URL url, boolean keepAilve , RequestMethod method, V param, class clazz) throws IOException { InoutStream is = null; OutputStram os = null; ReadableByteChannel rbc = null; try{ HttpURLConnection conn= (HttpURLConnection) url.openConnection; conn.setDoInput(true); conn.setDoOutput(true); conn.setRequestMethod(method.name()); if(keepAilve){ conn.setTequestProperty("Connection",..
맥 터미널에서 -curl -v 찾고자하는 URL 을 치면된다. 대신 https이여야 보안섹션이 나타나죠 헤더부분을 잘보면된다.
javax.mail mail 1.4.7 import java.util.Date;import java.util.Properties; import javax.mail.BodyPart;import javax.mail.PasswordAuthentication;import javax.mail.Session;import javax.mail.Transport;import javax.mail.internet.InternetAddress;import javax.mail.internet.MimeBodyPart;import javax.mail.internet.MimeMessage;import javax.mail.internet.MimeMessage.RecipientType;import javax.mail.internet.M..