본문 바로가기

반응형
SMALL

Programming

(316)
[LineEngineering]메시징 서버 개발 프로세스 개선 https://engineering.linecorp.com/ko/blog/improving-the-messaging-server-development-process?fbclid=IwAR2jXM0tezdAaOpMMnuvLaGWjjILofoeyZxo3giNxhLP7pzvgUmFiE0IUE4 메시징 서버 개발 프로세스 개선 다들 건강하시죠? LINE 메시징 서버를 개발하고 있는 Nao입니다. 지난 2014년에 LINE 서버 개발과 릴리스 프로세스(일본어)를 소개했습니다. 이후 시간이 흐르면서 개발 환경과 코드가 변화했고, 이 engineering.linecorp.com
[알고리즘]Merge two Sorted Lists https://medium.com/javarevisited/merge-two-sorted-lists-d7fa94b23f6f Merge two Sorted Lists Given two sorted lists, merge them into a new sorted list. medium.com
[Spring] Controller, Service는 왜 분리해야할까? https://velog.io/@couchcoding/Spring-Controller-Service%EB%8A%94-%EC%99%9C-%EB%B6%84%EB%A6%AC%ED%95%B4%EC%95%BC%ED%95%A0%EA%B9%8C [Spring] Controller, Service는 왜 분리해야할까? Spring을 처음 배우는 모든 학생 분들이 가장 많이하는 질문이 그냥 Controller에서 전부 구현하면 안되나요? Service를 왜 만들어야하죠? 라는 질문입니다.Controller에 다 구현해도 똑같이 동작하기 떄 velog.io
[Nginx]Nginx Reverse Proxy 사용하기 https://medium.com/sjk5766/nginx-reverse-proxy-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0-e11e18fcf843 Nginx Reverse Proxy 사용하기 호주로 해외여행을 간다고 생각해보자. 중국을 경유하여 가는 비행기 티켓을 구매했다. Proxy랑 엮어보면 인천공항은 출발지, 중국은 Proxy가 되며 호주가 실제 목적지가 된다. Proxy 서버란, 중계 medium.com 주로 해외여행을 간다고 생각해보자. 중국을 경유하여 가는 비행기 티켓을 구매했다. Proxy랑 엮어보면 인천공항은 출발지, 중국은 Proxy가 되며 호주가 실제 목적지가 된다. Proxy 서버란, 중계 서버이다.
GPT가 머지요? ChatGPT에게 물어봄 GPT stands for Generative Pre-trained Transformer. It is a type of language model developed by OpenAI. GPT is trained on large amounts of text data to generate text that is similar to the input it was trained on. In this context, I am an instance of the GPT language model. My purpose is to assist users in generating human-like text based on the input I receive.
ChatGPT Plus https://chat.openai.com/chat
[OpenAI] https://openai.com/ OpenAI OpenAI is an AI research and deployment company. Our mission is to ensure that artificial general intelligence benefits all of humanity. openai.com
[개발자 블로그]charsyam https://charsyam.wordpress.com/ Charsyam's Blog Just another WordPress.com weblog charsyam.wordpress.com
[트랜젝션] 데이터 삭제 관련 A - cntn_no(PK) B- cntn_no(PK) idno(실명번호) 컬럼 존재 C- cntn_no(PK) 요건: 10년 지난 상거래 종료 고객의 실명번호(개인정보) 삭제 10년 지난 상거래 종료 고객의 실명번호 보유 테이블(cuba99M) - 매일 배치로 삭제할 데이터 생성됨 문제: 손자인 C 테이블 삭제 가능 아들인 B 테이블 삭제 가능 부모인 A 테이블 삭제 가능할까요? 현재는 C 테이블에 있는 B 테이블의 실명번호 정보를 조인으로 삭제함. 그리고 B 테이블의 실명번호를 cuba99M을 조인으로 삭제함. 1. delete from C where cntn_no in ( select cntn_no from cuba99M x, B where x.idno = B.idno and B.del_dt bet..
홈 화면에 웹 바로가기를 추가하기(A2HS) https://fe-developers.kakaoent.com/2023/230202-a2hs/ 홈 화면에 웹 바로가기를 추가하기(A2HS) 카카오엔터테인먼트 FE 기술블로그 fe-developers.kakaoent.com https://developer.mozilla.org/ko/docs/Web/Progressive_web_apps/Add_to_home_screen Add to home screen - 프로그레시브 웹 앱 | MDN Add to Home screen (or A2HS for short) is a feature available in modern smartphone browsers that allows developers to easily and conveniently add a shortc..

반응형
LIST