일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- UOPEOPELE
- 장고
- Flutter
- 가보자고
- 매일매일쓰자허무하지않게
- 삽질일기
- 불공단_스터디
- 다시도전
- 1학기
- 해커스
- to all the errors i loved
- DRF
- 백엔드
- Python
- djangorestframework
- SUNLOG
- django
- 컴공과
- 불공단스터디
- 암영
- opencv
- 공부기록
- 2024 1학기 기말 파이썬 프로젝트
- 기록
- 불공단
- 대학생
- 낭독
- 라즈베리파이
- 파이썬
- Til
- Today
- Total
목록Develop (24)
기술해록본
1. https://youtu.be/qeZu4IzZH2c?si=LVSLGcq7cXU7f3eE2. https://velog.io/@sunj_0120/%EC%BA%A1%EC%8A%A4%ED%86%A4front-QRflutter%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%B4%EC%84%9C-qr-%EC%83%9D%EC%84%B1%ED%95%98%EA%B8%B0 [캡스톤_front] QR_flutter를 이용해서 qr 생성하기이제 qr_flutter를 생성해서 qr을 만들어보자! 이것도 공식 문서를 보니, 파고들자면 더 복잡하게 만들 수도 있겠지만 일단 시간이 급한지라...기본적인 생성 방법을 이용해서 생성하는걸 해보겠다!velog.io3. https://pub.dev/packages/qr_..

프롤로그지금은 졸업작품을 만들어야 하는 시즌, 나도 어김없이 팀원과 함께 리액트-스프링부트로 웹사이트 제작을 하고 있었는데.... 가장 무서운 오류가 걸려 버렸다! 그 이름은 바로 Cross-Origin 시도한 것 블로그를 참고하여 다양한 시도를 진행했다.1. 리액트에 설정package.json에 proxy 설정-> 실패2. 리액트 http-proxy-middleware 설치후 setProxy.js 만들어 설정하기 -> 실패2. 스프링부트에 설정@CrossOrigin 설정-> 했음 그러나 여전히 안됨3. WebMvcConfigure 구현해서 전역 CrossOrigin 설정하기-> 안됨.. 4...5...6..-> 다안됨.. 생각해보니 너무 무작정 블로그만 보고 따라하는 것 같아서 저번에 썼던 코드(웹..
java.lang.IllegalArgumentException: rawPassword cannot be nullat org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder.encode - 처음에는 BCryptPasswordEncoder 관련 @Autowired 문제라고 생각 했으나 블로그를 참고해보니JSON BODY로 보내면 controller 에서 받을 때 인지를 할수 있게 @RequestBody 어노테이션을 작성했어야 하는데 붙이지 않아서 발생한 문제이다. - 여기서private static final Logger log = LoggerFactory.getLogger(userController.class); @Autowired ..
https://velog.io/@thsruddl77/Basic-attribute-type-should-not-be-a-container coordinates를 썼는데 List [에러] Basic' attribute type should not be a container2024.01.211차 종합 프로젝트환경 - 스프링부트 3.2.1, 자바 JDK21'Basic' attribute type should not be a containerPlace 엔티티에 List coordinates를 썼는데 Listvelog.io
https://nx006.tistory.com/8 [Flutter] Error: Dart library 'dart:ui' is not available on this platform. 해결 방법처음 플러터를 시작하였을 때 다음과 같은 에러가 뜨는 경우가 있다. Error: Dart library 'dart:ui' is not available on this platform. import 'dart:ui' show lerpDouble; ^ 이는 플러터 프로젝트를 다트 프로젝트 컴파일nx006.tistory.com

Error: Dart library 'dart:ui' is not available on this platform.import 'dart:ui' as ui show Canvas, Paint, Path, lerpDouble; ^Context: The unavailable library 'dart:ui' is imported through these packages: package:my_app => package:flutter => dart:ui ...import 'dart:ui' show lerpDouble; 문제상황dart 기초 문법을 익히려고 print를 실행하려고 하는 와중에 발생했던 상황.+ dart:ui 문제가 해결되면 no device 문구가 뜨면서 종료되고 콘솔에만 출력을..
Visual Studio - develop Windows apps (Visual Studio Community 2022 17.7.3) Visual Studio - develop Windows apps (Visual Studio Community 2022 17.7.3) X Visual Studio is missing necessary components. Please rerun the Visual Studio installer for the "Desktop development with C++" workload, and include these components: MSVC v142 - VS 2019 C++ x64/x86 build tools - If there are mult..

앱 빌드 중에 발생한 에러 2 * What went wrong: Error:Execution failed for task ':app:processDebugGoogleServices'. >; No matching client found for package name 'com.example.exampleapp'https://darkness-blooms-sun.tistory.com/42 Cannot set the value of read-only property 'signingConfigs' for extension 'android' of type com.android.build.gradle.internal.dsl.BaseAppModuleE" data-og-host="darkness-blooms-sun.tis..