블로그 이미지
암초보

calendar

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 31

Notice

Tag

05-05 20:18
2014. 8. 5. 10:46 프로그래밍/PHP

'프로그래밍 > PHP' 카테고리의 다른 글

PHP 수행 시간 측정  (0) 2014.11.13
php variable scope - if statements  (0) 2014.09.26
php 에서 excel로 저장시 br태그 문제  (0) 2013.06.25
posted by 암초보
2014. 7. 16. 16:29 프로그래밍/기타

http://sourceforge.net/projects/xming/ 에서 다운로드 후 설치 및 실행


putty 접속 설정

Connection - SSH - X11 메뉴에서

Enable X11 forwarding 체크

X display location : localhost:0



접속한 후에 firefox 실행

'프로그래밍 > 기타' 카테고리의 다른 글

JOSSO 참고자료  (0) 2014.08.19
sqlfiddle  (0) 2014.08.12
There is nothing changed, but eclipse egit marks the file as changed.  (0) 2014.07.01
git push 실패시..  (0) 2014.06.16
깔끔한 git 설명  (0) 2014.05.29
posted by 암초보
2014. 7. 1. 13:47 프로그래밍/기타

git 설정에서

core.autocrlf 를 false로..

'프로그래밍 > 기타' 카테고리의 다른 글

sqlfiddle  (0) 2014.08.12
xming  (0) 2014.07.16
git push 실패시..  (0) 2014.06.16
깔끔한 git 설명  (0) 2014.05.29
json parser oline  (0) 2013.10.22
posted by 암초보
2014. 6. 27. 14:45 프로그래밍/Spring
posted by 암초보
2014. 6. 16. 15:26 프로그래밍/기타

error: unpack failed: unpack-objects abnormal exit

To fgit.git

 ! [remote rejected] master -> master (n/a (unpacker error))

error: failed to push some refs to 'fgit.git'



이럴경우..

git objects 폴더 내에 권한이 꼬인(?) 문제이므로 아래와 같이 권한을 정상적으로 돌려주면 된다.


chown -R 계정 ./objects



'프로그래밍 > 기타' 카테고리의 다른 글

xming  (0) 2014.07.16
There is nothing changed, but eclipse egit marks the file as changed.  (0) 2014.07.01
깔끔한 git 설명  (0) 2014.05.29
json parser oline  (0) 2013.10.22
로딩 이미지 생성 페이지  (0) 2013.06.26
posted by 암초보
2014. 5. 29. 16:22 프로그래밍/기타

'프로그래밍 > 기타' 카테고리의 다른 글

There is nothing changed, but eclipse egit marks the file as changed.  (0) 2014.07.01
git push 실패시..  (0) 2014.06.16
json parser oline  (0) 2013.10.22
로딩 이미지 생성 페이지  (0) 2013.06.26
정규표현식 관련 정보  (0) 2012.02.09
posted by 암초보
2014. 4. 29. 13:43 프로그래밍/Spring
posted by 암초보
2014. 1. 14. 11:16 프로그래밍/HTML&CSS
posted by 암초보
2013. 12. 16. 16:39 프로그래밍/Java

StringBuffer는 ThreadSafe 이고 StringBuilder는 아님

'프로그래밍 > Java' 카테고리의 다른 글

java.nio.file.Paths, java.nio.file.Path 활용  (0) 2015.09.23
스레드 풀 활용  (0) 2013.10.31
Callable 과 Thread  (0) 2013.10.31
Comparator & Comparable 이용한 정렬  (0) 2013.05.20
java.util.ConcurrentModificationException  (1) 2013.05.15
posted by 암초보
2013. 11. 27. 12:58 프로그래밍/Servlet&JSP

varStatus를 이용한다.

예시)

<c:forEach varStatus="status .........>

${status.index} 또는 ${status.count}

index는 0부터 count는 1부터

'프로그래밍 > Servlet&JSP' 카테고리의 다른 글

fmt:parseDate 와 fmt:formatDate  (0) 2013.05.20
URLDecoder  (0) 2009.08.05
JSP 쿠키 생성, 삭제  (0) 2009.08.04
posted by 암초보
prev 1 2 3 4 5 6 7 ··· 16 next