블로그
-
브라우저에서 자바스크립트 GET 파라미터 가져오기
예전에는 별도로 함수를 만들었었는데 하도 예전이라 새롭게 구글링을 해보니 엄청 간단한 방법이 생겼다. https://developer.mozilla.org/en-US/docs/Web/API ('query') [명령어 간단 설명] new : method이니 Math처럼 new를 붙여서 새로운 변수에 지정해줘야한다.
blog.naver.com · 2024.08.10
-
호기심 많은 소프트웨어 엔지니어를 위한 학습자료 모음 (github.com/charlax)
Scaling Web Sites 2nd Edition, 리눅스 API의 모든 것 1&2, 컴퓨터 프로그램의 구조와 해석 SICP 필수 글들 Practical Advice for New developer How to Build Good Software How to be a -10x Engineer 그외에 각 분야별로 구분된 링크들 모음 알고리듬 & 자료구조, API
blog.naver.com · 2024.02.26
-
PHP와 chatGPT API 연동
PHP와 chatGPT API 연동은 우선 키를 받아와야 된다. OpenAI의 API Key 발급 1. API 발급 메뉴로 들어 간다 https://platform.openai.com/account/api-keys create new secret key 발급 curl 을 이용해서 openai
blog.naver.com · 2023.07.18
-
안드로이드 Constraint Layout
Project에서 New Project를 선택해서 새 프로젝트를 만듭니다. 프로젝트 이름을 적당히 적어주시고 Language : Java MinimumSDK : API 23 선택하고 Finish버튼을 눌러줍니다. 프로젝트 생성중입니다..
blog.naver.com · 2023.01.24
-
Anthos makes multi-cloud easier with new API, support for Azure
Google은 멀티 클라우드를 Anthos 기반으로 제공중이며, Azure에 대한 지원을 추가한다고 밝혔다. 아래 그림은 Anthos를 이용하여 멀티 클라우드를 관리하는 아키텍처이다. Google Cloud Console을 통하여 자원 생성과 모니터링을 실행하면, Anthos Multi
blog.naver.com · 2021.12.05
-
코딩공부 | 스파르타코딩클럽 웹개발 종합반 4주차_POST, GET연습하기
파일 만들고, 열고 New Project->로케이션 선택->venv입력-> creat a main.py welcome script체크해제->create 서버를 소스 세트라 생각 폴더세팅 static 폴더 : css나 이미지 파일 templates : html파일 - index.html app.py html파일 열지말고 만든 서버로 보기 api
blog.naver.com · 2021.02.16
-
[안드로이드] 여러 Activity 한번에 종료하기
1. finishAffinity() 사용 // API 16 이상부터 사용가능 activity.finishAffinity(); // support library v4 사용 ActivityCompat.finishAffinity static final String ACTION_FINSH = "ALL.FINISH"; //리시버 생성 private BroadcastReceiver mBroadcastReceiver = new
blog.naver.com · 2020.04.02
-
Humaniq Announces the Cooperation With TransBox, Personal Data Security Company
Press Release - updated: Apr 3, 2018 LONDON, April 3, 2018 (Newswire.com) - Recently, Humaniq, a new detailed consultation on technological cooperation, service platform expansion and other aspects of API
blog.naver.com · 2018.04.23
-
CON3561 What’s New in the Java API for JSON Processing?
blog.naver.com · 2016.06.06
-
Reading images using ImageIO.read(file); causes java.lang.OutOfMemoryError: Java heap space
Question I am using a ImageIO API to write a PNG file. File file = new File(resultMap.get("outputFile").toString()); //ImageIO to convert jpg to png BufferedImage
blog.naver.com · 2014.08.06