전체 글

안녕하세요 개발 공부를 하고 있습니다.
· Nexacro
0. 개요 Nexacro client에서 보내는 요청을 처리하는 컨트롤러 메서드는 요청에 사용하는 데이터셋의 유형에 맞게 annotation을 선언한 parameter를 정의하여 client에서 전송한 데이터를 사용할 수 있다. client에서 전송하는 요청의 유형에 따라 처리하는 방법은 아래와 같이 구별할 수 있다. 1) 파라미터가 없는 경우 2) 하나의 값(Row)만 존재하는 데이터셋을 파라미터로 받는 경우 3) 여러 값(Row)를 가지는 데이터셋을 파라미터로 받는경우 4) 추가/수정/삭제 요청을 하나의 요청에서 받는 경우 1. 요청 처리 1) 파라미터가 없는 경우 예) ResearchPlanningController.java ... @RequestMapping("/ss1pl0002r.do") pub..
· 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 ..
noodle-dev
CON LAB 콘랩