클래스를 만들어서 사용 public class SharedPreferenceHelper { private final String PREF_NAME = "com.test.pref"; public final static String ID = "PREF_TEST_ID"; public final static String PW = "PREF_TEST_PW"; static Context mContext; public SharedPreferenceHelper(Context c) { mContext = c; } public void put(String key, String value) { SharedPreferences pref = mContext.getSharedPreferences(PREF_NAME, Activit..
Ajax 사용하기 $('#partner_send').click(function(){ $('#param_send').click(function(){ var data = $("#param_form").serialize(); /** * @param type : http * @param url : 리퀘스트 보낼 url * @param data : 보낼 데이터 **/ $.ajax({ type: "POST", url: "페이지 경로", data: data, /** * 송신이 성공했을 경우 **/ success: function(data, dataType) { alert(data); }, /** * 실패한 경우 **/ error : function(XMLHttpRequest, textStatus, errorThrow..
class CustomAdapter extends ArrayAdapter{ Context context; int layoutResourceId; CharSequence data[] = null; Typeface tf; public CustomAdapter(Context context, int layoutResourceId, CharSequence[] data, String FONT ) { super(context, layoutResourceId, data); this.layoutResourceId = layoutResourceId; this.context = context; this.data = data; tf = Typeface.createFromAsset(context.getAssets(), FONT..
spring 환경설정 셋팅에 대해 정리가 잘되어있는거같아서 가져왔습니다. http://blog.naver.com/PostView.nhn?blogId=jazz1234k&logNo=40121298343&categoryNo=58&parentCategoryNo=0&viewDate=¤tPage=3&postListTopCurrentPage=1&isAfterWrite=true&userTopListOpen=true&userTopListCount=5&userTopListManageOpen=false&userTopListCurrentPage=3
Layout에서 특수문자를 적용할 때
- Total
- Today
- Yesterday
- 안드로이드
- ListView
- 휴게소
- custom font
- git flow
- android jar
- Android
- 가평휴게소
- gitgub
- serialize
- ShardPreferenes
- 막국수
- 킹스맨
- keyboard
- 안드로이드 라이브러리
- 남자화장품
- resize
- crop
- 코드 하이라이트
- 엘지
- 봄봄봄
- Xcode
- Re:NK
- 참나무숯불닭갈비
- xcode7
- 아이콘 사이즈
- cocoapods
- xcode8
- 리엔케이
- ios
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |