Articles by golgol
월별 티켓 개수 합 MS SQL Query
월별 티켓 개수 합 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) |
Oracle user Roles
# 디폴트 롤 데이터베이스 설치 시, 디폴트 스키마들이 생성되는 것처럼 디폴트 롤 또한 생성되게 된다. 이 디폴트 롤의 대부분은 많은 문제점을 내포하고 있으며, 조만간 변경되거나 […]
IPv6 adress
IPv6주소는 무한대의 개수에 가까운 주소를 활용할 수 있고 전 세계의 모든 사람들뿐만 아니라 사물과 사물과의 통신 등 다양한 분야에 IP주소를 부여하여 인터넷과 접속할 수 있는 […]
Oracle sqlplus user start
[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 […]
Redhat 방화벽
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
db connect Test
확장자를 udl로 바꾸면 db 연결을 테스트 할수 있다. 1. 바탕화면에서 새로만들기 텍스트 파일생성 2.텍스트 파일 확장자 udl 로 변경 3. 클릭후 공급자 선택 후 4. […]
hecking /phpMyAdmin/scripts/setup.php 해킹
로그 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 […]
Yahoo Weather API 날씨
/* 전세계 60000곳에 해당하는 실시간 날씨정보를 가져와보자! http://developer.yahoo.com/flash/ 에서 Web APIs Library 를 다운받자 astra-webapis-1.2.0.zip 를 압축을 풀고 Source 폴더 안의 com 폴더를 몽땅 fla파일이 […]
Changing File Permissions
Changing File Permissions
FileZilla 파일질라 다운로드
FileZilla http://filezilla-project.org/ 다운로드 : FileZilla_3.8.0_win32-setup FileZilla 서버 : FileZilla_Server-0_9_49
You have new mail in /var/spool/mail/root
보통 리눅스 시스템 작업을 하다보면 You have new mail in /var/spool/mail/root 위와 같은 메시지가 나올때가 있다. 시스템상에서 자동으로 root계정으로 메일을 보내는데 메일 내용을 확인하고 싶다면 […]
iptables 분석
iptables는 리눅스를 설치하면 보통 기본적으로 설치되므로 설치방법은 따로 설명하지 않으며 예제 위주로 간단히 사용법을 알아 보겠습니다. 아래 명령어는 모두 root권한으로 실행해야 됨을 미리 알려 드립니다. […]
