728x90 Programing391 [Python] 1-3. Python Django Project Creation - 장고 프로젝트 만들기 1. Win+R > CMD > Ok 2. django-admin startproject After moving to directory you want to make project, create Django project. (프로젝트를 만들고자 하는 폴더로 이동 후 Django 프로젝트 생성) 3. python manage.py runserver Start Django Server (장고 서버 실행) 4. Web Browser (IE, chrome, firefox, safari, opera etc.) - "127.0.0.1:8000 or localhost:8000" - 127.0.0.1 : My Computer's localhost - 8000 : 8000 Port 5. Stop Django Server .. 2018. 9. 19. [Python] 1-2. Python Django Install - 장고 설치하기 Win + RCMD$pip install django C:\>pip install django Collecting django Downloading https://files.pythonhosted.org/packages/ca/7e/fc068d164b32552ae3a8f8d5d0280c083f2e8d553e71ecacc21927564561/Django-2.1.1-py3-none-any.whl (7.3MB) 100% |████████████████████████████████| 7.3MB 1.6MB/s Collecting pytz (from django) Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842e.. 2018. 9. 19. [Python] 1-1. Python install - 파이썬 설치하기 https://www.python.org/downloads/ Download Python Install Python ** Add Python 3.7 to PATH Check status #Python #파이썬 2018. 9. 19. [안드로이드/Android][adb shell pm] 안드로이드 설치 된 Package List 가져오기 (Get installed APK's package names) $ adb shell pm list packages -f | sort $ adb shell pm list packages -f | sort > file.txt [Samsung Galaxy Note8 Package Lists] feat. my device package:/data/app/aicare.net.cn.myfit-QpFn7GiKHWjTLh1km7ZnAg==/base.apk=aicare.net.cn.myfit package:/data/app/air.com.speakingmax-FbOg70_wV72kFGG8Nbw2Ww==/base.apk=air.com.speakingmax package:/data/app/android.autoinstalls.config.samsung-1/base.apk=android.. 2018. 9. 10. [ADB Command] Package Manager(pm) 호출 adb 셸 내에서는, 기기에 설치된 애플리케이션 패키지에서 작업과 쿼리를 수행하기 위해 package manager(pm) 도구로 명령을 실행할 수 있습니다. 셸에 있을 때의 구문은 다음과 같습니다. pm command 또한 원격 셸에 들어가지 않고 adb에서 직접 package manager 명령을 실행할 수도 있습니다. 예: adb shell pm uninstall com.example.MyApp 표 3. 사용 가능한 package manager 명령. 명령 설명 list packages [options] filter 모든 패키지를 출력하며, 선택적으로 패키지 이름의 filter에 텍스트가 포함된 패키지만 출력합니다. 옵션: -f: 연결된 파일을 확인합니다. -d: 비활성화된 패키지만을 표시하도록 필.. 2018. 9. 10. [HTML] 초보자에게 좋은 무료 편집기 제가 생각하는 초보자에게 가장 좋은 웹 입문 자료는 뭐니 뭐니해도 w3schools입니다. 각종 예제가 잘 설명되어 있고 직접 수정도 해볼수 있기 때문이죠. 이 사이트의 편집 기능을 활용한다면 가장 좋은 편집기가 될거라고 생각합니다. https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_doctype 2018. 9. 8. NO ROOT REQUIRED - Uninstall System Apps (루팅없이 시스템 앱 삭제하기) [Pre-condition]1. Install USB Driver (USB 드리이버 설치)2. Enable USB Debug at developer option (개발자 옵션에서 USB 디버그 모드 활성화)3. Install ADB Driver [ADB Command]adb shell pm uninstall -k --user 0 [Package Name] [ADB Command - Xiaomi]1. Mandatory App (필수 삭제 추천) #Xiaomi analytics app : adb shell pm uninstall -k --user 0 com.miui.analytics #Xiaomi advertisement app : adb shell pm uninstall -k --user 0 com.miu.. 2018. 9. 6. Install failed user restricted (feat. Xiaomi) [Problem] Adb install failure: INSTALL_CANCELED_BY_USER INSTALL_FAILED_USER_RESTRICTED [Solution] 1. Go to Settings>>Additional Settings or About (설정 > 휴대폰 정보 또는 추가 설정) 2. Go to developer options. (개발자 옵션 / 샤오미 - 설정 > 추가 설정 > 개발자 옵션) (if its not there, first goto about phone and tap on build number over 4 times...and start again from step 1) (개발자 옵션이 비 활성화 상태라면, 휴대폰의 빌드 번호 / 빌드 정보 / MIUI 버전을 4번 .. 2018. 9. 6. [Android 개발 어플] MMS 직접 전송방식 (Intent 이용하는 방식 아님) - Victor MMS Sender Version 2.0.2 [Recent Version History] Version 3.1.0 - https://victor8481.tistory.com/893 Version 3.0.0 - https://victor8481.tistory.com/824 Version 2.0.3 - https://victor8481.tistory.com/notice/767 Version 2.0.2 - http://victor8481.tistory.com/719 Version 2.0.0 - http://victor8481.tistory.com/716 소스 프로젝트 명 : Victor MMS SenderVictor MMS Sender는 구글에서 제공하지 않는 개별 앱에서 MMS를 전송 가능하게 해주는 Library 입니다.해당 라이브러리는 SMS/LM.. 2018. 8. 22. [Android 개발 어플] MMS 직접 전송방식 (Intent 이용하는 방식 아님) - Victor MMS Sender Version 2.0 [Version History]Version 3.0.0 - https://victor8481.tistory.com/824Version 2.0.3 - https://victor8481.tistory.com/notice/767Version 2.0.2 - http://victor8481.tistory.com/719Version 2.0.0 - http://victor8481.tistory.com/716Version 1.6.0 - http://victor8481.tistory.com/677Version 1.5.1 - http://victor8481.tistory.com/671Version 1.5.0 - http://victor8481.tistory.com/643Version 1.4.0 - http://victor.. 2018. 6. 24. [Android] MaterialChipsInput를 활용한 Contact & Input Chip - vContactChip I had created vContactChip library which is based on MaterialChipsInput. https://github.com/pchmn/MaterialChipsInput When I'm trying to use this, I found that there are some unconfortable things. 1. There is no delimeter to input the chip. 2. Not supported Contact Chip by default. 3. Example Contact Chip had too slow performance to load contact. 4. Not confortable to take inputting list It's the.. 2017. 11. 6. [Android/Gradle] transformClassesWithRetrolambdaForDebug / Missing javaCompileTask for variant :sample:transformClassesWithRetrolambdaForDebug FAILED FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':sample:transformClassesWithRetrolambdaForDebug'.> Missing javaCompileTask for variant: debug/0 from output dir: \build\intermediates\transforms\retrolambda\debug\0 * Try:Run with --info or --debug option to get more log output. * Exception is:org.gradle.ap.. 2017. 11. 2. 이전 1 ··· 3 4 5 6 7 8 9 ··· 33 다음 728x90