본문 바로가기

분류 전체보기

(2036)
2021-01-15 06시 개발자 글 모음 | "Go gRPC 튜토리얼 #2 - Se" 외 1개 이야기 [Design Go] 단일체 패턴(동시성 프로그래밍을 중심으로) by 박정현 단위 테스트를 할 때에는 우선 테스트할 객체를 만들어야 하는데 단일체는 하나의 객체만 생성하기 때문에 여러 경우를 테스트하는 데에 어려움이 있다 package main import "fmt" var singleMaze Maze func GetInstance() Maze { if singleMaze == nil { initialize() } return singleMaze } func initialize() { fmt d) return maze } func main() { var maze Maze var mazeEx Maze test := func(createFunc func() Maze Go gRPC 튜토리얼 #2 - Serve..
2021-01-14 22시 개발자 글 모음 | "[알고리즘] 2018 KAKAO BL" 외 12개 이야기 [XAI] Explainable Artificial Intelligence (XAI) - 2 by 장지수 intelligibility) denotes the characteristic of a model to make a human understand its function – how the model works – without any need for explaining its internal structure or the algorithmic means by which the model processes data internally [18] the amount of papers stating that the ability of rendering a model explainable is to bette..
2021-01-14 20시 개발자 글 모음 | "트위터 미디어 받기 2021-01-1" 외 1개 이야기 강의 소식 : 입문자를 위한 자바스크립트 - 입문과 중급사이 12기 온라인반 모집 by 김인권 about Javascript 트위터 미디어 받기 2021-01-14 업데이트 by 김정현
2021-01-14 18시 개발자 글 모음 | "슬랙이 세일즈포스의 인수 제안을 받아" 외 5개 이야기 [leetCode] 237. Delete Node in a Linked List (Python) by 장동현 about Node,Python It is guaranteed that the node to be deleted is not a tail node in the list The number of the nodes in the given list is in the range [2 The node to be deleted is in the list and is not a tail node [gunicorn] RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C heade..
2021-01-14 14시 개발자 글 모음 | "마이크로소프트, 윈도우에 루트킷 설치" 외 5개 이야기 국제 TF, 최대 규모 다크웹 마켓 서비스 중단시켜 by 이스트 시큐리티 사용자 약 50만 명이 이용하는 세계 최대 규모 다크웹 불법 마켓인 DarkMarket이 폐쇄되었다고 발표했습니다 독일 당국이 이 기업의 운영자인 한 호주 시민을 체포하고 난 후 조사가 진행되었습니다 운영자가 체포된지 단 며칠 만에 법 집행 기관은 인프라 전체를 해체할 수 있었습니다 [이벤트] LG CNS 블로그 누적 방문자 1,000만 명 돌파했소! by LG CNS 000만 명 돌파 축하 메시지와 함께 2020년 가장 인상 깊었던 콘텐츠 제목 5가지를 남겨주세요 000만 명 돌파 기념 축하 메시지를 작성하고 ③ 2020년 인상 깊었던 콘텐츠 5가지(정확한 제목)를 남겨주세요 ③ #LGCNS블로그1000만돌파 해시태크로 주변에 널..
2021-01-14 12시 개발자 글 모음 | "IntelliJ (Ultimate &" 외 4개 이야기 킨들 페이퍼화이트 4세대 구매 by 오세용 NestJS - Custom Providers by 박민기 interface' ; @ Injectable ( ) export class CatsService { private readonly cats : Cat [ ] = [ ] ; findAll ( ) : Cat [ ] { return this interface' ; @ Controller ( 'cats' ) export class CatsController { constructor ( private catsService : CatsService ) { } @ Get ( ) async findAll ( ) : Promise { return this service' const mockCats..
2021-01-14 10시 개발자 글 모음 | "도커 컴포즈 가이드라인" 도커 컴포즈 가이드라인 by 다나와 TomcatWebServer : Tomcat initialized with port(s): 8080 (http) app1_1 | 2021-01-12 06:44:26 StandardService : Starting service [Tomcat] app1_1 | 2021-01-12 06:44:26 TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' app1_1 | 2021-01-12 06:44:26
2021-01-14 08시 개발자 글 모음 | "App Widget 파헤쳐보기 (구조" 외 1개 이야기 위민후코드서울 2020 연말 행사 by 이보라 WWCodeSeoul/guidelines-resources Women Who Code (WWCode) is a global non-profit organization which inspires women to excel in careers in technology App Widget 파헤쳐보기 (구조 분석) by 진수민