일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- HTML5
- 호환성
- 톰캣
- checbox
- 날짜
- java
- null
- RADIO
- 문자열
- json
- Oracle
- JSTL
- exception
- 웹 플랫폼 설치 관리자
- 한글
- 이클립스
- php
- SSL
- 전자정부 표준프레임워크
- jquery
- 네이버스마트 에디터
- switch
- maven
- html
- @RequestBody
- MYSQL
- 오라클
- DB
- spring form tag
- 스크립트
- Today
- Total
목록분류 전체보기 (525)
개인적인 정리
Consider avoiding viewport values that prevent users from resizing documents. ie11부터는 viewport를 지원하지 않으므로 웹 호환성을 위해서는 삭제하는 것이 맞는 것 같다고 함.
윈도우용 공개 메일 서버가 필요해졌다. windows10 + james 2.3.2 개발 테스트를 위해서.. 이클립스 로그 550 5.7.1 Requested action not taken: relaying denied james 로그 Rejected message - 111.111.111.111 not authorized to relay to 가 계속해서 발생을 해서 아래 부분을 주석처리 했더니 메일이 잘 발송된다. true 셋팅을 이것저것 너무 많이 했더니 다른 셋팅이 어떻게 되었는지는 정확히 알 수가 없다. 다만 C:\james-2.3.2\apps\james\logs 밑에 있는smtpserver-2016-12-15-14-47.log 파일을 보고 C:\james-2.3.2\apps\james\SAR-I..
//OutputStreamWriter 인 경우 개행문자를 제대로 못가져오는 것 같음.wr = new OutputStreamWriter(conn.getOutputStream());wr.write(xml.toString());wr.flush(); //리턴된 결과 값 읽기String inputLine = null;in = new BufferedReader(new InputStreamReader(conn.getInputStream(), "utf-8")); while ((inputLine = in.readLine()) != null) {resStr += inputLine;} 상세페이지 화면에 개행문자가 들어가 있는데 위와 같이 했더니 xml을 외부에서 가져오면서 개행이 표시되지 않음. dos = conn.getO..
PHP 에서 날짜계산 정리 $time = time(); echo date("Y-m-d",strtotime("-1 day", $time))." 하루 전(어제)"; echo date("Y-m-d",strtotime("-1 day", $time))." 하루 전(어제) "; echo date("Y-m-d",strtotime("now", $time))." 현재 "; echo date("Y-m-d",strtotime("+1 day", $time))." 하루 후(내일) "; echo date("Y-m-d",strtotime("+1 week", $time))." 일주일 후 "; echo date("Y-m-d",strtotime("-1 month", $time))." 한달 전 "; echo date("Y-m-d",str..
/* 20140823 문자열 자르는 함수 추가 */ function cut_str($str, $len, $footer = "..."){ $c = ord($str{$len}); while ($c > 127 && $c = $len ? $footer : ''); } 워드프레스에서는 이게 잘 됨
원하는 화면보다 이미지가 넘치는 경우 사용
Windows Vista/7 C:\Users\사용자 아이디\AppData\Roaming\FileZilla