Andrew's Garage

Shrunk Expand

Primary Navigation

← Older posts
  • MySql 관리

    Table에 생성되어 있는 Indexes 의 용량 확인 Table 최고 사이즈 확인 방법  SHOW TABLE STATUS FROM DB name LIKE ‘Table name’; 이 명령어 이후 Create_options에 있는 max_rows와 avg_row_length를 곱한 값이 용량이 된다….


    Continue reading → Post ID 1284

    Posted on 2021-12-30 5:27 PM by andrew Comment
    📂This entry was posted in DB관련 기술자료
  • Pair Programming Is Not Pair Coding

    from : https://dzone.com/articles/pair-programming-is-not-pair-coding?edition=675393 The reason pair programming has never been as popular as other agile practices may be that we want to jump straight…


    Continue reading → Post ID 1274

    Posted on 2021-05-28 4:24 PM by andrew Comment
    📂This entry was posted in 기술자료
  • 기기 고유 식별(Identify) 얻기 device_info

    https://pub.dev/packages/device_info https://pub.dev/packages/device_info_plus 위 함수를 다음과 같이 사용하면 된다. 안드로이드의 경우 보안 설정이 변경되거나 하면 값이 바뀔 수 있다고 하고 iOS의 경우 해당 앱을 제거하고 다시 설치하면 변경되는 것 같다. 물론 iOS의 경우 앱 개발사와 관련…


    Continue reading → Post ID 1268

    Posted on 2021-05-18 1:27 AM by andrew Comment
    📂This entry was posted in flutter
  • QR 코드 스캔(QR Code Scan) 초간단 예제(Simple example)

    https://pub.dev/packages 에서 qrscan 검색 AndroidManifest.xml 퍼미션 추가 위치 : project/android/app/src/main/AndroidManifext.xml 안드로이드의 카메라와 저장소 제어를 위한 퍼미션을 추가해 준다. 실제 우리가 테스트하는 코드에는 굳이 저장소 관련은 필요 없지만 qrscan 패키…


    Continue reading → Post ID 1266

    Posted on 2021-05-18 1:23 AM by andrew Comment
    📂This entry was posted in flutter
  • 싱글톤(Singleton) 클래스


    Continue reading → Post ID 1264

    Posted on 2021-05-18 1:21 AM by andrew Comment
    📂This entry was posted in flutter
  • machine_learning_flutter_app

    https://github.com/theindianappguy/machine_learning_flutter_app?ref=morioh.com


    Continue reading → Post ID 1262

    Posted on 2021-05-18 1:16 AM by andrew Comment
    📂This entry was posted in flutter
  • BLE 사용하기

    라이브러리 추가 및 SCAN 기능 구현flutter_ble_libhttps://pub.dev/packages/flutter_ble_lib permission_handlerhttps://pub.dev/packages/permission_handler 프로젝트에 안드로이드 SDK 버전이 낮게 설정되어 아래와 같은 에러가 발생할 수이다 ble_example\an…


    Continue reading → Post ID 1257

    Posted on 2021-05-18 1:15 AM by andrew Comment
    📂This entry was posted in flutter
  • 앱 화면 크기 알아내기(App Screen Size)

    Js처럼.. MediaQuery 라는걸 사용한다. 위의 값들은 실제 픽셀 값이 아닌 논리적 픽셀 값이다. 여기에 화면 배율(devicePixelRatio)을 곱하면 실제 픽셀 값을 알 수 있다. 화면 레이아웃을 구성할 땐 위의 “논리적 픽셀 size”를 기준으로 맞추거나 Flex를 이용해 비율로 구성하면 됨 또, 이미지의 경우 화면 배…


    Continue reading → Post ID 1254

    Posted on 2021-05-18 1:04 AM by andrew Comment
    📂This entry was posted in flutter
  • Back Button 막기(Disable Back Button)

    WillPopScope 위젯을 사용한다. scaffold를 WillPopScope로 감싸서 처리 한다.


    Continue reading → Post ID 1252

    Posted on 2021-05-18 1:02 AM by andrew Comment
    📂This entry was posted in flutter
  • 패키지(Package) 수정하기

    Github에서 고칠 Package를 Fork 한 후에 해당 소스를 고치고 Github에 commit / push 해서 사용함pubspec.yaml에 아래와 같이 기입#qrscan: ^0.2.17 # 기존에 있던 패키지는 주석 또는 삭제 위와 같이 처리 하고 반드시 .. flutter pub upgrade 처리 해서 update해줘야 변경됨 내부에 화일을…


    Continue reading → Post ID 1250

    Posted on 2021-05-18 12:58 AM by andrew Comment
    📂This entry was posted in flutter

Posts navigation

1 2 … 36 Next

  • Recent Posts

    • MySql 관리
    • Pair Programming Is Not Pair Coding
    • 기기 고유 식별(Identify) 얻기 device_info
    • QR 코드 스캔(QR Code Scan) 초간단 예제(Simple example)
    • 싱글톤(Singleton) 클래스
  • Recent Comments

    • Shela SchurShela Schur on RED5 & FFMPEG & FFserver 스트리밍 서버 구축하기
    • DeepsDeeps on [Linux] /dev/sdc1 is apparently in use by the system; will not make a filesystem here!
    • IvanIvan on How to install openssl on windows with visual studio 2015
    • KeenanBoldKeenanBold on centos7] Adding to Firwwall rules
    • andrewandrew on How to install POCO C++ libraries on Windows with Visual studio 2015
  • Archives

    • December 2021
    • May 2021
    • January 2021
    • June 2020
    • August 2018
    • April 2017
    • March 2017
    • February 2017
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • April 2015
    • March 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
    • September 2014
    • August 2014
    • July 2014
    • June 2014
  • Categories

    • C/C++
    • cmake/make
    • CUBE
    • DB관련
    • DIY & H/W
    • flutter
    • JAVA
    • javascript
    • jboss&tomcat
    • JEUS & WEBToB
    • Linux
    • Linux
    • MDX등
    • MFC & WINDOWS
    • OS tune
    • OSX
    • PDW
    • SVN
    • Uncategorized
    • UNITY3D/COCOS2D
    • VSC
    • WAS, Servet Containers
    • Webserver
    • 기술
    • 기술자료
    • 일반
    • 일상
    • 참고를 위한 저장물
    • 책
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
  • AdSense


©2023 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme