본문 바로가기

카테고리 없음

2020-04-19 18시 개발자 글 모음 | "AWS GCP Azure 시작하기" 외 13개 이야기

Understading BigData(4) by 오진선 about Spark


    76. 2020년 대충 살아라 by 서태호

    • 마무리해야 다른 원하는 걸 할 수 있다
    • 대충 해야 끝까지 할 수 있다
    • 대충 해야 여러 가지를 할 수 있다


    spring boot 의존성 관리 by 김정윤 about Spring Boot,Spring


      언리얼 매치 3 분석 - 1편 by 황대영

      • 마찬가지로 UE4 에디터의 Contents Browser에 있던 것과 유사하게 구성되어 있음을 알 수 있습니다
      • h라는 헤더파일을 호출해 주는 곳 마다 다시 파일을 열어서 컴파일을 시도합니다
      • 이동 상태 None 이동 상태 Failure 이동 상태 Standard 이동 상태 MoreTiles 이동 상태 Combo 이동 상태 Bomb 이동 상태 AllTheBombs 이동 상태 MAX


      스프링부트 - EnableAutoConfiguration by 김정윤 about Spring


        Spring Security OAuth2 Getting Started - 2 (Reactive with JWT) by 김인회 about JWT,Spring


          7. 이산 랜덤 변수과 확률 밀도 함수 (Discrete Random Variables and Probability Mass Function) by 백지오

          • 해당 랜덤 변수가 가질 수 있는 샘플 공간은 $S_X = \{0
          • 랜덤 변수의 샘플 공간은 $S_X = {0
          • 랜덤 변수 $X$가 특정 값 $x$를 결과로 가질 확률에 대한 함수이다


          언리얼 매치 3 분석 - 2편 by 황대영

          • USTRUCT는 언리얼 에디터에 보여질 구조체를 의미하고 BlueprintType은 블루프린트에서 사용 가능하다는 것을 의미합니다
          • EditAnywhere로 에디터에서 편집 가능하도록 설정합니다
          • EditAnywhere로 에디터에서 편집 가능하도록 설정합니다


          사용자 정의 kubernetes helm 생성 및 배포하기 - django helm으로 배포하기 by 이수진 about Django,Kubernetes

          • This version number should be incremented each time you make changes # to the chart and its templates
          • replicaCount: 1 image: repository: lsjsj92/kubernetes-django-soojin tag: latest pullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: "" fullnameOverride: "" serviceAccount: # Specifies whether a service account should be created create: true # Annotations to add to the service account annotations: {} # The name of the service account to use
          • a name is generated using the fullname template name: podSecurityContext: {} # fsGroup: 2000 securityContext: {} # capabilities: # drop: # - ALL # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 service: type: ClusterIP port: 8000 ingress: enabled: false annotations: {} # kubernetes


          파이썬(PYTHON) 클린코드 #5_ 인자(Argument) by 문범우 about Python

          • 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 def call_by_value(param1: int ) - > None: param1 + = 1 print (f "call by value: {param1}" ) def call_by_ref(param2:list) - > None: param2[ 0 ] + = 1 print (f "call by ref: {param2}" ) val1 = 3 val2 = [ 3 ] print (f "before val1:{val1}" ) call_by_value(val1) print (f "after val1:{val1}" ) print ( "- - - - - - - - - - " ) print (f "before val2:{val2}" ) call_by_ref(val2) print (f "after val2:{val2}" ) # before val1:3 # call by value: 4 # after val1:3 # - - - - - - - - - - # before val2:[3] # call by ref: [4] # after val2:[4] cs
          • 3] # ----> 5 packing_func1(packing_list) # TypeError: packing_func1() missing 2 required positional arguments: 'b' and 'c' packing_func1( * packing_list) # a:1
          • 1 2 3 4 5 def kwargs_test_func1( * * kwagrs): print (f "kwagrs:{kwagrs}" ) kwargs_test_func1(key = "value"


          [React] 리액트를 처음부터 배워보자. —01. React.js란 무엇인가? by 전태윤 about React.js

          • Follow all the topics you care about
          • and we’ll deliver the best stories for you to your homepage and inbox


          백준 14891 톱니바퀴 by 김정윤 about 백준

          • 조금후에 정리할께요
          • 문제를 잘 안읽어서 너무 오래걸렸다


          SSL 적용 시 HTTPS 경고 by 강명훈 about HTTPS


            AWS GCP Azure 시작하기 by 서태호 about Azure,GCP,AWS

            • 아키텍처 이해하기 | 구글 클라우드를 퀵하게 한번 둘러보자
            • 빠르게 한번 보고 나중에 다시 여러 번 보는 방식으로 공부하고자 한다
            • 주말 2일 동안 구글 클라우드 공부해보자