알렉산도대왕의 개발일지
close
프로필 배경
프로필 로고

알렉산도대왕의 개발일지

  • 분류 전체보기 (65)
    • 포트폴리오 (0)
    • Development (58)
      • Flutter (39)
      • Dart (3)
      • NodeJS (2)
      • Django (2)
      • DB (2)
      • AI (1)
      • ETC (4)
    • 콘텐츠 라이프 (5)
    • 일상 (0)
  • 홈
  • 태그
  • 방명록

[한컴독스 Web] 자주쓰는 단축키

사업계획서를 작성하면서 주로 사용하는 단축키입니다.다른 단축키는 거의 안쓰고 마지막에 문장 정리할때만 쓰는 단축키인데 항상 까먹어서리... ㅋ- 단락 시작 위치 맞추기: Shift + Control + ` (shift + ~)- 자간 넓히기: Shift + Option + N- 자간 좁히기: Shift + Option + N

  • format_list_bulleted Development/ETC
  • · 2025. 5. 13.
  • textsms
[해결방법] Locale data has not been initialized, call initializeDateFormatting(<locale>)

[해결방법] Locale data has not been initialized, call initializeDateFormatting(<locale>)

프로젝트에 table_calendar를 적용해보니 아래와 같은 에러가 발생하였습니다.Locale data has not been initialized, call initializeDateFormatting()이 에러는 에러 문구에도 나와 있듯이 local을 지정하지 않아서 발생하는 오류입니다.해결방법은 에러 문구에 있는것처럼 initializeDateFormatting(); 를 호출하면 되겠죠저는 한글만 사용할것이기 때문에 아래와 같이 main.dart의 main() 엔트리 포인트를 다음과 같이 수정해주면 됩니다.void main() async { WidgetsFlutterBinding.ensureInitialized(); await initializeDateFormatting('ko_KR'); //..

  • format_list_bulleted Development/Flutter
  • · 2025. 2. 6.
  • textsms
[해결방법] contains bitcode 오류

[해결방법] contains bitcode 오류

MacOS Sequoia로 업데이트를 하면서 XCode 16도 함께 업데이트를 했습니다.iOS18 업데이트도 함께 진행됐지요.업데이트 이후 처음으로 AppStore에 Distribut App을 진행하는 과정에서 다음과 같은 bitcode 에러가 발생했습니다.Asset validation failedInvalid Executable. The executable 'Runner.app/Frameworks/Mapbox.framework/Mapbox' contains bitcodeAsset validation failedInvalid Executable. The executable 'Runner.app/Frameworks/Mapbox.framework/Mapbox' contains bitcode. (ID: 467..

  • format_list_bulleted Development/Flutter
  • · 2024. 12. 11.
  • textsms

[해결방법] flutter_inappwebview SUPPRESS_ERROR_PAGE error

잘 사용하고 있던 웹뷰 페이지가 어느 순간 SUPPRESS_ERROR_PAGE Error를 뱉어내며 페이지가 보이지 않는 문제가 발생했습니다.물론 Flutter를 최신 버전으로 upgrade 하면서 flutter_inappwebview를 6.0.0으로 migration하면서 발생한 문제였던것 같습니다.E/MethodChannel#flutter/platform_views( 3411): Failed to handle method callE/MethodChannel#flutter/platform_views( 3411): java.lang.RuntimeException: Unknown feature SUPPRESS_ERROR_PAGEE/MethodChannel#flutter/platform_views( 3411..

  • format_list_bulleted Development/Flutter
  • · 2024. 9. 10.
  • textsms
[해결방법] nltk LookupError

[해결방법] nltk LookupError

노마드코더의 ChatGPT 강의를 스터디 하면서 streamlit 을 이용한 챗봇을 만들어보고 있습니다.강의 영상을 따라서 streamlit을 실행하는 도중 갑자기 nltk LookupError가 발생했습니다.잠시 당황하였지만 무슨 문제인지 확인해본 nltk가 뭔지? 해결방법은 뭔지? 알아봤습니다.NLTK(Natural Language Toolkit)는 파이썬에서 영어 텍스트 전처리 작업을 하는 데 많이 쓰이는 라이브러리라고 하네요.이 라이브러리는 50여 개가 넘는 말뭉치 리소스를 활용해 영어 텍스트를 분석할 수 있게 제공하고,직관적으로 함수를 쉽게 사용할 수 있게 구성돼 있어 빠르게 텍스트 전처리를 할 수 있다고 합니다.해결방법은  "nltk 다운로드하기" 였습니다.pip로 설치하는 방법도 있다고 ..

  • format_list_bulleted Development/AI
  • · 2024. 9. 5.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • ···
  • 13
  • navigate_next
전체 카테고리
  • 분류 전체보기 (65)
    • 포트폴리오 (0)
    • Development (58)
      • Flutter (39)
      • Dart (3)
      • NodeJS (2)
      • Django (2)
      • DB (2)
      • AI (1)
      • ETC (4)
    • 콘텐츠 라이프 (5)
    • 일상 (0)
최근 글
인기 글
최근 댓글
태그
  • #mapbox
  • #FlutterError
  • #flutter_inappwebview
  • #Flutter GetX
  • #flutter error
  • #해결방법
  • #플러터
  • #flutter logo
  • #ios빌드
  • #Flutter
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바