openoffice
http://www.openoffice.org/download/index.html
http://www.openoffice.org/download/index.html
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
http://www.php.net/ http://www.php.net/downloads.php 한방에 PHP Windows에 설치하기(문제 : 단순테스트용) http://php.iis.net/
http://dev.mysql.com/downloads/
http://www.bkyang.com/ : 셔터문 내렸음.다운로드 :
http://notepad-plus-plus.org/
참조 : http://www.htmldrive.net/item/picked
글꼴 제거 하드 디스크에서 글꼴을 제거하려면 다음과 같이 하십시오. 시작을 클릭하고 실행을 클릭합니다. 다음 명령을 입력한 다음 확인을 클릭합니다. %windir%\fonts 제거할 글꼴을 클릭합니다. 한 번에 둘 이상의 […]
월별 티켓 개수 합 MS SQL Query
|
1 2 3 4 5 6 7 8 9 10 11 12 |
SELECT DATEPART(yyyy,Issue_Date) AS Year ,MAX(DATENAME(mm,Issue_Date)) AS Month ,MAX(DATENAME(dd,Issue_Date)) AS DATE ,SUM(COALESCE(GO_TKTCNT,0)) AS TICKET FROM [dbo].[FF_DB] where Regi_Date>'2013-01-01' GROUP BY DATEPART(yyyy,Issue_Date), DATEPART(mm,Issue_Date), DATEPART(dd,Issue_Date) ORDER BY DATEPART(yyyy,Issue_Date),DATEPART(mm,Issue_Date) |
# 디폴트 롤 데이터베이스 설치 시, 디폴트 스키마들이 생성되는 것처럼 디폴트 롤 또한 생성되게 된다. 이 디폴트 롤의 대부분은 많은 문제점을 내포하고 있으며, 조만간 변경되거나 […]
IPv6주소는 무한대의 개수에 가까운 주소를 활용할 수 있고 전 세계의 모든 사람들뿐만 아니라 사물과 사물과의 통신 등 다양한 분야에 IP주소를 부여하여 인터넷과 접속할 수 있는 […]
[oracle@fare ~]$ lsnrctl start LSNRCTL for Linux: Version 11.1.0.6.0 – Production on 04-SEP-2012 12:18:35 Copyright (c) 1991, 2007, Oracle. All rights reserved. TNS-01106: Listener using […]
http://web.mit.edu/rhel-doc/4/RH-DOCS/rhel-sg-ko-4/s1-fireall-ipt-act.html CentOS / Redhat Iptables Firewall Configuration Tutorial 참조 : http://www.cyberciti.biz/faq/rhel-fedorta-linux-iptables-firewall-configuration-tutorial/ http://esgtech.springnote.com/pages/3385409.xhtml
확장자를 udl로 바꾸면 db 연결을 테스트 할수 있다. 1. 바탕화면에서 새로만들기 텍스트 파일생성 2.텍스트 파일 확장자 udl 로 변경 3. 클릭후 공급자 선택 후 4. […]
로그 log #Software: Microsoft Internet Information Services 7.0 #Version: 1.0 #Date: 2012-05-22 16:51:54 #Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status […]
/* 전세계 60000곳에 해당하는 실시간 날씨정보를 가져와보자! http://developer.yahoo.com/flash/ 에서 Web APIs Library 를 다운받자 astra-webapis-1.2.0.zip 를 압축을 풀고 Source 폴더 안의 com 폴더를 몽땅 fla파일이 […]
Copyright © 2025 | WordPress Theme by MH Themes