카페검색 본문
카페글 본문
-
메소드 참조(Method Reference)2 2025.02.17해당카페글 미리보기
result); result = "HongGilDong".transform(String::toLowerCase); System.out.println(result); Function<String, Boolean> f0 = String::isEmpty; boolean resultBoolean = result.transform(f0); System.out.println(resultBoolean); } private static...
-
De Morgan's laws 드 모르간의 법칙 2025.02.04해당카페글 미리보기
5cn7Y716d7 De Morgan's laws - Wikipedia 여기를 눌러 링크를 확인하세요 en.m.wikipedia.org In propositional logic and Boolean algebra, De Morgan's laws, also known as De Morgan's theorem, are a pair of transformation rules that are both...
-
vb6-윈도우 7 에어로 창 색, 블러 강도, 색 혼합 강도 변경 2025.01.10해당카페글 미리보기
Lib "dwmapi.dll" Alias "#131" (ByRef Parameters As DWM_COLORIZATION_PARAMS, ByVal BoolArg As Boolean) Type DWM_COLORIZATION_PARAMS ColorBlue As Byte ColorGreen As Byte ColorRed As Byte ColorAlpha As Byte AfterGlowBlue As...
-
초등학생 부터 대학생까지 성적/입시 보장 과외! [워털루 컴공과] 2025.01.21해당카페글 미리보기
마지막 과외 학생을 찾고 있습니다. 과외 가능한 분야: Pre-Calculus, Calculus I, II, III, Physics, Linear Algebra, Boolean Algebra, Linear Circuits, 이 외 비슷한 과목 (초등 ~ 대학교 1학년) IELTS 및 SAT 영어 과외도 했으며 대학 입시 에세이...
-
1203 과제 (인터셉터 등급별) 2024.12.03해당카페글 미리보기
HandlerInterceptorAdapter; public class Level0Interceptor extends HandlerInterceptorAdapter { @Override public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception { HttpSession...