본문 바로가기

카테고리 없음

2020-07-17 12시 개발자 글 모음 | "[Django]Django와 Flas" 외 10개 이야기

C++ 관련 여러 이야기 by 김용묵


    0xNews - 비밀번호 탈취하는 새로운 안드로이드 맬웨어 발견 by 왕응석 about Android


      SDN - Software Defined Network by 장현정

      • 이렇게 소프트웨어로 네트워크 흐름을 정의하고 제어하는 일련의 과정을 우리는 소프트웨어로 네트워크를 정의했다라는 의미의 SDN(Software Defined Network)라고 부릅니다
      • Northbound Interface(API)는 오픈 소스 기반으로 Control Plane의 소프트웨어 모듈과 네트워크 플랫폼의 최상위 SDN 애플리케이션 사이에서 소프트웨어 인터페이스를 제공합니다
      • Control Plane의 제어기는 네트워크 장비를 포함한 인프라의 인터페이스를 제어하고 관리 할 수 있는 인터페이스(Protocol)을 필요로 하는데 이때 사용되는 인터페이스가 바로 Southbound 인터페이스입니다


      @Cacheable (Redis) 의 장애 대응용으로 Hystrix 사용 by 김현기 about Redis,Cache

      • @RequiredArgsConstructor @RestController public class RedisController { private final RedisService redisService; @GetMapping("/redis") public String health(){ return redisService
      • @Slf4j @Service @RequiredArgsConstructor public class RedisService { private final RedisCacheableService service; @HystrixCommand(fallbackMethod = "getDB") public String redis(String id) { log
      • redis(id); } public String getDB(String id) { log


      부분집합 구하기 with Python by 오지환 about Python

      • B를 무조건 포함하는 길이가 2인 부분집합은 { BC
      • 위에서 길이가 1인 부분집합을 구하는건 어렵지 않다고 했기 때문에 B를 무조건 포함하는 길이가 2인 부분 집합은 쉽게 구할 수 있습니다
      • C를 무조건 포함하는 길이가 2인 부분집합에서 B를 포함하는 경우를 제외한 { CD } 와


      의존성 역전의 법칙 by 이찬구


        데이타댐도 좋지만 블록체인/DLT는? by 김형준 about Blockchain

        • Project Ion explores whether the digitalization of assets and application of DLT can accelerate settlement and reduce cost and risk for the industry
        • retain the advantages of central netting and prevent fragmentation of the clearing and settlement ecosystem
        • DTCC developed a proof of concept (POC) to validate the proposed business and operational concepts included in this initiative


        AWS EC2 private key로 Editplus ftp 접속하기 by 허정진 about AWS

        • ppk로 변환 Pageant 실행하여 Add key EditPlus 실행하여 FTP 설정
        • ssh key를 등록하면 Pageant 프로그램이 구동되는 동안
        • Pageant를 실행시키고 윈도우 우측하단의 트레이 아이콘에서 마우스 우클릭으로 Add Key 선택하여


        VSCODE ftp-simple : private key 연결 by 허정진 about AWS

        • [ { "name": "aws
        • "host": "aws
        • "confirm": true } ]


        금융진입장벽 완화 3법, 저는 찬성 by 김형준

        • 자본금과 인허가와 같은 진입장벽으로 눈물을 머금고 금융회사와 제휴하는 곳이 무척 많습니다
        • 주장의 요지는 진입장벽을 완화하기 위한 3법을 제안합니다
        • 그리고 공무원들이 선심을 쓰는 척 하면서 ‘보호’를 이야기하는데 소비자보호라고 쓰고 읽지만 결국은 기존사업자보호일 뿐입니다


        [Django]Django와 Flask의 차이점 by 안기웅 about Django

        • Medium – Get smarter about what matters to you
        • Medium is not like any other platform on the internet
        • Our sole purpose is to help you find compelling ideas