전체 글

안녕하세요 개발 공부를 하고 있습니다.
· Nexacro
자바 컨트롤러단에서 데이터셋이 아닌 변수를 던졌을 때 받는 법. 컨트롤러 /** * onLoad * @param sessionVo * @param dsParam * @return * @throws SQLException */ @SuppressWarnings("unchecked") @RequestMapping("/aaa/bbb/onLoad.nex") public NexacroResult onLoad( @UserSession IntraSessVO sessionVo, @ParamDataSet(name="dsParam",required=false) Map dsParam) throws SQLException { NexacroResult result = new NexacroResult(); result.addVar..
· Python
1. 미니콘다 설치 https://docs.anaconda.com/free/miniconda/ Miniconda — Anaconda documentation These three commands quickly and quietly install the latest 64-bit version of the installer and then clean up after themselves. To install a different version or architecture of Miniconda for Windows, change the name of the .exe installer in the curl comma docs.anaconda.com 각자 환경에 맞는 미니콘다를 설치하면 된다. 설치 시 Just ..
· Java
1. JDK와 JRE 차이점 - JRE : 자바 실행 환경; 자바 애플리케이션을 실행하기 위한 최소의 실행 환경 제공 - JDK : 자바 개발 도구; JRE에서 제공하는 실행 환경뿐만 아니라 자바 개발에 필요한 여러 가지 명령어 그리고 컴파일러를 포함 2. JDK 설치 (1) Oracle JDK 보안 업데이트를 지속적으로 제공하나 기본적으로 유료 구독형 라이센스 단 비상업적인 용도에 한해서는 무료 사용이 가능 Oracle JDK 다운로드 링크: https://www.oracle.com/java/technologies/downloads/ 자바 SE 11 Download https://www.oracle.com/kr/java/technologies/javase-jdk11-downloads.html 아래쪽의 ..
noodle-dev
CON LAB 콘랩