본문 바로가기
Bootstrap All Functions #1 Bootstrap All Functions #1 Container, Row, SpanX Responsive Web Typography -기본 tag 들에 대해서도 style 이 적용되어 있다. - blockquote 의 경우 위와 같이 두드러지게 바뀐다. -기본 tag 의 style 을 제거하려면 class="unstyled" 를 적용한다. -dl 의 경우 class="dl-horizontal" 로 수평 definition list 를 사용할 수 있다. Glyphicon User -Glyphicon customize pagehttp://www.w3resource.com/twitter-bootstrap/3/glyph-customization.html Table Forms Search -bootstrap 의.. 2014. 3. 13.
[기초강좌] HTML Elements - w3schools 번역 [기초강좌] HTML Elements - w3schools 번역 w3school 의 강좌 내용을 번역한 글입니다. 원본 : http://www.w3schools.com/html/html_elements.asp HTML 문서는 HTML elements 들로 정의된다. HTML Elements HTML Element 는 start tag 부터 end tag 를 포함한 전체를 이야기한다. * start tag 는 opening tag, end tag 는 closing tag 라고도 불린다. HTML Element Syntax * HTML element 는 start tag 혹은 opening tag 로 시작한다.* HTML element 는 end tag 혹은 closing tag 로 마무리된다.* Eleme.. 2014. 2. 20.
[android] compile error, is not translated in af, am, ar, be, bg, ca, cs, da, de, el, en-rGB, es, es-rUS, et, et-rEE, fa, fi, fr, he, hi, hr, hu, in, it, iw, ja, ko, lt, lv, ms, ms-rMY, nb, nl, pl, pt, pt-rBR, pt-rPT, ro, ru, sk, sl, sr, sv, sw, th, t.. android, compile error is not translated in af, am, ar, be, bg, ca, cs, da, de, el, en-rGB, es, es-rUS, et, et-rEE, fa, fi, fr, he, hi, hr, hu, in, it, iw, ja, ko, lt, lv, ms, ms-rMY, nb, nl, pl, pt, pt-rBR, pt-rPT, ro, ru, sk, sl, sr, sv, sw, th, tl, tr, uk, vi, zh, zh-rCN, zh-rTW, zu Lint Error 에 해당하는 Compile error 로 모든 language 에 대한 support 를 권장하고자 하는 android 측의 움직임인듯 싶다.해당 lint 에러를 꺼주면 바로 co.. 2014. 2. 13.
java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 4030500 but found 0. You must have the following declaration within the <application> element: <meta-data android:name="co.. java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 4030500 but found 0. You must have the following declaration within the element: 2013. 11. 14.
[android] eclipse shows "overlaps the location of another project" error when importing. eclipse shows "overlaps the location of another project" error when importing. ( android ) [En] When eclipse shows such an error message, you can just import the project as the [General] - [Existing Projects into Workspace]. Everything is gonna be ok!! [Kr] 이클립스가 이런 에러를 내뿜을 때는 그냥 [General] - [Existing Projects into Workspace] 를 이용하여 import 하면 된다. 그럼 모든것이 해결!! Android, eclipse, error, existing pr.. 2013. 10. 3.
[VB6] Error Handling Error Handling [이전강좌] Web browser, FTP 만들기 VB6 에도 엄연히 Error Handling 이 존재한다.다만, 그 Error handling 이 자바와 같은 형식의 try, catch 형식이 아닌..GoTo 형식이라는게 조금 문제이긴 하다.. 여튼 Syntax 는 다음과 같다. On Error GoTo program_label VB statementsExit Sub program_label:VB statements On Error 구문은 해당 statement 를 사용하는 순간부터 Sub 이 끝나는 곳까지 valid 하다. Error handling 할 때는 원하지 않는 error handling 구문의 실행을 막기 위해서Exit Sub 을 적절한 곳에 잘 사용해야 한다... 2013. 6. 25.
[Spring] Spring Framework 의 개요 #1 Spring Framework 개요 #1 스프링이란? Spring = Spring Container + 공통 프로그래밍 모델 + 기술 API SpringContainerApplication Context 라고도 불리는 스프링 런타임 엔진 공통프로그래밍 모델설계 원칙 및 design pattern. IoC / DI오브젝트 생명주기 및 의존관계를 관리서비스 추상화Tech IndependentAOP모듈화 스프링의 성공 원인 1. 단순함 ( Simplicity )EJB의 복잡성을 비판하며 등장.객체지향 개발모델.POJO를 강력 추천 2. 유연성 ( Flexibility )다른 framework와 결합하기 쉽다.항상 framework 기반의 접근과 spring을 확장해서 사용하는 것을 추천한다. 스프링의 효과적 .. 2013. 6. 23.
[android] Flurry 에 Crash Report 기능이 생겼다. Flurry 에 Crash Report 기능이 생겼다. 무료 오늘의 운세 프로그램에 Flurry 를 장착해놨었는데,신나게 오랜기간 여행을 다녀오니 Crash Report 라는 기능이 생겼다. 무료 오늘의 운세 프로그램이 궁금하세요? 클릭! 현재는 Beta 버전인데, 기존에 사용하던 2.x 버전에서는 지원하지 않고,3.x 버전부터 지원하는듯 싶다. 미리 ACRA 라도 설치하고 다녀왔어야 하는데,1주 단위로 약 140개나 되는 에러가 발생했는지 이를 확인할 길이 없으니 답답하다. 이번에 3.x 버전으로 업데이트 할 예정이니..BETA 라도 충실히 버그를 잘 리포트해주면 되겠다. 리포트를 잘 하는지는 한번 써보고 다시 한번 업데이트 해보겠다. 여튼, Flurry 가 Crash Report 기능도 지원하니 너무.. 2013. 6. 1.
[Android/안드로이드] MediaPlayer APIs. 안녕하세요 돼지왕 왕돼지입니다. 오늘은 MediaPlayer 의 API들과 MediaPlayer 의 State에 대해 알아보겠습니다. MediaPlayer.class public MediaPlayer () static MediaPlayer create (Context context, int resid) static MediaPlayer create (Context context, Uri uri, [SurfaceHolder holder]) void setDataSource (String path) void setDataSource (Context context, Uri uri) void setDataSource (FileDescriptor fd, [long offset, long length]) void .. 2012. 2. 18.
반응형