Null 값 공백으로 받기

2012년 08월 23일 golgol 0

MS SQL isNUL 로 처리 해도 1900-01-01 로 나오는 경우 또는 01 1 1900 12:00AM

참조 : https://www.mssqltips.com/sqlservertip/1145/date-and-time-conversions-using-sql-server/

solid dashed

2012년 08월 23일 golgol 0

SSH 원격이 안될때

2012년 08월 22일 golgol 0

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 […]

ssh 포트 변경

2012년 08월 22일 golgol 0

Remark : ssh 접속 포트 22 을 다른 포트 26022 로 변경해 보자 1. /etc/services 파일내용을 아래와 같이 ftp와 ssh 포트를 변경함.

2. /etc/ssh/sshd_config […]

Google Chart Tools

2012년 08월 22일 golgol 0

참조 : https://google-developers.appspot.com/chart/interactive/docs/gallery Here’s a simple example of a page that displays a pie chart:

10 Free Chart Scripts

2012년 08월 22일 golgol 0

참조: 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 […]

FusionCharts Free

2012년 08월 22일 golgol 0

Free Download : http://www.fusioncharts.com/goodies/fusioncharts-free/ 공짜와 유료가 차이가 있습니다. flash만 써야 되고 rendering 에서 차이가 납니다.♣ FusionCharts Free free website analysis tools is an open-source Flash […]

shell 의 종류 및 추가

2012년 08월 21일 golgol 0

cat /etc/shells    —- shells 보기 /bin/sh – 본쉘 /bin/bash – Bourne Again shell /bin/tcsh – TC쉘 /bin/csh – C쉘 /bin/ksh – 콘쉘   1. […]