카페검색 본문
카페글 본문
-
Re: 오늘의 마지막 문제1. @datafile 에서 data file의 위치를 확인하고 그리고 shutdown.... 2025.09.23해당카페글 미리보기
1982, 2019, Oracle. All rights reserved. Connected to an idle instance. SYS@orcl19> startup ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance ORACLE instance started. Total System Global Area 2415917880 bytes...
-
AuthenticationManager 2025.08.13해당카페글 미리보기
바로 가져올 수 있었지만, Spring Security 5.7 이후(특히 Spring Boot 3.x)부터는 WebSecurityConfigurerAdapter가 Deprecated되면서 AuthenticationManager를 직접 Bean으로 등록해야 합니다. AuthenticationConfiguration Spring Security에서 자동...
-
게시판에러(Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /host/home4/redsaha/html/gnuboard4/bbs/view 2017.04.17해당카페글 미리보기
메시지) Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /host/home4/redsaha/html/gnuboard4/bbs/view.php on line 127 view.php //$view[rich_content] = preg_replace("/{img\:([0-9...
-
후라이님 CC_DEPRECATED_ATTRIBUTE 대해서 설명좀 부탁드릴게요. 2014.02.05해당카페글 미리보기
TouchDispatcher::sharedDispatcher()->addTargetedDelegate(this,INT_MIN+1,true); } @since v0.8.0 */ CC_DEPRECATED_ATTRIBUTE virtual void registerWithTouchDispatcher() final {}; 이렇게 나와있지 뭡니까..분명 구글링에선...
-
The method getValue(String) from the type HttpSession is deprecated ? ? ? 2003.07.16해당카페글 미리보기
getValue("id")==null){ }else if(session.getValue("id").equals("admin")){out.println(bd.getPassword());}%> 위에 부분에서.. "The method getValue(String) from the type HttpSession is deprecated" 라는 에러가 나오는데요.. 이거 왜 생기는 걸까요?