본문 바로가기

728x90
반응형
SMALL

전체 글

(208)
[ APM ] 기본 세팅 by xampp https://www.apachefriends.org/download.html Download XAMPP Includes: Apache 2.4.56, MariaDB 10.4.28, PHP 8.0.28 & PEAR + SQLite 2.8.17/3.38.5 + multibyte (mbstring) support, Perl 5.34.1, ProFTPD 1.3.6, phpMyAdmin 5.2.1, OpenSSL 1.1.1t, GD 2.2.5, Freetype2 2.4.8, libpng 1.6.37, gdbm 1.8.3, zlib 1.2.11, expat 2.0.1, www.apachefriends.org # C:\Windows\System32\drivers\etc\hosts 에서 도메인 추가(세팅) # 세팅한 ..
[ 방탈출 예약 ] url에 파라미터를 get 방식으로 받아올 때 포털에서 검색 후 메인 페이지 첫 진입 시 url 입니다. http://xn--jj0b998aq3cptw.com/layout/res/home.php?go=rev.make&s_zizum=5 황금열쇠 xn--jj0b998aq3cptw.com go 뒤에 붙는 값은 rev.make.php 로 가라는 뜻 같습니다. s_zizum 뒤에 붙은 값 5의 의미를 알려면 페이지에서 F12를 누르면 아래처럼 생긴 개발자도구가 노출됩니다. Elements 탭에서 ctrl + shift + c 를 누른 후 '지점선택' 우측 영역을 클릭하면 '▶
[ 아파치 apache ] "AH00558: httpd: Could not reliably determine the server's fully qualified domain..." 오류 해결법 httpd.conf 파일에 ServerName 주석해제 ServerName localhost:80
[ 아파치 apache ] "The Requested operation has failed" 오류 해결법 php와 apache 연동할 때 apache/conf/httpd.conf 에 아래와 같은 문구를 추가해줬었는데요. LoadModule php8_module "C:/php8/php8apache2_4.dll" AddType application/x-httpd-php .html .php AddHandler application/x-httpd-php .php PHPIniDir "C:/php8" php 8.0 이상부터는 "php8_module" 대신 "php_module" 이라고 써주면 됩니다. LoadModule php_module "C:/php8/php8apache2_4.dll" AddType application/x-httpd-php .html .php AddHandler application/x-httpd..
[ VSCode ] .html파일에서 php 하이라이트 방법 | 흰 글자 html 파일에서 따로 설정을 해주지 않으면 가 하얀 글자로 뜨면서 php 문법 하이라이트가 되지 않습니다. 예를 들면, 주석처리는 //, /* */ 등인데 단축키 ctrl + /를 누르면 아래처럼 html파일로 인식되어 이 나옵니다. 그래서 php 파일로 잠시 바꿔서 보곤 했는데 해결방법이 있습니다. 1. ctrl + , 을 눌러 Settings 진입 2. 'php' 검색 3. Edit in settings.json 클릭 이렇게 생겼는데 맨 아래줄에 html에서 php 하이라이트를 주도록 입력해줍니다. 4. "files.associations": {"*.html":"php" } 입력 맨 마지막 줄에 "" 다음에 , 입력 후 엔터쳐서 4. 내용 입력하시면 됩니다. 5. html 파일에서 php 문법들이 ..
[ VSCode ] 경로복사 \ 대신 /로 바꾸는법 https://stackoverflow.com/questions/63910258/vscode-copy-relative-path-with-posix-forward-slashes VSCode Copy Relative Path with posix forward slashes VSC newbie here. I'm trying to right-click on my projects' files and selecting Copy Relative Path, the thing is I get the path like this: node_modules\bootstrap\dist\css\bootstrap.min.css when what I stackoverflow.com 경로복사를 자주 하는편인데 기존에는 아래처럼 나왔습니..
[ XENIA ] 포터블(portable) 모드 설정법 | 순기능 실행 파일(.exe)가 있는 경로에서 'portable'라는 이름의 텍스트 파일을 만듭니다. 끝! 이러고 실행 파일(.exe)를 실행시키면 xenia-canary.config.toml이 생깁니다. 이 설정 파일은 이 폴더의 xenia_canary.exe를 실행할 때만 적용됩니다. 그래서 특정 게임을 돌리기 위한 세팅을 맞춰놓고 바로가기를 만들고 그 게임만 실행되도록 할 수 있습니다. 아래에서 방법을 알아보겠습니다. 1. xenia_canary.exe 바로가기를 만듭니다. 2. 만들어진 바로가기를 우클릭 > '속성' 대상(T) 끝부분으로 가서 추가로 입력합니다. 3. "실행시킬 롬파일경로" (옵션) (--fullscreen) (-vsync=false) ex) "D:\Games\XENIA\MC2\M-c2.i..
[ XENIA ] 패치 적용법 | xenia-canary GitHub - xenia-canary/game-patches: Game patches for the Xenia emulator GitHub - xenia-canary/game-patches: Game patches for the Xenia emulator Game patches for the Xenia emulator. Contribute to xenia-canary/game-patches development by creating an account on GitHub. github.com 1. 다운받고 압축을 풉니다. 여기서 patches 폴더만 필요합니다. 2. xenia-canary.exe를 실행하여 아래 이미지를 따라합니다. 3. 아래 동그라미를 클릭하여 나온 경로에 patches 폴더를 이동시..

728x90
반응형
LIST