본문 바로가기

전체 글

(2036)
2020-06-22 12시 개발자 글 모음 | "CentOS 7 Apache Nifi" 외 7개 이야기 [B급 프로그래머] 2020년 6월 20일 개발 이야기 특집(자바스크립트 세상의 클린코드) by 박재호 about Git,Javascript 작년에 읽고 나서 게으름 때문에 서평을 올리지 못한 책이 몇 권 있는데 오늘 소개할 책은 그 중 하나인 이다 서울과 수도권 일부 지역이 그렇게 인기를 끌고 최첨단 회사들이 집중되기 때문에 과밀 문제를 막기 위해 전 재미있게 일하기 by 배기홍 이 후 부상때문에도 고생하고 슬럼프가 와서 최근 거의 3년 동안 우승을 못 하다가 얼마 전에 좋은 성적을 거두면서 다시 한번 컴백의 가능성을 보여줬다 나이 들수록 성적과 경쟁을 생각하면서 골프를 재미있는 게임이 아니라 무조건 이겨야 하는 게임이라는 생각을 하게 됐고 투자 자체를 즐기면서 왜 스타트업이라는 게임을 내가 좋아하는지..
2020-06-22 10시 개발자 글 모음 | "AWS 주간 소식 모음 – 2020년" AWS 주간 소식 모음 – 2020년 6월 22일 by AWS Korea 여러분~ 매주 월요일 마다 지난 주 업데이트된 국내 AWS관련 콘텐츠를 정리해 드리는 AWS 주간 소식 모음입니다 지난 5월 13일에 있었던 AWS Summi Online 강연 다시 보기를 원하시는 분은 기조연설과 47개 강연 세션 AWS 코리아의 주요 이벤트 일정과 지난 행사 모음은 3개월 일정 안내에서 확인하실 수 있으며
2020-06-22 08시 개발자 글 모음 | "Daily Study Logging3" 외 7개 이야기 Tensorflow 에러 - ImportError: DLL load failed: 지정된 모듈을 찾을 수 없습니다 by 이정주 about TensorFlow 텐서플로우 모듈시 다음과 같은 에러가 발생할 수 있습니다 ImportError: DLL load failed: 지정된 모듈을 찾을 수 없습니다 0을 지정하여 설치하면 해결되었지만 현재는 Tensorflow 2 6월 21일 - 3 by 김이삭 Urban culture appears to be attractive to the younger generation All you have to do is take advantage of this rare oppertunity He introduced me to his relatives at the recepti..
2020-06-22 06시 개발자 글 모음 | "객체지향의 사실과 오해(3장) 정리" 외 10개 이야기 [react] mobx 와 react-router 사용시 history를 이용한 url 이동이 동작하지 않는 경우 해결방법 by 김찬정 import { createBrowserHistory } from " history " ; const history = createBrowserHistory (); ReactDOM import { useHistory } from " react-router-dom " ; class AboutStore () { history = useHistory (); handleClick () { this import { RouterStore } from ' mobx-react-router ' ; class AboutStore () { routerStore = new RouterStor..
2020-06-21 22시 개발자 글 모음 | "01 UiPath 설치 - RPA(업" 외 11개 이야기 Submit & commit Translation on WhatCanIDoForLibreOffice repository using LibreOffice Gerrit code by 성대현 Submit & commit Translation on WhatCanIDoForLibreOffice repository using LibreOffice Gerrit code review system 리브레오피스(LibreOffice) 소스코드 리뷰 시스템 Gerrit에서 관리하는 WhatCanIDoForLibreOffice 저장소에 번역 내용 커밋 및 적용하기 기록 English: Submit & commit Translation on WhatCanIDoForLibreOffice repository using LibreO..
2020-06-21 20시 개발자 글 모음 | "데이터 사이언티스트 테스트 문제" 외 2개 이야기 그런 개발자로 괜찮은가 - '문화' 편 by 권태관 Spring boot :: Kotlin으로 S3 업로드 기능 구현 by 김광훈 about Spring,Kotlin dependency-management' apply plugin: 'eclipse-wtp' apply plugin: 'war' apply plugin: 'idea' idea { module { def kaptMain = file('build/generated/source/kapt/main') sourceDirs += kaptMain generatedSourceDirs += kaptMain } } ext { appName = 's3-upload-api' } archivesBaseName = "${appName}" group = "com end..
2020-06-21 18시 개발자 글 모음 | "6월 21일 - 1" 외 3개 이야기 암달의 법칙 (Amdahl's law) by 이종립 It considers that in order to improve performance (time to complete the process) It shows that the improvement is limited by the fraction of time the improved part is used the fraction of time spent in the improved part 145호. 라라벨이 애용하는 ::class 톺아보기 by 이현석 코틀린의 코루틴 — 5. Asynchronous Flow 2부 by 안홍범 about Kotlin Follow all the topics you care about and we’ll deliver the..
2020-06-21 16시 개발자 글 모음 | "[Django]Model Manage" 외 11개 이야기 Average vs. Mean 뭐가 다른가? by 김정선 Mean – (수학/통계 전문용어) 어떤 표본의 평균을 표현하는 포괄적 의미의 평균 Average – (일반용어) 산술 평균 (Average Mean) 인터넷과 Youtube등에 다양한 내용들이 있지만 본 것 중에서는 아래 자료가 가장 괜찮은 듯 [Django]Associate Blog Post to a User with Foreign Keys by 안기웅 about Django Model): # blogpost_set > queryset # id = models IntegerField() # pk user = models SlugField(unique=True) # hello world > hello-world content = models [D..