분류 전체보기 (180) 썸네일형 리스트형 [MySQL] MYSQL설치관련 https://salix97.tistory.com/141 MySQL에서 로그인 안 될 때 내가 쓴 방법 # killall mysqld # mysqld_safe --skip-grant-tables & 이 두개를 썼더니 로그인 되었다. https://babytiger.tistory.com/entry/mysql%EC%97%90-%EB%A1%9C%EA%B7%B8%EC%9D%B8%EC%9D%B4-%EC%95%88-%EB%90%A0-%EA%B2%BD%EC%9A%B0 mysql에 로그인이 안 될 경우 1. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) mysql -u 사용자 >> mysql -u 사용자 -p 비번 o.. [리눅스] Apache설치 관련 자료 https://salix97.tistory.com/142?category=837576 Ubuntu 18.04 + Apache 2.4.41 + PHP 7.4.1 수동설치하기 Ubuntu 18.04 OS 위에 Apache 2.4.41 컴파일 설치를 완료했다. * 우분투에 아파치와 MySQL 을 설치하는 방법은 이전 글을 참고 이전 글 1 : 우분투에 아파치 수동설치 하기 이전 글 2 : 우분투 아파치 서버�� salix97.tistory.com Apache설치관련 - 1. configure File https://httpd.apache.org/docs/2.4/programs/configure.html#installationdirectories configure - 소스 트리를 구성한다 - Apache HTT.. [리눅스] php설치 PHP설치시 생기는 2가지 문제 해결 1 문제 상황. 1-1. libxml-2.0 ubuntu 1-2. no package sqlite3 found ubuntu 의존성 문제 ./configure로 의존성 먼저 확인 checking for GLIB... configure: error: The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. 로 나오지만 사실 자세히 읽어보면 - libxml2-dev의 문제이다. 1-1. libxml2-dev패키지 해결책 https://m.blog... 리눅스 정리 1. 리눅스 설치하기 https://recipes4dev.tistory.com/116 VMware Tools 설치 및 업그레이드 방법. (How to install and upgrade the VMware Tools.) 1. VMware Tools 이전 글 [VMware에 우분투 리눅스(Ubuntu Linux) 설치하기]에서 VMware에 우분투 리눅스(Ubuntu Linux)를 설치하는 방법에 대해 설명하였습니다. VMware Workstation Player(버전 12)에 가상 머신.. recipes4dev.tistory.com 2. 부가작업 - 한영전환하기 https://webnautes.tistory.com/1199 Ubuntu 18.04 설치 완료 후 한글 설정하는 방법 Ubuntu 18.04 .. OCR https://choijava.tistory.com/68 안드로이드 이미지 문자 인식 Android Tesseract 개발 환경 : windows 10, Adroid Studio 3.0.1, 갤럭시 노트 8(API 28, Android 9) Tesseract는 구글에서 제공하는 문자 인식 관련 오픈소스입니다. 오픈소스이므로 직접 언어 데이터를 개선 및 발전에 직접 참여.. choijava.tistory.com https://bluebead38.blogspot.com/2017/06/android-studio-opencv-tessseract-ocr.html Android Studio OpenCV + Tesseract OCR 어플 만들기 Laptop 운영체제 Windows 10 Home 64bit 개발프로그램.. [Android] 액티비티 전환시 효과 없애기 첫번 째 (1) 인텐트에 addFlags를 설정한다. Intent intent = Intent (this, PrivacyPolicyActivity/class) intent.addFlags (Intent.FLAG_ACTIVITY_NO_ANIMATION); startActivity (intent) (2) 인텐트 보내고 overridingPedingTraslation을 한다. Intent intent = Intent (this, PrivacyPolicyActivity/class) startActivity (intent); overridePendingTransition(0, 0); (3) 앱 전체에 animaition효과 없애기 로 설정한다. 종료시에 onPause에 넣는다. onDestroy에 넣어도 소용 없.. URI와 URL구분하기 URI와 URL이 많이 쓰인다. 내 컴퓨터 내부에 있다면 Locator을 지정할 필요가 없다. 내 컴퓨터 자체가 Locator이기 때문에 그냥 Identifier라고 하면 된다. Locator가 의미하는 것은 내가 모르는 다른 컴퓨터의 위치이다. 내컴퓨터 - 다른 컴퓨터와의 통신을 할 때에는 Locator을 써서 보통 URL이라는 단어를 볼 수 있다. 내 컴퓨터 내부에서 위치를 찾을 때는 Identifier라고 해서 URI라는 단어를 볼 수 있다. URI Uniform Resource Identifier 뜻은 유일한 자원 식별자 다시 보면 내 컴퓨터 안에서 어느 위치를 가리킨다. C://windows/users/msi/test.txt msi라는 물리적인 특정한 공간안에 test.txt를 찾아갈 수 있음을.. [Google] OCR기능 https://dpdpwl.tistory.com/6 [안드로이드]구글 클라우드비전API 사용하기(Google Cloud Vision API) 안녕하세요!! 이번에는 안드로이드에서 구글 Cloud Vision API 사용법을 알아보겠습니다. 구글 Cloud Vision API은 이미지에서 얼굴인식, 랜드마크탐지, 사물감지, 텍스트 인식, 로고, 부적절한 이미지 감지 등.. dpdpwl.tistory.com https://cloud.google.com/vision/docs/ocr#vision-text-detection-java 이전 1 ··· 9 10 11 12 13 14 15 ··· 23 다음