일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 안드로이드
- Mail Server
- not working
- 자바스크립트
- dovecot
- WebView
- xe
- roundcube
- C# IO
- 폼메일
- php 시큐어코딩
- Android
- PHP
- 우분투
- 안드로이드 푸시
- chart.js
- 안드로이드 푸쉬
- UML
- javascript
- 자동 생성
- FCM
- html5
- curl
- soundpool
- 안드로이드 gcm
- mysql
- php 취약점
- 설치
- C#
- android 효과음
- Today
- Total
목록분류 전체보기 (496)
그러냐
http://gun0912.tistory.com/55 http://gun0912.tistory.com/61
http://stackoverflow.com/questions/12131025/android-preventing-webview-reload-on-rotate 방법 1 41down voteacceptedI think the main problem is that you call web.loadUrl(webURL); also when savedInstanceState != nullEDITTry:if (savedInstanceState == null) { web.loadUrl(webURL); }EDIT2: You also need the onSaveInstanceState and onRestoreInstanceState override.@Override protected void onSaveInstanceSta..
http://blog.acronym.co.kr/549 리다이렉트일 경우 하이브리드앱 질문(jquery, php, phonegap)글쓴이하이랭커날 짜13-01-20 14:54조 회6419간편URLhttps://www.phpschool.com/link/qna_function/370638복사SyntaxHighlight로 보기페이스북 앱이나 핀터레스트, path, 트위터 같은 앱들은 한 번 로그인 하면 설정창에서 로그아웃 안하는 이상 계속 유지가 되잖아요.. 뒤로가기 버튼 누르면 앱이 꺼져버리고 지금 그렇게 구현을 해볼려고 하는데 php로 한번 로그인 하면 로그아웃 안하는 이상 로그인 페이지로 못나가게 할 수 없을까요? 로그인 후 본 페이지 들어와서 뒤로가기 버튼을 누르면 로그인화면으로 나가버려서요...답변채택..
http://programmingsummaries.tistory.com/367
http://www.mkexdev.net/Article/Content.aspx?parentCategoryID=1&categoryID=11&ID=221
TINYTEXT 256 bytesTEXT 65,535 bytes ~64kbMEDIUMTEXT 16,777,215 bytes ~16MBLONGTEXT 4,294,967,295 bytes ~4GB
출처 : https://siakak.wordpress.com/2014/07/14/%EC%8B%9C%EA%B0%84%EC%9D%84-%EC%95%84%EB%81%BC%EB%8A%94-%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-%EA%B0%9C%EB%B0%9C-%EC%B9%B4%ED%86%A1-sdk-%EC%9D%98-%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4/안녕하세요? 시간을 아껴주고 아끼는 블로그 쥔장입니다.모든 정보들이 인터넷을 통해 연결되면서 오히려 양질의 컨텐츠를 얻는 데에 너무 많은 시간이 걸리곤 합니다.그래서 저는 저와 독자들의 시간을 아껴주는 블로깅을 하고자 합니다.아마 주요 주제는 프로그래밍, 맛집, 게임, 여행, 교육 등이 될..
https://www.poesis.org/postcodify/guide/freeapi
Editing Ctrl + Space : 기본 코드 완성Ctrl + Shift + Space : 스마트 코드 완성(예상되는 타입의 메소드또는 변수명 )Ctrl + Q : 빠른 문서보기Shift + F1 : 외부 문서보기(http://developer.android.com/reference로 이동)Ctrl + mouse over code : 간단한 설명.Alt + Insert : Generate code( Getters, Setters, Constructors, hashCode/equals, toString )Ctrl + O : Override methodsCtrl + I : Implement methodsCtrl + Alt + T : Surround with… (if..else, try..catch, f..