분류 전체보기476 Chrome Console Test # Chrome Console Test ##### [source : https://jsfiddle.net/softm/7ca1z2sf/ ](https://jsfiddle.net/softm/7ca1z2sf/) ```html Console Test Open console window for test. printfStyle byType assert trace group groupCollapsed profile time ``` ```css h3,p,button{font-family:Helvetica} p{font-size:12px} button{display:block; margin-top:5px} ``` ```javascript // define button handler var handler = { print.. 2019. 7. 31. git flow # git flow #### # bit bucket git flow ( dev ) 1. checkout jihoon 2. pull dev, jihoon 3. checkout feature 4. merge to jihoon 5. push to jiooon 6. dev pull request #### # bit bucket git flow ( mydev ) - 로컬 feature에 mydev Pull 갱신을 통한 mydev-jiooon 1. checkout mydev-jihoon 2. pull mydev, mydev-jihoon 3. checkout feature 4. merge to mydev-jihoon 5. push to mydev-jiooon 6. mydev pull request - 로컬 featu.. 2019. 7. 30. Gif Animation 배너 만들기 프로그램 아래 "상품 배너 제작기" 설치파일을 다운로드하여 설치한다. "상품 배너 제작기"를 실행한다. "이미지 추가" 버튼을 눌러 사진을 추가한다. "배너크기", "전환속도" 옵션을 선택한다. "완료" 버튼을 누르면, 팝업화면에서 "저장"을 눌러 이미지를 저장한다. 2019. 7. 30. PostgresQL #### # 참고 - [https://d2.naver.com/helloworld/227936](https://d2.naver.com/helloworld/227936) #### # PostgresQL ( 포스트-그레스-큐엘 )? 1. 15년 이상의 오랜 역사를 가지고 최근에는 1년 여반에 새로운 버전인 9.2버전을 출시함. 2. PostgreSQL([http://www.postgresql.org](http://www.postgresql.org))는 북미와 일본에서는 높은 인지도가 높음. 3. 엔터프라이즈급 DBMS의 기능과 차세대 DBMS에서나 볼 수 있는 기능을 제공하는 오픈소스 DBMS이다. 4. Oracle과 유사점이 많음. #### # 역사 - PostgresSQL은 Ingres(INteractiv.. 2019. 7. 29. <a href mailto: 메일 발송 팝업 링크 메일보내기 메일보내기 2019. 7. 29. fastcopy batch # fastcopy bash ```bash @echo off rem "C:\Users\jihoon14.kim\FastCopy\FastCopy.exe" /cmd=diff /exclude="Thumbs.db;.DS_Store;Desktop.ini;DfsrPrivate\" /filelog="D:\Work\doc\FastCopy_log\FastCopy.log" /speed=full /error_stop=FALSE /force_close /acl=FALSE /verify=TRUE "C:\WEB_APP\workspace\web-module" /to="C:\WEB_APP\workspace\web-module" setlocal @set YEAR=%date:~0,4% @set MONTH=%date:~5,2% @set D.. 2019. 7. 28. 이전 1 ··· 35 36 37 38 39 40 41 ··· 80 다음