목록연동 (4)
정미나닷컴
캐릭터셋이 US7ASCII인 오라클을 쓰고 있는 레거시와의 연동을 위해 삽질했던 경험을 기록으로 남긴다. * 상황 설명 데이터를 가지고 오는 어플리케이션 : Java, Spring boot, UTF-8 * 이 어플리케이션은 AWS EC2 서버에 올라가 데이터 조회 API 역할을 하게 되며 이 API를 호출하는 녀석은 AWS API Gateway에 등록되어 있는 Lambda임 여기서 최대의 난제는 한글이 깨진다는 거였고 구글링을 해본 결과 아래와 같은 방식으로 하면 된다는 글들이 많았다. new String(str.getBytes("8859_1"), "UTF-8") 안됐다.. 그렇다면, new String(str.getBytes("8859_1"), "KSC5601") 역시 안됐다.. 그래서, new Str..
FB.getLoginStatus(function(c) { if (response.authResponse) { document.f_regist.acc_token.value = response.authResponse.accessToken; FB.api('/me', function(response) { document.f_regist.email.value = response.email; document.f_regist.first_name.value = response.first_name; document.f_regist.last_name.value = response.last_name; if(response.gender == "female") { document.f_regist.sex[0].checked = ..
트위터 페이스북 미투데이 요즘 C로그
1.WebLogic 설치 http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html 2.WebLogic 설정 2-1. User Projects 생성 시작 > 모든프로그램 > Oracle WebLogic > WebLogic Server 11gR1 > Tools > Configuration Wizard 2-2. StartAdminServer for Weblogic Server Domain 2-3. C:\Oracle\Middleware\wlserver_10.3\server\plugin\win\32\mod_wl_22.so 파일을 C:\Program Files\Apache Software Foundation\Apache2.2\module..