본문 바로가기

분류 전체보기2978

Catalyst 2960 Switch Command Reference Cisco IOS Release 12.2(25)SEE February 2006 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 526-4100 Text Part Number: OL-8604-01 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDAT.. 2009. 5. 25.
DNSMASQ – 로컬 DNS 쿼리 캐쉬 설정 Dnsmasq is a lightweight, easy to configure DNS forwarder and DHCP server. It is designed to provide DNS and, optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central .. 2009. 5. 25.
MySQL 5.4 개발 공식발표 개선내용 MySQL 5.4 Scaling to 16 way x86 and 64-way CMT Servers The release of the MySQL 5.4 contains patches which increases the scalability of the MySQL Server. I am planning to blog about those changes in some detail over the next few days. This blog will give an introduction and show what the overall results we have achieved are. The changes we have done in MySQL 5.4 to improve scalability and the ab.. 2009. 5. 24.
노무현은 이명박일당이 죽였다!!! 노무현 대통령님 부디 하늘나라에선 편히 쉬시고 당신은 국민들 가슴속에 영원히 잊혀지지 않을겁니다. 사랑합니다, 삼가 고인의 명복을 빕니다. 노무현은 조중동과 싸웠고/ 이명박은 초중고와 싸운다/ 노무현은 국회의원들이 탄핵 요청했고/ 이명박은 국민들이 탄핵 요청한다/ 노무현은 국민90%를 선택했고/ 이명박은 국민10%를 선택했다/ 노무현은 먼저 대한민국 국민과의 대화를 했고/ 이명박은 먼저 일본 국민과의 대화를 했다/ 노무현은 안창호 선생님이라 불렀고/ 이명박은 안창호 씨라 불렀다/ 노무현은 한일관계를 위해 과거역사를 철저하게 정리하자고 했고/ 이명박은 한일관계를 위해 과거역사를 거론하지 않겠다고 했다/ 노무현은 미국이라서 믿을 수 없다고 말했지만/ 이명박은 미국이니까 믿으라고 했다/ 노무현은 국민의 생명권.. 2009. 5. 23.
PHP 문자열 관련 함수 echo "문자열 개수출력(strlen)";$str = "abcds";$result = strlen($str);echo "출력 문자 : $str";echo "문자 개수 : $result";$str = "가";echo "출력 문자 : $str";echo "문자 개수 : ".strlen("가")."";echo "문자열 뒤집기(strrev)";$str = "abcedf";echo "원래문자열 : $str";$result = strrev($str);echo "바뀐문자열 : $result";echo "두개의 문자열 비교(strcmp)";$str1 = "abcde";$str2 = "abcde";echo "str1=$str1, str2=$str2";echo "두 문자열이 같으면 :".strcmp($str1,$str2.. 2009. 5. 22.
728x90