smalldatetime 4바이트
type __ 정확도_ 필요 저장공간 datetime ___1/100초 8바이트 smalldatetime 1분 ___4바이트
type __ 정확도_ 필요 저장공간 datetime ___1/100초 8바이트 smalldatetime 1분 ___4바이트
1 2 3 4 5 6 7 8 |
Dim sVal as string --중간 생략-- sVal = IIf(IsNull(rs("Modi_Date")), "", rs("Modi_Date")) //mssql query : isNull(컬럼, '변경할문자') |
MS SQL isNUL 로 처리 해도 1900-01-01 로 나오는 경우 또는 01 1 1900 12:00AM
1 2 3 4 5 6 7 |
CancelDate = CASE WHEN CancelDate = '01 1 1900 12:00AM ' THEN '' ELSE CONVERT(varchar, CancelDate, 120) END FROM Product_List |
참조 : https://www.mssqltips.com/sqlservertip/1145/date-and-time-conversions-using-sql-server/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
<style type=”text/css”> <!– .solid1{ border-color:#999999; background-color:#FFFFFF; border-style:solid; border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; color:#FF0000; } .solid2 { border-color:#999999; background-color:#FFFFFF; border-style:solid; border-top-width:0px; border-bottom-width:1px; border-left-width:0px; border-right-width:0px; color:#0000FF; } .dashed1 { border-color:#999999; background-color:#FFFFFF; border-style:dashed; border-top-width:1px; border-bottom-width:1px; border-left-width:1px; border-right-width:1px; color:#FF0000; } .dashed2 { border-color:#999999; background-color:#FFFFFF; border-style:dashed; border-top-width:0px; border-bottom-width:1px; border-left-width:0px; border-right-width:0px; color:#0000FF; } –> </style> |
1 2 3 |
Stopping sshd: [FAILED] |
debug 참조 :http://www.thegeekstuff.com/2011/06/iptables-rules-examples/ Ubuntu // ssh 없을시 1. 설치 $ sudo apt-get install ssh 2. 포트 변경 $ sudo vi /etc/ssh/sshd_config # port 22 […]
> ntsysv 부팅시 자동 시작 : chkconfig vsftpd on
참조 : https://google-developers.appspot.com/chart/interactive/docs/gallery Here’s a simple example of a page that displays a pie chart:
참조: http://webtecker.com/2008/06/12/10-free-chart-scripts/ This week I’ve been working on a project that required data to be shown visually. I needed a Chart Script that was attractive yet […]
Free Download : http://www.fusioncharts.com/goodies/fusioncharts-free/ 공짜와 유료가 차이가 있습니다. flash만 써야 되고 rendering 에서 차이가 납니다.♣ FusionCharts Free free website analysis tools is an open-source Flash […]
cat /etc/shells —- shells 보기 /bin/sh – 본쉘 /bin/bash – Bourne Again shell /bin/tcsh – TC쉘 /bin/csh – C쉘 /bin/ksh – 콘쉘 1. […]
Copyright © 2024 | WordPress Theme by MH Themes