본문 바로가기

분류 전체보기2850

URL Encoding Reference ASCII device control characters %00-%1f ASCII Character Description URL-encoding NUL null character %00 SOH start of header %01 STX start of text %02 ETX end of text %03 EOT end of transmission %04 ENQ enquiry %05 ACK acknowledge %06 BEL bell (ring) %07 BS backspace %08 HT horizontal tab %09 LF line feed %0A VT vertical tab %0B FF form feed %0C CR carriage return %0D SO shift out %0E SI shift in.. 2010. 5. 26.
sqlninja - a SQL Server injection & takeover tool Sqlninja's goal is to exploit SQL injection vulnerabilities on web applications that use Microsoft SQL Server as back end. It is released under the GPLv2. There are a lot of other SQL injection tools out there but sqlninja, instead of extracting the data, focuses on getting an interactive shell on the remote DB server and using it as a foothold in the target network. In a nutshell, here's what i.. 2010. 5. 25.
「세금절약가이드」 등 세금 안내책자 개정·발간 근로자와 세금(2010) 국세청 지음 국세청은 경제활동인구의 상당수를 차지하는 1,400만 명의 근로자와 100만 명의 고용주가 직장생활과 사업을 하면서 접하게 되는 근로소득세에 대한 궁금증 해소를 위해 작년부터 ‘근로자와 세금’ 책자를 발간하고 있습니다. 근로장려세제, 연말정산, 연금·퇴직금에 대한 소득세, 외국인 근로자의 과세특례, 원어민 교사에 대한 비과세제도, 비거주자의 근로소득세 과세방법 등에 대한 내용을 한데 모아 알기 쉽게 편집하였습니다. 아무쪼록 이 책자가 납세자 여러분에게 유용한 세금길잡이로 활용되고, 나아가 세금에 대한 인식을 새롭게 하는데 도움이 되시기를 바랍니다. 근로자와 세금 다운받기 클릭!!! 제1장 근로장려세제 1. 근로장려세제의 개요 2. 근로장려세제의 적용대상 및 적용단위 .. 2010. 5. 24.
[MySQL] OPTIMIZE, TRUNCATE, 테이블복구, DB공간제한 OPTIMIZE TABLE 문법 : 대량의 데이터를 삭제했던가, 테이블의 잦은 변화가 있을 경우 사용하면 유용 사용법) mysql>optimize table 테이블명; TRUNCATE 문법 : 레코드 삭제 사용법) mysql>truncate table 테이블명; * delete from 테이블 조건; => 데이터를 순자적으로 삭제 truncate table 테이블명; => 테이블 자체를 삭제후 테이블을 새로 생성 테이블 삭제 속도는 빠르나 삭제된 레코드를 복구할수없다. *테이블이 깨져서 나오는 경우 테이블을 체크해서 복구하여야한다. 체크 : mysql>check table 테이블명; 복구 : mysql>repair table 테이블명; ex) jung 사용자의 DB사용량을 계정용량 범위내에서 자유로이 사.. 2010. 5. 24.
Remote file include in appserv 2.4.5 ====================================================================== Remote file include in appserv 2.4.5 (possible in previous versions) ====================================================================== [ What is Appserv ] AppServ is the Apache/PHP/MySQL open source software installer packages. Objective : - Easy to buid Webserver and Database Server - For those who just beginning client.. 2010. 5. 14.