본문 바로가기
반응형

분류 전체보기356

mod_rewrite 로 URL 처리 예제 QUERY_STRING 을 Location 으로 전환책의 정보를 보는 example.com/book.php?novel 라는 URL 이 있다. 이제 이 URL 을 example.com/book/novel 로 들어와도 정상 동작하게 설정해 보자.RewriteRule ^/book/(.*) /book.php?$1 [L,PT] 여러 개의 QUERY_STRING 을 Location 으로 전환 위 예제는 잘 동작하지만 다음과 같은 경우 제대로 동작하지 않는다. example.com/book.php?category=novel&bookid=1234이 문제는 ? 뒤의 모든 파라미터를 하나의 파라미터로 전달하므로 발생한다. 다음과 같이 하면 URL 을 파싱해서 두 개의 파라미터로 변환해서 book.php 에 전달한다.Rew.. 2017. 4. 18.
php www 붙이기 홈페이지 주소에 www를 강제로 붙이기 2017. 3. 28.
PHP 5.2.x → PHP 5.3.x로 이행시 주의할 사항 PHP 5.2.x → PHP 5.3.x로 이행시 주의할 사항출처 http://neojjang.egloos.com/1954234현재 개발을 LAMP환경에서 하고 있습니다. 옆자리 친구가 제 개발 환경에선 오류가 없는데 자신의 개발 환경에서 오류가 난다고 해서 찾아 보다가 PHP 버젼이 5.3.x로 업그레이드 되면서 주의 해야할 사항을 알았습니다. 아래 사이트를 방문 하시면 자세한 내용을 확인 하실 수 있습니다. http://www.php.net/manual/en/migration53.deprecated.php 먼저 E_DEPRECATED 와 E_USER_DEPRECATED 가 새롭게 오류 레벨에 추가 되었습니다. INI 지시자 중에서 유효로 설정하지 말아야 할 것들이 있답니다. magic_*관련한 건 사용.. 2017. 3. 27.
셀렉트박스 CSS 예제 select box HTML Volvo Saab Mercedes Audi CSS .select-style { border: 1px solid #ccc; width: 120px; border-radius: 3px; overflow: hidden; background: #fafafa url("img/icon-select.png") no-repeat 90% 50%; } .select-style select { padding: 5px 8px; width: 130%; border: none; box-shadow: none; background: transparent; background-image: none; -webkit-appearance: none; } .select-style select:focus { outline: non.. 2017. 3. 25.
HP Procurve Networking Initial Setup HP Procurve Networking Initial Setup Note: HP Procurve Networking Configuration will be done via the CLI and assumes you have a console connection to the switch and are in configure mode. Enter configure mode by typeing configure. Setting a hostname hostname “Coreswitch” (Include quotations”) Setting an ip address to the default vlan vlan 1 ip address 192.168.1.1 255.255.255.0 exit Setting a def.. 2017. 3. 23.
SHOUTcast 서버설정 이 안내서에서는 SHOUTcast 서버 및 SHOUTcast 트랜스로 스트리밍 라디오 서버를 설정하는데 필요한 단계를 하나씩 진행합니다.Contents [hide] 1 SHOUTcast 서버 설정1.1 파일 설치1.2 SHOUTcast 서버 설정1.3 필수 옵션1.4 네트워크 설정1.5 서버 설정1.6 접근 설정1.7 매스 설정1.8 최적화 설정1.9 설정 마무리2 SHOUTcast 서버 시작하기2.1 주문형 스트리밍 설정3 SHOUTcast 트랜스 설정3.1 SHOUTcast Trans 도입부3.2 SHOUTcast 트랜스 설정3.3 SHOUTcast 트랜스 설정 마무리4 SHOUTcast 트랜스 시작하기4.1 SHOUTcast 트랜스 시작4.2 SHOUTcast 트랜스 스트림 감상5 고급 SHOUTc.. 2017. 3. 23.
SHOUTcast Distributed Network Audio Server configuration file ; ; Modified By - Kulbir Saini ; Home - http://saini.co.in/ ; ; SHOUTcast Distributed Network Audio Server configuration file ; Copyright (C) 1998-2004 Nullsoft, Inc. ; All Rights Reserved. ; Last modified Mar 17 2004 ; If you want to manage multiple configurations, just copy ; this file to another name, and run sc_serv with that name ; such as: ; sc_serv.exe sc_leet.conf ; *********************.. 2017. 3. 23.
PHP and ASP Dynamically presents collections of mp3s as streaming web sites. home page | free evaluation | purchase info | search & supportDownload Free EvaluationPurchase Full Version"A way-groovy app that allows you to stream your MP3 library over the Internet.""It doesn't get much simpler than Andromeda. If you have a basic Web site and are capable of copying MP3s and the Andromeda script (PHP or ASP) into a folder on your server, you can offer streaming or downloadab.. 2017. 3. 22.
워드프레스 utf8mb4_unicode_520_ci 를 utf8_general_ci로 변경 MYSQL 5.5.3 이상에서는 워드프레스 설치하면 콜레이션 기본값으로 utf8mb4_unicode_520_ci 로 설치가 되는데, 낮은 버젼과 호환되려면 utf8_general_ci 로 변경할 필요가 있다. 아래는 편리하게 변환할 수 있게 php 프로그램으로 만들어져있다. db-convert.php 파일 내용이다. utf8_general_ci DB로 변환 dbname: dbuser: dbpass: 2017. 3. 13.
엑셀 줄바꿈 문자 제거 엑셀 줄바꿈 제거 방법 Alt+Enter 키를 이용해서 Excel에서 여러줄 문자열을 입력하는 경우나, 특정 프로그램에서 문자열을 복사해왔을때 줄바꿈이 포함되어 있는 경우가 있다. 1. 엔터키 코드 치환 방법 ㅇ 홈 - 찾기및 선택 - 바꾸기[편집-바꾸기(ctrl+H)]를 이용한 방법 같이 찾을 내용에 Ctrl+J 또는 Alt+10 (Alt키를 누른상태에서 10을 입력)하면 보이지 않는 특수 문자 엔터키가 입력된다. 바꿀 내용에는 그냥 입력하지 않고, 모두 바꾸기를 클릭하면, 줄바꿈이 제거되어 한줄로 보여진다. 2. 함수 사용방법 1) 함수를 이용한 방법 예) 가. =SUBSTITUTE(A1,CHAR(10),"") 나. =clean(A1) 2017. 3. 10.
Download FFmpeg Download FFmpeg Downloadffmpeg-3.2.4.tar.bz2 More releasesIf you find FFmpeg useful, you are welcome to contribute by donating. More downloading options Get the packagesLinux PackagesDebian – Official packages for Stable-Backports, Testing, UnstableDebian – deb-multimedia packages for Oldstable, Stable, Testing, UnstableUbuntu – Official packages for Vivid, Wily, XenialUbuntu – Ubuntu Multimedia.. 2017. 3. 7.
php 에서 mp3 태그 읽어 오기 getID3() getID3() “As to reward, my profession is its own reward; but you are at liberty to defray whatever expenses I may be put to, at the time which suits you best.” -- Sherlock Holmes in “The Speckled Band”homedownloaddemoproject pagesupportbugsforumsgCL Download getID3()pingx.net contains the largest IRC software related logs archive. Latest 1.x stable version: 1.9.12 (released Mar 02, 2016 :: chang.. 2017. 3. 7.
반응형