프로그램언어 사용 순위 2013-05
TIOBE에서 순위를 학인하면 된다. TIOBE(http://www.tiobe.com/)에서 상단 메뉴중 Paper&Info 메뉴에서 Tiobe Index 를 선택하면 프로그램 언어의 순위를 확인할 수 있다.
TIOBE에서 순위를 학인하면 된다. TIOBE(http://www.tiobe.com/)에서 상단 메뉴중 Paper&Info 메뉴에서 Tiobe Index 를 선택하면 프로그램 언어의 순위를 확인할 수 있다.
아파치의 httpd-user.conf 파일 맨 하단에 #DOS 공격 보안 모듈입니다. #1초동안 5 개 페이지 요청 또는 1초 동안 75개 파일 요청시 #10초동안 403 메세지를 뿌리며 제한합니다. […]
Kimstars Second Blog __ JSON 개요 및 예제.
1.Grid 종류 1. jqGrid 바로가기:https://free-jqgrid.github.io/examples/index.htmlhttp://www.trirand.net/default.aspx 바로가기:http://www.trirand.com/blog/jqgrid/jqgrid.html 2. RealGrid service.realgrid.com/wheretogo
바로 가기 : http://arshaw.com/fullcalendar/
맥 주소와 IP주소를 수집하고 회사에 비용청구 하고 있습니다. 외국계 악덕 기업에 넘어가더니 악덕법무법인을 통해서 비용청구 하고 있습니다. 지우더라도 3년간 IP를 보관한다고 하네요. 한 SW업계 관계자는 […]
바로 가기 : https://developers.google.com/youtube/youtube_player_demo
필요에 따른 mysql dump 방법 1. database 전체 데이터베이스 dump
1 2 3 |
# mysqldump -u root -p –all-databases > db.sql |
2. 특정 테이블만 dump
1 2 3 |
# mysqldump -u root -p db명 talbe1 table2 > table.sql |
3. 스키마(테이블구조만) dump
1 2 3 |
# mysqldump –no-data db명 > db.sql |
4. 데이터만(테이블구조 제외) dump
1 2 3 |
# mysqldump -u root -p –no-create db명 > db.sql |
Apache 인증을 이용해서, /home/doe/public_html/ 디렉토리에 접근 할때 사용자 인증 걸기 1. httpd.conf 파일에 디렉토리 권한 설정 <Directory “/home/doe/public_html”> Options FollowSymLinks AllowOverride AuthConfig 2. .htaccess 파일 […]
Copyright © 2024 | WordPress Theme by MH Themes