개발/Today I Learned 25

[스터디] mac에서 vi .bash_profile 리부팅 시 적용 안되는 문제

brew 로 php를 설치하고 shell 에서 php -v 로 버전을 확인하고 libssh2 를 설치하던 중 그 다음날 컴퓨터를 켜서 php -v 를 하니까 php 버전이 삭제 이전으로 돌아가있다 ?!?!?!?!?! vi .bash_profile 로 파일에 들어가서 아래 경로를 적용하고 export PATH=/usr/local/Cellar/php/7.4.8/bin:$PATH source ~/.bash_profile 을 하고 컴퓨터 리부팅을하면 적용이 안된다. 관련해서 문제를 해결하기위해 "mac .bash_profile 리부팅" 키워드로 검색해서 아래 블로그에서 도움을 얻었다. https://myjamong.tistory.com/152 [맥 환경변수 설정] 터미널 재부팅 시 환경변수 초기화 문제 해결 :..

[스터디] xdebug 설치 중, 여러번 연습해야될 듯?

https://bbqsoftwares.com/blog/xdebug-catalina Installation of Xdebug on MacOS Catalina 10.15 | Louis Charette After figuring out a way around the massive breaking change introduced by Xcode 11, it's now time to install Xdebug back on MacOS Catalina. Update from June 30th 2020: After some new investigation while trying to upgrade to a newer version of xdebug, I now bbqsoftwares.com 위 사이트 참고해서 mac..

[스터디] 오늘 배운 것

https://www.php.net/manual/en/features.commandline.options.php PHP: Options - Manual get ./configurephp -i |grep configureConfigure Command => './configure' '--prefix=/app/webserver/php5' '--with-config-file-path=/app/webserver/php5/etc' '--with-config-file-scan-dir=/app/webserver/php5/etc/php.d' '--enable-inline-optimization' '--disab www.php.net 모든 언어는 공식문서 참고를 꼭 할 것! apache 설정에서 루트를 잡아서 로컬호스트..

[스터디] 오늘 공부한 내용 간략 정리

Apache 설정 파일인 http.conf 파일은 설치 디렉토리에서 "/Apache24/conf/"에 들어 있다. MacOS은 /etc/apache2/httpd.conf 출처: https://araikuma.tistory.com/775 [프로그램 개발 지식 공유] 오늘 도움 받은 블로그들 https://onlyfor-me-blog.tistory.com/92 [PHP] php7.x, MySQL 8.x 연동 확인하기 글을 쓰기 전에 내가 설치한 php와 MySQL 버전, 편집기는 다음과 같다. 그리고 php, MySQL 설치 과정은 생략한다. php : 7.3.3 MySQL : 8.0.15 편집기 : 아톰 + phpstorm(둘 중 아무거나 써도 됨. 편의성은 phpsto.. onlyfor-me-blog.t..

[스터디] 스터디 요약

워크벤치에서 테이블 만들 때 명령어 사용을 다르게해서 왜 안되는지 알게 됐다, 내가 명령어를 다르게 사용하고 있었다....ㅠㅠ option + command + enter 를 사용해서 지정한 전체가 실행안되고 현재행만 실행되고 버티컬 텍스트 아웃풋이 나와서 왜 다르지? 이러고 있었다... 반성반성 오늘의 학습 팁 타이핑하면서 학습하기 백문이 불여일타 ( feat, 스터디 동료님 ) Vscode php 경로 설정 https://code.visualstudio.com/Docs/languages/php PHP Programming with Visual Studio Code Learn about Visual Studio Code editor features (syntax highlighting, snippets..

[스터디] mysql 테이블 생성 및 정리

mysql 테이블 생성 index 생성시 unsigned 쓰는 이유를 배웠다. https://ellieya.tistory.com/134 [MySql] 컬럼 생성시에 unsigned 선언의 의미 요즘 개발하면서 별도의 유지보수 문서가 존재하지 않아서 직접 테이블 정보를 같이 정리하고 있는데, 하다보니 unsigned라는 선언이 눈에 띄었다. CREATE TABLE `Code` ( `id` INT(11) UNSIGNED NOT NULL AUTO_IN.. ellieya.tistory.com 테이블 생성 완료 ci_project 해시 종류 알아보면서 스터디 마무리 오류 내일 확인 예정 08:52:01 create table ci_project.ci_user ( idx int (8) unsigned auto_in..

반응형