본문 바로가기

Backend

(20)
[MySql] 자연어 검색 플러그인 Mecab (FullText, 한글 검색 ...) 레퍼런스가 간략하고 잘 돼 있고 절차대로 하니 설정 잘 된다. https://bitbucket.org/eunjeon/mecab-ko-dic/src/master/ Bitbucket bitbucket.org
[MySql] FullText 설정 관련 블로그 ★★★★★ https://grip.news/archives/1538 MySQL, Full Text Search (전문검색, FTS) - GRIP.News 요즘 사내 메신저를 개발하다 보니 데이터 저장 및 활용에 대해 관심도가 그 어느때보다 높다. 메신저의 특징상 사용자에게 쾌적함을 주지 않는다면 단순히 강제하기란 쉽지 않다. 가장 고민거� grip.news https://kmongcom.wordpress.com/2014/03/28/mysql-%ED%92%80-%ED%85%8D%EC%8A%A4%ED%8A%B8fulltext-%EA%B2%80%EC%83%89%ED%95%98%EA%B8%B0/ MySQL 풀 텍스트(FULLTEXT) 검색하기 이 글은 크몽 재능인, socurites님이 원고를 기고하셨습니다. ..
[MYSQL] grant all on *.* to 'root'@'%' identified by 'password' with grant option; 실행 시 ERROR 1064 (42000) 오류 해결 문제 uncategorized SQLException for SQL []; SQL state [HY000]; error code [1449]; The user specified as a definer ('orbit'@'%') does not exist; nested exception is java.sql.SQLException: The user specified as a definer ('orbit'@'%') does not exist 오류 발생~!!! 문제 해결 시도 grant all on *.* to 'root'@'%' identified by 'password' with grant option; 참고) https://m.blog.naver.com/PostView.nhn?blogId=kkson50&l..
[MYSQL] dump file import 시 ERROR 1418 (HY000) 해결 방법 오류 ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable) 해결방법 SET GLOBAL log_bin_trust_function_creators = 1; 예시 SET GLOBAL log_bin_trust_function_creators = 1; 입력 후 dump file import start
[Ubuntu] 글자 크기 변경 https://smok95.tistory.com/285 우분투(Ubuntu) 글자 크기 변경 우분투에서 글자크기를 변경하는 방법입니다. gsettings set org.gnome.desktop.interface text-scaling-factor 크기를 50% 크게 하려면 1.5 10% 줄이려면 0.9 와 같이 값을 주시면 됩니다. 기본 크.. smok95.tistory.com gsettings set org.gnome.desktop.interface text-scaling-factor 출처: https://smok95.tistory.com/285 [Only YOUng]
[Ubuntu] 해상도 강제로 변경하는 방법 https://superuser.com/questions/758463/getting-1920x1080-resolution-or-169-aspect-ratio-on-ubuntu-or-linux-mint Getting 1920x1080 resolution or 16:9 aspect ratio on Ubuntu or Linux Mint I am running Ubuntu and Linux Mint in VMWare. In the display settings, none of the 16:9 aspect ratio resolutions are available, including the commonly used 1920x1080 resolution. How can I enable this? superuser.com
[Ubuntu] Gnome 확장 프로그램 https://beebom.com/22-best-gnome-shell-extensions/
[Ubuntu] setuptools download python -m pip install --upgrade pip setuptools wheel* if terminal said " Please install setuptools" Do it this~!!