In React 18, when working with multiple custom components for an input tag using react-hook-form, you can follow a similar approach to the one used with regular input fields. Here's an example of how you can set it up:First, create your custom input components:// CustomInput.jsimport React from 'react';import styled from 'styled-components';const StyledInput = styled.input` /* your styles for t..
MySQL 5.7 최초 설치 후 mysql_secure_installation 을 이용해 보안설정을 하는데... Enter password for user root: 에서 Error: Access denied for user 'root'@'localhost' (using password: YES) 오류가 났다. 원인 CENTOS7 에서 YUM 으로 MySQL 5.7 (이상) 설치 시, 임시 비밀번호를 생성하고 MySQL error 로그 파일에 기록한다. 해결 grep 'temporary password' /var/log/mysqld.log [Note] A temporary password is generated for root@localhost: ***** 임시 비밀번호 확인 후 입력.
http://slipp.net/questions/254 에 댓글로 남긴 내용이다. 이번 계기로 리눅스 상에서 WAS 구동에 대해 더 이해가 깊어진 듯... 6. 한글파일을 생성할 경우 파일제목이 글자수만큼 ?로 표기되는 현상이 일어납니다.. 간단한 자바 프로그램을 만들어서 파일 생성 -> 한글 파일 제대로 나옵니다... 오랜 고민 끝에 해결 되었습니다. 함께 고민해주신 자바지기님 감사합니다.^^ 문제의 시작 : 기존 운영중이던 사이트가, bash 취약점 패치 이후 갑자기 위 글의 '6'번 과 같은 상황이 되었습니다. bash 취약점 참고 : http://www.ahnlab.com/kr/site/securitycenter/asec/asecView.do?webNewsInfoUnionVo.seq=22903&g..