일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 개미수열
- brotli
- 지수반등
- 지뢰찾기
- 브로틀리
- LastModified
- 이렇게살아야되나자괴감이
- kotliln
- 알고리즘
- etag
- 코드스피츠
- 랜선아미안해
- 리얼월드HTTP
- 클래스레벨밸리데이션
- jsr303
- 알게뭐냐
- jsr380
- HTTP
- cross parameter
- 스프링
- Kotlin
- i18n
- Spring
- cache-control
- 워드프레스
- Today
- Total
취미개발 블로그와 마음수양
el
xml부분 . 버튼이 이런 식으로 작성을 하면 java부분 : 메인에서는 이렇게 작성함. super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Button btn_yes = (Button) findViewById(R.id.btn_yes); Button btn_no = (Button) findViewById(R.id.btn_no); btn_yes.setOnClickListener(new OnClickListener() { public void onClick(View v) { Toast.makeText(getApplicationContext(), "정답입니다.", Toast.LENGTH_SHORT).show(); } }); b..
src- helloactivity public class HelloActivity extends ActionBarActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_hello); } gen- r.java layout{ public static final int activity_hello=0x7f030018; } res-layout- 프로젝트명.xml
메인뷰 프레임과 그 안에 들어가는 내용물 까지 들어간 img.zip 파일입니다. 프로젝트내에서 풀어주셔서 img 폴더가 생기게 해주시면 됩니다.
해결책 position은 고정된 크기에서, float은 가변크기에서 좋습니다.저라면 3-컬럼은 position을 사용하고 컬럼 안의 내용은 float을 사용해서 할 것 같네요.http://www.mofe.go.kr 이 그나마 비슷한 것 같고 position을 써서 구현했습니다. position은 높이가 고정이기 때문에 script로 보완을 했습니다.그리고 XHTML이 잘 구현이 되었다면 position에서 float, 또는 float에서 position으로 변경하는 것은 금방 할 수 있습니다. 여러시도를 해 보시고 최적의 방법을 찾아 보시는 것도 앞으로 도움이 많이 되실 것 같습니다.\출처 : http://cssdesign.kr/forum/viewtopic.php?id=537 문제점.. 사진
구글 웹폰트 깨지는 현상 고치기~ /* This is the default font face used for all browsers. */ @font-face { font-family: 'chunk-webfont'; src: url('../../includes/fonts/chunk-webfont.eot'); src: url('../../includes/fonts/chunk-webfont.eot?#iefix') format('eot'), url('../../includes/fonts/chunk-webfont.woff') format('woff'), url('../../includes/fonts/chunk-webfont.ttf') format('truetype'), url('../../includes/fon..
출처 : http://stackoverflow.com/questions/7273338/how-to-vertically-align-an-image-inside-div =======================css/*background: url('../images/question.png') no-repeat center center transparent;*/ =======================The only (and the best cross-browser) way as I know is to use an inline-block helper with height: 100% and vertical-align: middle on both elements.So there is a solution: htt..
pom.xml 에서 시작-> web.xml -> dispatcher-servlet -> applicationContext.xml pom.xml 부분 org.springframework spring-context 4.0.1.RELEASE org.springframework spring-core 4.0.1.RELEASE org.springframework spring-webmvc 4.0.1.RELEASE mysql mysql-connector-java 5.1.28 commons-dbcp commons-dbcp 1.4 jstl jstl 1.2 org.springframework spring-jdbc 4.0.1.RELEASE commons-fileupload commons-fileupload 1.2.1 org...