블로그 이미지
프로그램을 가장 훌륭하게 작성하는 방법은 상태가 변경되는 오브젝트들과 수학적인 값을 나타내는 오브젝트들의 조합으로 표현하는 것이다. -Kent Beck 초초초보

카테고리

Programming (184)
ASP.NET (9)
Silverlight (2)
Javascript (20)
C# (8)
java (25)
SQL (14)
Oracle (3)
MyBatis (3)
기타 (52)
개발방법론 (1)
trouble shooting (2)
Linux (5)
스칼라 (5)
html (2)
grails & gradle (3)
Spring (2)
rabbitmq (1)
(3)
spark (0)
docker (3)
Total
Today
Yesterday

달력

« » 2024.4
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 30

공지사항

최근에 올라온 글

방대한 웹 번역 자료

기타 / 2014. 10. 7. 16:15

https://github.com/nolboo/nolboo.github.io/wiki

Posted by 초초초보
, |

http://helloworld.naver.com/helloworld/59361

Posted by 초초초보
, |

windows cmd : tail -f filename

기타 / 2013. 11. 25. 14:48

window 에서도 tail...

http://www.windows-commandline.com/tail-command-for-windows/

Posted by 초초초보
, |

생활코딩 정리

기타 / 2013. 11. 25. 14:11

http://goo.gl/U3OXc1

Posted by 초초초보
, |

svn comment 강제하기

기타 / 2012. 12. 22. 09:40
http://junghun.com/xe/index.php?document_srl=5069&vid=textyle

 

1. pre-commit 파일 작성

cd ~Repository/hooks/
cp pre-commit.tmpl pre-commit

 

2. 작성 내용

REPOS="$1"
TXN="$2"

# Make sure that the log message contains some text.
SVNLOOK=/usr/bin/svnlook
LOGMSG=$($SVNLOOK log -t "$TXN" "$REPOS" | grep [a-zA-Z0-9] | wc -c)
if [ "$LOGMSG" -lt 5 ]; then
/bin/echo -n "(Empty commit log) & (length(log) < 5) is NOT ALLOWED" 1>&2
exit 1
fi
exit 0

 

Posted by 초초초보
, |

http://opentutorials.org/course/1

Posted by 초초초보
, |

ajax state image make

기타 / 2011. 9. 6. 10:36
Posted by 초초초보
, |
Posted by 초초초보
, |
Posted by 초초초보
, |
Posted by 초초초보
, |