본문 바로가기

분류 전체보기

(4558)
공시 시스템 매매 프론텍 자사주매입 100억이상
kafka 설치및 운영시 보면 좋은 블로그 kafka 설치 블로그 https://cookiethecat2020.blogspot.com/2020/03/blog-post.html 카프카(Kafka) 윈도우(Windows)에 설치하기 윈도우(Windows)에 아파치 카프카(apache kafka) 설치하기 #카프카 #kafka cookiethecat2020.blogspot.com kafka 인증 블로그 https://devidea.tistory.com/62
Kafka Windows 설치시 유의해야할점 kafka를 다운받아서 https://www.apache.org/dyn/closer.cgi?path=/kafka/3.1.0/kafka_2.13-3.1.0.tgz Apache Downloads We suggest the following site for your download: https://dlcdn.apache.org/kafka/3.1.0/kafka_2.13-3.1.0.tgz Alternate download locations are suggested below. It is essential that you verify the integrity of the downloaded file using the PGP signature (.asc www.apache.org 해당 파일들을 Programes fi..
Windows에 Kafka설치하기 https://hevodata.com/learn/install-kafka-on-windows/#1
Spring Model Property Exception List 에러내용이 256 out of index bound? 인가 났던거 같다 json object를 post로 서버로 보냈는데 Model Binder가 List를 256까지 밖에 못받아 들였다 구글링 해보니 아래와 같이 셋팅을 해줘야한다더라 힘들다.... 해당 Contoller에 @InitBinder public void initBinder(WebDataBinder binder) { binder.setAutoGrowCollectionLimit(Integer.MAX_VALUE); }
spring boot 업데이트 후 JdkSerializationRedisSerializer에서 에러날 경우 디비 정보를 업데이트 했다. redis-cli FLUSHALL
Fiddler Https tunneling 할때 느릴 경우 피들러에서 Https 캡처링 할때 tunnelling의 속도가 매우 느릴때 Tools => Option => Https Tab => uncheck 'Check for certificate revocation'
개발자 모드에서 js map css map파일을 안받으려면 개발자 모드를 켰을때 map 파일 받는경우가 있는데 map 파일을 받고 싶지 않을경우 개발자모드에서 환경설정에 들어가 자바스크립트 소스 맵 사용 설정을 해제하면 된다.