본문 바로가기

전체 글

(274)
Color 모듈 만들기 색상 출처: http://yeun.github.io/open-color Open Color Color scheme for UI design yeun.github.io const palette = { gray: [ '#f8f9fa', '#f1f3f5', '#e9ecef', '#dee2e6', '#ced4da', '#adb5bd', '#868e96', '#495057', '#343a40', '#212529', ], red: [ '#fff5f5', '#ffe3e3', '#ffc9c9', '#ffa8a8', '#ff8787', '#ff6b6b', '#fa5252', '#f03e3e', '#e03131', '#c92a2a', ], pink: [ '#fff0f6', '#ffdeeb', '#fcc2d7', '#faa..
배경색 투명 background-color: transparent;
lodash를 이용한 scroll 이벤트 https://cdnjs.com/libraries/lodash.js lodash.js - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers A utility library delivering consistency, customization, performance, & extras. - Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 11% of all websites, powered by Cloudflare. We make it fa..
class 작명법 하위 부류는 __를 통해 표시하고 현재 클래스의 상태 또는 속성에 관련된 클래스를 추가로 넣을 경우 하이픈으로 넣어주자
Material Icon https://material.io/develop/web/getting-started Material Design Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences. material.io webpack install -> npm install @material/ripple Material Icons from Google Fonts CDN
[React.js] CDN 리액트 프로젝트에 적용하기 (다음 주소 API) 1. CDN 스크립트 태그를 index.html에 넣어준다. 2. 주소 API를 부르는 함수 위에 const daum = window.daum; 이걸 추가 해주면 바로 적용되는 것을 볼 수 있다.
[Error] could not read document can not deserialize instance of java.util.ArrayList 단일 객체 보내는데 컨트롤러를 ArrayList로 만들어 버려서 발생함 json 보낼때 배열에 담아주던가 ArrayList를 수정하던가 컨트롤러 위에꺼 복붙해서 만들다가 이걸 못봤네;;
AxBoot 참고 form다루기 ax5ui.axisj.com/ax5ui-binder/demo/index.html ax5ui / ax5ui-binder : basic ax5ui.axisj.com 그리드 api.axboot.com/front-end/grid-paging.html 그리드 페이징 · ax-boot-document api.axboot.com 공통코드관리 dodo-it.tistory.com/42 Axboot 신규화면 만들기 4 - Detail 내역 컬럼 콤보박스 만들기(DB연동) 앞에 "제품정보"에서 "원산지"항목을 DB공통코드와 연동하여 콤보박스로 만드는 방법에 대해 설명하겠음. 1. 공토통코드관리에 원산지 추가 - 아래 이미지와 같이 한국,미국,일본 원산지 항목을 dodo-it.tistory.com