본문 바로가기

전체 글

(111)
VUE build 오류 ERROR Failed to compile with 1 error 오후 12:21:33 error in ./src/views/Home/DetectList.vue?vue&type=script&lang=js Syntax Error: TypeError: Cannot read properties of null (reading 'content') 소스 코드 함수상의 { } 가 잘 맞는지 볼 것.
AI 램브란트 램브란트의 화풍 학습. 당시 시대의 재료, 화풍 학습. 구매자가 원하는 주제로 램프란트의 화풍으로 제작.
오토GPT https://n.news.naver.com/article/092/0002289499 챗GPT보다 세다는 '오토GPT'는 무엇인가 지난달 30일 한 스타트업에서 공개한 GPT-4 기반 생성형 인공지능(AI) 애플리케이션이 새롭게 주목받고 있다. 인공일반지능(AGI)의 등장이란 반응까지 나오며 트위터를 달구고 있다. AI 스타트업 시 n.news.naver.com
오징어게임처럼 매일매일 미션을 주죠. https://n.news.naver.com/article/015/0004827519?type=journalists "사진만 찍어 올렸는데 3kg 감량"…20대 문과생이 만든 앱 돌풍 [방준식의 레저 스타트업] 이 기사는 프리미엄 스타트업 미디어 플랫폼 한경 긱스에 게재된 기사입니다. 여자친구가 다이어트에 대해 강박이 심했었습니다. 매번 음식을 먹을 때마다 칼로리를 찾아 검색하고 기록하더군 n.news.naver.com
ntoskrnl.exe!SeAccessCheckWithHint 사용량 많음. https://lastland.net/tech/bugs/HighCPUUse.htm Thread "SeAccessCheckWithHint+0x1c620" in System Process Uses Excess CPU So you wake your Windows 10 computer from sleep (or hibernation), and the fans start humming. You see that the System process is using all of one core, in one of the threads with root address SeAccessCheckWithHint+0x1c620 . It runs for a good half hour, th lastland.net https://s..
redis 설정 /etc/redis/redis.conf How to write your own Redis key expire listener in Python | by Ashok Tankala | Medium How to write your own Redis key expire listener in Python Right now we are building Chatbot for our company which will work as a stateless API where it gives response based on the user message… medium.com Spring - Redis Expire Event 연동하기 | Backtony Spring - Redis Expire Event 연동하기 Java, JP..
일상의 헬스케어 “18세로 돌아갈래”…회춘에 매년 25억원 쓰는 45세男 | 서울신문 (seoul.co.kr) “18세로 돌아갈래”…회춘에 매년 25억원 쓰는 45세男 美개발자, 회춘 위해 막대한 돈 투자 30명의 의료진 철저한 관리, 운동 1차 목표 신체 나이 25% 감소 최종 목표 ‘십 대 후반 신체’, 18세 몸으로 ‘회춘’ 하기 위해 매년 200만 달러(약 25억원)를 www.seoul.co.kr
mongodb create user role 별 짓을 다 한다. 몽고디비에서 사용자 역할 설정 db.createRole( { role: "appReadWrite", privileges: [ { resource: { db: "orange", collection: "" }, actions: [ "find", "update", "insert", "remove", "collStats", "dbStats", "listIndexes", "listCollections" ] } ], roles: [] } )