JPQL의 DISTINCT는 2가지 기능 제공합니다 1. SQL에 DISTINCT를 추가 2. 애플리케이션에서 엔티티 중복 제거 하지만 1만으로는 중복이 되지않습니다. 모든 값이 같아야하는데 값이 다른것도있기때문에요.. 하지만 jpql은 2도 제공해주기때문에 distinct 를 쓰면 결국은 중복이 제공해줍니다 제가설명한게맞나요?뭔가 설명이 좀 부족해보여서요
<ipython-input-35-536ea89e098a>:5: DeprecationWarning: find_element_by_* commands are deprecated. Please use find_element() instead 오류가 생깁니다. https://stackoverflow.com/questions/69875125/find-element-by-commands-are-deprecated-in-selenium 의 방법처럼 from selenium.webdriver.common.by import By nams = browser.find_element(By.CSS_SELECTOR,"._image _listImage") 이렇게 해도 오류가 생깁니다.
Cash App as an online peer-to-peer payment app is getting popular among users in the United States. Since its launch in 2013, Cash App has gained 30 million monthly active users. Cash App now gives its users a free cash app card; a virtual debit card that allows users to send and receive payment anywhere VISA is accepted. But with such a large number of users, common issues usually occur. The cash card gone missing or stolen is one such issue. So what happens when your Cash App gets lost ? Is it possible to track your card using the smart chips? To know the answers, you must continue reading this blog. Then, you will get to know whether or not you can track your Cash App card. Can you track your Cash App card? The straightforward answer is that you cannot track your Cash App card - if you lost it. It is impossible to track a Cash App card, unlike devices such as mobile phones connected with GPS. Many users are disappointed when they know that it is not possible to locate the Cash App card via tracking. So, you should instead disable the cash app card if you have lost it. Your cash app card will be blocked, and you can order a new one. So now, let’s learn how to report the cash card . How to report if your Cash App card is missing or was stolen? As you know that if you lose the cash app card, you can’t trace it- so the only option left is to block it. This prevents other people from using it. There are several steps you need to take to disable a Cash App card : Log into your Cash App account Click on the Cash Card icon Select on your Cash Card’s image Then hit the Disable Cash Card button With these steps, your Cash App card will be disabled temporarily until you turn it back on. Disabling the cash card is a good option when you left your cash card somewhere and lost it. Moreover, reporting the lost cash card is very important because your misplaced or lost card can be used for fraudulent or suspicious activities. If you don’t report the card immediately, whoever has access to your card uses it for improper purposes that can compromise your account. And your money can also be stolen. So you must disable the cash card and report that it is missing or stolen. Then you can proceed to order a new one. How to order a Cash App card? After disabling the cash card, you must order a new cash card. Following are the steps; you need to take to order a Cash App debit card : Open your Cash App on the phone Click on the Cash Card icon Here select the options of Get Free Cash Card Tap the chosen color and click Continue After this, you must customize your card Select the color of your card and provide the other required details At last, recheck the info and hit the Order button
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. 8:19 드레그그롭을 하면 유니티가 unity has stopped working이라고하면서 튕깁니다.. 노트북 사양이 안좋긴한데 사양문제인가요? cup : i5 - 8세대 gup = mx150 램 = 8gm 입니다
안녕하세요 선생님, 질문드립니다. 현재 초급편 북마크탭만들기까지 완료하고 게시판만들기로 막 넘어간 상황입니다. 앱을 처음 실행할 때는 북마크 페이지가 정상적으로 작동하는데 홈, 꿀팁 등 다른 탭을 들어갔다 나온 후 다시 북마크 탭으로 돌아가면 아래처럼 빈 화면이 됩니다. 제가 뭔가 실수를 한 것 같은데, 따로 에러가 뜨지 않아 어떤 코드가 문제인지 알 수가 없어 깃허브 전체 코드 첨부드립니다. https://github.com/shinyelee/my-solo-life
제가 궁금한 점은 결과물에서 마지막에 '%'가 나오는 이유와, 이를 나오지 않기 위해서 무엇을 해야하는지 입니다. 코드는 다음과 같이 짜고, my_file.txt에 문자열을 입력을 한 후 출력을 진행하였습니다. 하지만, 다음과 같이 마지막에 '%'가 함께 출력됩니다. 감사합니다.
너무 자주 질문드리는거 같아서 죄송스럽네요. 항상 친절하신 답변 감사드립니다. react-query 관련하여 질문드립니다. NicknameEditForm.js 에서 nickname 변경할 때 axios.patch를 사용하기 때문에 저는 useMutation 사용하였는데 제로초님께서는 useQuery를 사용하셨더라구요. 질문1. useMutation 대신 useQuery를 사용하신 이유가 있으신가요? ( C,U,D 의 경우에는 useMutation을 사용한다고 알고 있어서요.. ) 질문2. useQuery를 사용하게 되면 loadMyInfoAPI를 다시 한 번 호출하는 텀 동안에는 화면에서 UserProfile에서는 nickname이 렌더링이 안되지 않나요? 추가로 현재 followers와 followings를 불러오는 profile.js 부분 하고 있는데요.. useInfiniteQuery를 사용하여 똑같이 구현해보았습니다. 이 때 더보기 버튼을 클릭하면 req.query로 { page: 1 }은 들어가는 것이 확인되었고 getNextPageParam에서 pages를 찍어보면 배열이 하나 더 들어온 것을 확인할 수 있는데 빈 배열이 와서 추가적인 followers를 불러오지는 않더라구요.. 이유를 모르겠습니다 ㅠㅠ (총 followers는 5명 입니다.) API 소스입니다.
div 안에 div가 존재하고 자식 div에 position:absolute를 주면 높이값을 잃기 때문에 높이값을 부모요소에 준다고 알고있습니다. 근데 그 높이값이 고정으로 주는게 아니라 안에 자식들이 div가 여러개 있거나 자식 div높이값에 따라서 유동적으로 부모 div값도 고정값이 아닌 자동으로 높이값이 변경되게 하려면 어떻게 해야하나요? 꼭 고정값으로 줘야 하나요? 당연히...자식에 의해서 부모의 높이값을 주면 담길꺼라 생각했는데 실제 담기는게 아니라...부모 사이즈만 늘어나는것 같습니다.
main.js에 직접 import Chart from 'chart.js'하지 않고 플러그인을 따로 만드는 이유는 무엇인가요? 모든 컴포넌트에서 사용하고 싶은 기능을 정의한게 plugin이라고 알고 있습니다. 그렇다면 plugins 폴더를 따로 만들지 않고 main.js에 import Chart from 'chart.js'해서 사용해도 되는거 아닌가요??
6236 용돈관리 문제 질문드립니다. 제공해주신 문제해설 코드가 틀렸다고 나와서 질문드립니다. 시작 hi값을 써야되는 금액을 모두 더한 값으로 설정하고 이분탐색을 했더니 통과가 되었습니다. 문제에서 K의 최대값에 대한 설명이 없어서 맞게 생각해서 통과한건지 어쩌다 얻어걸린건지 궁금해서 질문드립니다!