묻고 답해요
158만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결모두를 위한 딥러닝 - 기본적인 머신러닝과 딥러닝 강좌
computation graph 만드는 부분에서 마지만 출력오류
Session 부분이 없다는 걸로 나오는데,, 그럼 아래와 같이 출력이 되려면 코드를 어떻게 수정해야 할까요?
-
미해결이득우의 언리얼 프로그래밍 Part2 - 언리얼 게임 프레임웍의 이해
스태틱메시 Copy Reference할 때 '를 삭제하지 않는 이유
안녕하세요.Fountain 스태틱 메시를 Copy Reference해서 붙여넣을때 왜 저번과 다르게 '를 빼지않고 그대로 사용하나요?추가로 비주얼 스튜디오에서 ctrl F5로 언리얼이 실행이 안되고 디버그 설정을 하라는 오류가 발생할 땐 어떻게 해야하나요?
-
해결됨친절한 블렌더 - [LV.2] 모델링 연습
Material Properties - Surface - Subsurface - Weight, Scale이 보이지 않습니다.
막힌 부분의 시간과 안 되는 부분과 현상34:41, 블렌더 버전이 달라서 그런건지ㅠㅠ 제 화면에서는 스크린샷과 같이 나와서요. Weight, Scale 등이 보이지 않는데 어떻게 해결해야 하는걸까요?
-
해결됨[UI3 업데이트] 피그마 배리어블을 활용한 디자인 시스템 구축하기
완강 이벤트
볼드님 안녕하세요! 설문조사 및 수강평 작성했습니다.제공해주시는 자료는 이메일로 전달해주시는걸까요??
-
미해결
Reliable Dell Repair Center in Dockyard Road – Genuine Parts & Expert Repairs
Get your Dell laptop fixed hassle-free! Our Dell laptop service center in Dockyard Road is your one-stop solution for all laptop issues, including software glitches and hardware failures. As an established Dell service center in Dockyard Road, we use certified parts and advanced repair techniques. Need a Dell repair center in Dockyard Road or a Dell service center near me? Visit us for top-quality repairs, fast turnaround times, and excellent customer support.
-
미해결
Why AI Apps Are Important: Transforming the Digital World?
Artificial intelligence (AI) has become a driving force in modern technology, influencing various industries worldwide. AI applications (AI apps) are now essential tools that improve efficiency, enhance decision-making, and automate complex tasks. As businesses and individuals increasingly rely on AI, understanding its significance is crucial.Enhancing Efficiency and ProductivityOne of the primary reasons AI apps are important is their ability to enhance efficiency. AI-driven automation reduces human workload by handling repetitive tasks, allowing professionals to focus on higher-level responsibilities. For example, AI-powered chatbots provide instant customer support, reducing response times and improving user experience. Additionally, AI in business applications streamlines operations, such as inventory management and data processing, leading to increased productivity.Improving Decision-Making with Data InsightsAI apps help businesses and individuals make better decisions by analyzing large volumes of data. Machine learning algorithms process data faster than humans, identifying trends and patterns that might otherwise go unnoticed. In sectors like finance, healthcare, and marketing, AI-powered analytics tools assist in making informed decisions, minimizing risks, and optimizing performance.Personalizing User ExperiencesAI is transforming user experiences by offering personalized recommendations. Streaming services like Netflix and Spotify use AI algorithms to suggest movies and music based on user preferences. E-commerce platforms also leverage AI to provide tailored shopping experiences, enhancing customer satisfaction. By analyzing user behavior, AI apps create more engaging and relevant interactions.Enhancing CybersecurityAs cyber threats become more sophisticated, AI plays a critical role in enhancing security measures. AI-powered cybersecurity apps detect and prevent potential threats by analyzing patterns in data. These systems identify anomalies and respond to cyber threats in real-time, ensuring better protection for businesses and individuals. AI-driven security tools are now indispensable for safeguarding sensitive information.Revolutionizing HealthcareThe healthcare industry has greatly benefited from AI apps, which aid in diagnostics, treatment planning, and patient monitoring. AI-powered medical imaging tools detect diseases with high accuracy, improving early diagnosis and treatment outcomes. Additionally, AI chatbots assist patients by providing medical advice and appointment scheduling, making healthcare more accessible and efficient.Driving Innovation in BusinessAI fosters innovation by enabling businesses to develop new products and services. AI-driven solutions enhance customer interactions, optimize supply chains, and improve operational efficiency. Companies that integrate AI into their workflows gain a competitive edge, as AI-powered insights help them adapt to changing market trends.AI in EducationAI apps are transforming education by offering personalized learning experiences. Online platforms use AI to analyze student performance and provide customized study plans. Virtual tutors powered by AI help students understand complex subjects, making education more accessible and effective.ConclusionThe importance of AI apps cannot be overstated. From improving efficiency and decision-making to personalizing user experiences and enhancing security, AI is revolutionizing multiple industries. As AI technology continues to evolve, its applications will only become more integral to daily life and business operations. Adopting AI-powered solutions is essential for staying ahead in the digital age.
-
미해결[2025년 출제기준] 웹디자인기능사 실기시험 완벽 가이드
A3 크로스페이드 슬라이드가 이상합니다.
저만 그런건지는 모르겠으나, 세번째 슬라이드 이미지가 고정된 상태에서 첫번째, 두번째 슬라이드 이미지가 빠르게 점멸한 뒤 크로스페이드 슬라이드가 시작합니다. 혹시 뭐가 문제일까요?(제일 아래쪽에 코드 텍스트 있습니다.) @charset "utf-8"; body{ margin: 0; font-size: 15px; background-color: #fff; color: #333333; } a{ text-decoration: none; color: #333333; } .container{ border: 1px solid red; width: 1200px; margin: auto; } header{ background-color: rgb(150, 167, 236); height: 100px; } header div{ /* border: 1px solid blue; */ height: 100px; } .header-logo{ width: 200px; float: left; } .navi{ width: 600px; float: right; } .slide{ width: 1200px; height: 300px; position: relative; overflow: hidden; } .slide-items{ position: relative; } .slide-item{ position: absolute; top: 0; left: 0; } .slide div{ /* border: 1px solid green; */ height: 300px; } .items{ overflow: hidden; } .items div{ border: 1px solid violet; box-sizing: border-box; float: left; height: 200px; } .notice{ width: 500px; } .banner{ width: 350px; } .direct{ width: 350px; } footer{ background-color: rgb(222, 222, 222); overflow: hidden; } footer>div{ /* border: 1px solid salmon; */ height: 100px; float: left; box-sizing: border-box; } /*여기서부터는 일부분만 선택해서 적용하는거라 반드시 꺽쇠를 써야함!*/ .footer-logo{ width: 200px; } .footer-menu{ width: 1000px; } .footer-menu div{ /* border: 1px solid blueviolet; */ height: 50px; } /*모듈 이외 부분*/ .header-logo, .footer-logo{ text-align: center; line-height: 130px; } .footer-menu{ text-align: center; padding-top: 15px; } .footer-menu>div a{ padding: 10px; } .banner a>img, .direct a>img{ width: 350px; height: 200px; }ㅡㅡㅡㅡㅡㅡㅡㅡㅡ<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="css/stylesheet.css"> <script src="js/jquery-1.12.4.js"></script> <script src="js/custom.js"></script> <title>A3</title> </head> <body> <div class="container"> <header> <div class="header-logo"> <a href="#"> <img src="img/headerlogo.png" alt="header-logo"> </a> </div> <div class="navi"></div> </header> <div class="slide"> <div class="slide-items"> <a class="slide-item" href="#"> <img src="img/slide1.png" alt="slide1"> </a> <a class="slide-item" href="#"> <img src="img/slide2.png" alt="slide2"> </a> <a class="slide-item" href="#"> <img src="img/slide3.png" alt="slide3"> </a> </div> </div> <div class="items"> <div class="notice"></div> <div class="banner"> <a href="#"> <img src="img/banner.jpg" alt="banner"> </a> </div> <div class="direct"> <a href="#"> <img src="img/direct.png" alt="direct"> </a> </div> </div> <footer> <div class="footer-logo"> <a href="#"> <img src="img/footerLogo.png" alt="footer-logo"> </a> </div> <div class="footer-menu"> <div> <a href="#"> 하단메뉴1 </a> <a href="#"> 하단메뉴2 </a> <a href="#"> 하단메뉴3 </a> </div> <div> COPYRIGHTⓒ by WEBDESIGN. ALL RIGHTS RESERVED </div> </div> </footer> </div> </body> </html>@charset "utf-8"; body{ margin: 0; font-size: 15px; background-color: #fff; color: #333333; } a{ text-decoration: none; color: #333333; } .container{ border: 1px solid red; width: 1200px; margin: auto; } header{ background-color: rgb(150, 167, 236); height: 100px; } header div{ /* border: 1px solid blue; */ height: 100px; } .header-logo{ width: 200px; float: left; } .navi{ width: 600px; float: right; } .slide{ width: 1200px; height: 300px; position: relative; overflow: hidden; } .slide-items{ position: relative; } .slide-item{ position: absolute; top: 0; left: 0; } .slide div{ /* border: 1px solid green; */ height: 300px; } .items{ overflow: hidden; } .items div{ border: 1px solid violet; box-sizing: border-box; float: left; height: 200px; } .notice{ width: 500px; } .banner{ width: 350px; } .direct{ width: 350px; } footer{ background-color: rgb(222, 222, 222); overflow: hidden; } footer>div{ /* border: 1px solid salmon; */ height: 100px; float: left; box-sizing: border-box; } /*여기서부터는 일부분만 선택해서 적용하는거라 반드시 꺽쇠를 써야함!*/ .footer-logo{ width: 200px; } .footer-menu{ width: 1000px; } .footer-menu div{ /* border: 1px solid blueviolet; */ height: 50px; } /*모듈 이외 부분*/ .header-logo, .footer-logo{ text-align: center; line-height: 130px; } .footer-menu{ text-align: center; padding-top: 15px; } .footer-menu>div a{ padding: 10px; } .banner a>img, .direct a>img{ width: 350px; height: 200px; }$('.slide-item:gt(0)').hide(); setInterval(function(){ $('.slide-item:first-child').fadeOut(500).next().fadeIn(500); $('.slide-item:first-child').appendTo('.slide-items'); }, 3000);
-
미해결실무자를 위한 구글애널리틱스(GA4+GTM) 활용법(25년 Update)
<head>, <body> 질문
선생님 안녕하세요,ga 가입절차에서 나오는 <head> 스크립트는 개발자 혹은 관리자한테 이메일을 보내라고 말씀해 주셨잖아요~! 그런데 gtm에서도 <head>, <body>가 나오던데 그럼 이메일 보낼 때 gtm 내용도 한 번에 보내나요? 그럼 <head>에 해당하는 스크립트가 2개인데 관리자, 개발자께서 알아 들으실까요??
-
미해결웹소켓/STOMP 채팅서비스(spring, vue, redis)
강의 내 1 번 방법에 대한 질문
강의 설명중 1 번 방법에서누가 서버에 커넥션을 맺고 있고 subscribe 하는지 서버에 메모리를 만들어서 관리하는 로직을 사용한다고 하셨는데 이전에 강의에서 배운내용에 따르면 스프링과 stomp 는 기본적으로 세션관리를 내부적으로 처리한다고 하셔서즉 저희가 직접 접근을 하지못하는데 이러면 이벤트 리스너로 따로 sessions라는 자료구조를 만든 것을 활용해서 코드를 작성해야 하잖아요 ? 그리고 세션은 랜덤으로 스프링에서 생성하는데 이러면 세션이 몇개인지 카운트 및 각각 세션id가 부여되긴하는데그게 어떤 사용자인지 구분이 안되기에 StompHandler에서 connect 맺을때 검증 후에 추가적으로 이메일정보를 String email = claims.getSubject();accessor.getSessionAttributes().put("email", email);로 설정해서 이벤트 리스너에 넘겨서 세션을 저장하는 식으로 생각했는데 맞을까요 ?이후 서버에서 처리할때 subscribe하면서 , 동시에 누가 서버에 커넥션을 맺고있는지 아닌지 여부를 파악하는 (다소 복잡한) 로직을 작성해서 처리할 수 있다 이게 맞는 흐름일까요 ?
-
해결됨Git & GitHub, 원리부터 차근차근 - 근본깃 [완성편]
rebase conflict 질문
rebase conflict 질문드립니다.강의에서는 rebase시에 test branch에서 main branch로 범위가 수정되면서 main branch의 최신 commit을 가리키고 있다가 베이스로부터 기존 test branch에 있다가 떨어져 나온 커밋들의 변경분에 대해 하나씩 tracked area와 staging area에 반영이 되고 여기서 같은 위치에 수정이 일어났으니 conflict가 난다고 말씀주셨는데 이게 기존 3-way-merge 와는 좀 다른 거 같아서요. 기존 3-way-merge에서는 base 커밋에 따른 diff를 찾다 보니 두 브랜치의 같은 위치에 동시에 수정이 일어났을 경우에는 git이 어떤 걸 최종적으로 반영해야 할 지 몰라 conflict가 난다고 알고 있는데 여기서는 base 커밋에서의 diff를 확인하는게 아니기 때문에 노란색이 초록색으로 수정되었다고 생각해야 하는 거 아닌가요 ? 예를 들어 main branch가 하나만 있고 여기서 yellow를 green으로 수정해서 커밋하는게 가능하듯이 설명에서 보면 head가 가리키는 게 최신 커밋이고 여기서 변동분을 반영하는 거니까 동시에 같은 부분이 변경이 되어서 뭘 반영해야 할지 모르는 것과는 좀 다른 거 같아서요.감사합니다.
-
해결됨웹 개발자와 정보보안 입문자가 꼭 알아야 할 웹 해킹 & 시큐어 코딩
리피터 글자가 깨짐현상
리피터로 옮기고 send하면 강사님처럼 문구가 안뜨고 ㅁㅁㅁㅁㅁ ㅁㅁㅁㅁ ㅁㅁㅁㅁ 이렇게 뜹니다 무엇이 원인일련지요,, 환경은 버프스위트 내에 오픈브라우저로 접속했습니다 감사합니다.
-
해결됨38군데 합격 비법, 2025 코딩테스트 필수 알고리즘
5-4. 카카오 신입 개발자 블라인드 채용 1차 코딩테스트 - 2 질문입니다.
1. 현재 학습 진도몇 챕터/몇 강을 수강 중이신가요? 5-4. 카카오 신입 개발자 블라인드 채용 1차 코딩테스트 - 2어떤 알고리즘을 학습하고 계신가요?여기까지 이해하신 내용은 무엇인가요? 2. 어려움을 겪는 부분어느 부분에서 막히셨나요? W = "))()(" 케이스에 대해서, u와 v로 나누어야 하는데 u는 더이상 나눌 수 없는 균형잡힌 괄호 문자열이어야 된다고 했습니다, 하지만 해설로 제공해주신 풀이로 풀 때에는 W = "))()(" 가 애초에 균형잡힌 괄호 문자열이 아니기 때문에 u도 균형잡힌 괄호 문자열이 되지 않는다고 이해했습니다. (W의 문자열 길이가 홀수인 경우에는 )와 (가 모두 짝수 개수만큼 있을 수 없다고 생각했습니다.) 해당 문제의 원 링크에서 제공해주신 코드를 제출했을 땐 정답이 나오는데, 문제 설명 중에서 어떤 조건을 보고 W가 균형잡힌 문자열이 아닐 수도 있다는 것을 알수 있으며, u가 무조건 균형잡힌 문자열이 아니어도 된다는 것을 알 수 있는건가요?코드의 어떤 로직이 이해가 안 되시나요?어떤 개념이 헷갈리시나요? 3. 시도해보신 내용문제 해결을 위해 어떤 시도를 해보셨나요? 제가 짠 코드와 제공해주신 해설 코드 중 차이점이 W를 u와 v로 나누는 부분에 있음을 알게되었고, 제 코드는 W가 무조건 균형잡힌 괄호 문자열인 경우에 대해서만 풀리게 되어있습니다. 에러가 발생했다면 어떤 에러인가요?from collections import deque def is_this_correct_parentheses(string): N = len(string) left_parentheses_num = 0 for s in string: if s == "(": left_parentheses_num += 1 if left_parentheses_num == N-left_parentheses_num: return 1 else: return 0 def is_this_balanced_parentheses(string): stack = [] stack.append(string[0]) string = string[1:] for s in string: tmp = s if len(stack) != 0 and stack[-1] == "(" and tmp == ")": stack.pop() else: stack.append(tmp) if len(stack) == 0: return 1 else: return 0 def u_string_processing(u): u = u[1:-1] tmp_u = "" for i in range(len(u)): if u[i] == "(": tmp_u += ")" else: tmp_u += "(" return tmp_u def get_correct_parentheses(balanced_parentheses_string): W = balanced_parentheses_string if W == "": return "" idx = 0 for i in range(1, len(W)): tmp_u = W[:i] if is_this_correct_parentheses(tmp_u) == 1: idx = i break if len(W) == 2: idx = 2 u = W[:idx] v = W[idx:] if is_this_balanced_parentheses(u) == 1: processed_v = get_correct_parentheses(v) return u+processed_v elif is_this_balanced_parentheses(u) == 0: tmp_string = "(" processed_v = get_correct_parentheses(v) tmp_string += (processed_v + ")") tmp_string += u_string_processing(u) return tmp_string return W 이렇게 구체적으로 알려주시면, 더 정확하고 도움이 되는 답변을 드릴 수 있습니다! 😊
-
해결됨핵심만 쏙쏙 Jira&Confluence
테스트케이스 관리 플러그인
안녕하세요. 강사님.회사에서 Jira를 사용하게 되었는데, 무지한 상태라 강사님의 강의를 통해 배우고자 수강하게 되었습니다.다름이 아니라,Jira를 통해 이슈관리에 더불어, 지라와 연동되는 플러그인을 통해 테스트케이스 관리도 필요한 상황인데, Xray나 zephyer같은 것 중 뭐가 더 좋을지 모르겠어서요.만약 강사님께서 지라를 통한 테스트케이스 관리 사례가 있으시다면, 플러그인 추천이 아니더라도 조언이 가능하시다면 답변 부탁드립니다.
-
해결됨딥러닝 이론 + PyTorch 실무 완전 정복
[section 14 / [실습] 직접 만든 CNN 모델과 ResNet, VGGNet을 활용한 CV 프로젝트] transforms.Normalize 질문
cifar10 데이터셋에 대하여 Normalize를 적용하는 이유가 궁금합니다.mean과 std 리스트에 들어있는 값의 의미가 무엇인가요?이미 ToTensor()로 0~1값의 스케일링 된 데이터를, 표준화까지 적용하여 평균0, 분산 1로 만드는데 장점이 있는건가요??normalize = transforms.Normalize(mean=[0.485, 0.456, 0.406], std=[0.229, 0.224, 0.225]) def get_dataloaders(): train_data = torchvision.datasets.CIFAR10( root="../.cache", train=True, download=True, transform=transforms.Compose([torchvision.transforms.ToTensor(), normalize]), )
-
미해결버그헌팅과 시나리오 모의해킹 전문가 되기
basic pentesting 2.ova IP설정
basic pentesting 2.ova 다운로드 받았는데, IP설정이 안되어 있습니다.IP설정하는 방법 안내 부탁드립니다.아니면, DHCP 설정되어 있는 ova파일 제공 부탁 드립니다.
-
미해결[코드팩토리] [중급] Flutter 진짜 실전! 상태관리, 캐시관리, Code Generation, GoRouter, 인증로직 등 중수가 되기 위한 필수 스킬들!
책 내용 firebase supabase oauth 인증
flutter: PlatformException(google_sign_in, You must specify |clientID| in |GIDConfiguration|, NSInvalidArgumentException, null) firebase supabase oauth 인증으로 구글 로그인중에 위와 같은 에러가 나면서 셧다운이 됩니다. 구글링, ai 를 써도 해결책이 안나와서 여쭤봅니다.
-
해결됨대기업 근무하며 경험한 Redis를 야무지게 사용하는 방법 [실습]
화면에 글씨가 너무 작아요 ㅠㅠ
화면 글씨가 인간적으로 너무 작은거 같아요.. 아이패드 11로 보고 있는데..눈 빠질거 같아요 ㅠㅠ보는 사람을 배려해서 강의 제작 하셨으면 좋겠어요..
-
미해결앨런 iOS 앱 개발 (15개의 앱을 만들면서 근본원리부터 배우는 UIKit) - MVVM까지
playground에서 상단 실행?아이콘 회전 관련하여...
안녕하세요.. ios에서 네크워킹 169강의 강의영상의 코드를 playground에서 따라작성해서 테스트 했습니다. 궁금한 것이 있어서 질문드립니다. 우선 따라하기 결과는 정상적으로 json 데이터를 영화 openapi 로 잘 받아오는 결과는 확인했습니다. 그런데, playground 상단부분에 프로그램을 실행시키면, 실행중이라는 의미로 원모양의 아이콘이 돌아가는 것 같은데.. 이 아이콘이 계속 돌아가고 있어서 무엇인가 잘못된 것이 아닌지 궁금합니다. 아니면 제가 이 아이콘의 의미를 잘못해석한 것이 되는건가요? 강사님 영상에서는 이 아이콘이 보이지 않는데..제가 이 강의를 시작으로 xcode라는 툴을 처음으로 접해보고 있는 상태라서 모르는 것이 너무 많은 상태입니다.
-
미해결
계속 승인 대기 중
2월 수강신청 했는데 아직 승인대기중 입니다 확인 부탁 드려요!
-
해결됨왕초보도 하는 영상 편집 with. 프리미어 프로
19강 질문
학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요!먼저 유사한 질문이 있었는지 검색해보세요.잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요.얼굴 보정하기 부분에, 효과 창에 RGB곡선을 적어도 안나타납니다. 따로 다운로드를 받아야 하는 효과일까요?버전은 2024버전입니다