링크: http://docs.spring.io/spring-javaconfig/docs/1.0.0.M4/reference/html/

posted by 뚱2

링크: https://www.jetbrains.com/idea/help/tuning-intellij-idea.html

posted by 뚱2

[queryDSL] QueryDSL Reference

Java/queryDSL 2015. 7. 13. 18:35

링크 (3.6.5): http://www.querydsl.com/static/querydsl/3.6.5/reference/ko-KR/html_single/

링크: http://www.querydsl.com/static/querydsl/latest/reference/ko-KR/html_single/


Spring Data JPA with queryDSL: https://blog.42.nl/articles/spring-data-jpa-with-querydsl-repositories-made-easy/

posted by 뚱2
posted by 뚱2

자기 자신이 자신을 업그레이드 한다는게 이상하지 않나?


#최신버전으로 업그레이드 한다.

sudo npm install -g npm


'JavaScript > NodeJS' 카테고리의 다른 글

[NodeJS] Node js 기본 사용법  (0) 2015.05.09
[NodeJs] Ryan Dahl의 Node.js 소개  (0) 2014.01.28
[Node.js] Node-webkit 링크  (0) 2014.01.15
[Node.js] Render ejs with express  (0) 2014.01.13
[Node.js] Express - API 가이드 문서  (0) 2014.01.13
posted by 뚱2

[Git] Delete broken branch in git

VCS/Git 2015. 7. 10. 14:59

링크: http://stackoverflow.com/questions/11029350/delete-broken-branch-in-git

posted by 뚱2

[Excel] VBA Tutorial

IDE/Tool/Excel 2015. 6. 27. 15:00

링크: http://www.tutorialspoint.com/vba/index.htm

'IDE/Tool > Excel' 카테고리의 다른 글

[Excel] Excel 한영자동고침 해제  (0) 2012.01.18
posted by 뚱2

[CSS] Table CSS

JavaScript/CSS 2015. 6. 25. 09:20
링크: http://www.w3schools.com/css/css_table.asp



'JavaScript > CSS' 카테고리의 다른 글

[CSS] inline, block, inline-block 차이?  (0) 2014.04.15
[CSS] Selector 셀렉터  (0) 2012.08.01
posted by 뚱2

링크: https://www.jetbrains.com/idea/help/stashing-and-unstashing-changes.html


Stashing과 Cleaning: https://git-scm.com/book/ko/v2/Git-도구-Stashing과-Cleaning

posted by 뚱2

말이 이상한데 말 그래도 모든걸 다 선택한다.

/[%~<>/!'"=:;\[\]{}()*+?.\\|^$\-,&#\r\n\s\w가-힣]+/gi


posted by 뚱2

링크: http://blog.daum.net/minzzang0879/80

posted by 뚱2

링크: http://stackoverflow.com/questions/3115150/how-to-escape-regular-expression-special-characters-using-javascript


RegExp.escape = function(str) {

return str.replace(/[[\]{}()*+?.\\|^$\-,&#\s]/g, "\\$&");

};


posted by 뚱2

링크: http://kwonnam.pe.kr/wiki/java/jce

posted by 뚱2

링크: http://thelucid.com/2013/01/21/quickly-pushing-your-public-ssh-key-to-a-server/

posted by 뚱2

[Git] Clone the git without tags.

VCS/Git 2015. 6. 10. 15:48

링크: https://groups.google.com/forum/#!topic/git-users/bBN8E7AXhUg


posted by 뚱2

[React] ReactJS 링크

JavaScript/JavaScript 2015. 5. 30. 22:03

링크: http://wit.nts-corp.com/2014/11/19/2584

링크: http://taegon.kim/archives/5097


링크: https://scotch.io/?s=react

posted by 뚱2

링크: http://www.oracle.com/technetwork/articles/java/jf14-nashorn-2126515.html

posted by 뚱2

링크: https://www.jetbrains.com/idea/help/typescript-support.html

posted by 뚱2

링크: http://lesstif.com/pages/viewpage.action?pageId=12451848

posted by 뚱2

링크: http://www.redmine.org/projects/redmine/wiki/Redmineinstall

'Open Source' 카테고리의 다른 글

[Log4jdbc] log4jdbc  (0) 2015.07.23
[Redis] Messaging with Redis  (0) 2014.06.05
[Jenkins] Jenkins wiki  (0) 2014.06.05
[Jenkins] Jenkins로 서버에 자동 배포하기  (0) 2014.06.05
[Jenkins] Sonar 설치 + Jenkins 연동  (0) 2014.06.05
posted by 뚱2

[Mac] 맥에서 Fiddler 사용하기

OS/Mac 2015. 5. 16. 13:53

링크: http://docs.telerik.com/fiddler/configure-fiddler/tasks/ConfigureForMac

posted by 뚱2

링크: http://www.slipp.net/questions/276

posted by 뚱2

링크: http://fendee.egloos.com/10882938

posted by 뚱2

링크: http://forum.synology.com/wiki/index.php/Basic_commands_to_get_around_the_Synology_Box_using_the_CLI

posted by 뚱2

링크: http://www.vspecialist.co.uk/how-to-install-ipkg-on-a-synology-nas/

posted by 뚱2

링크: http://pyrasis.com/nodejs/nodejs-HOWTO#v8--

posted by 뚱2

MyBatis 소개: http://mybatis.github.io/mybatis-3/ko/index.html

MyBatis SpringFramework: https://mybatis.github.io/spring/ko/index.html

posted by 뚱2

링크: http://backlogtool.com/git-guide/kr/

링크: http://learnbranch.urigit.com/

링크: https://opentutorials.org/course/1492

posted by 뚱2

링크: https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/uwsgi/

'Python > Django' 카테고리의 다른 글

[Django] DJANGO + NGINX + UWSGI  (0) 2015.04.29
[Django] Built-in template tags and filters  (0) 2015.04.22
[Django] DjangoBook  (0) 2015.04.19
posted by 뚱2

[Mac] 사용 포트 확인하기

OS/Mac 2015. 5. 1. 14:56

lsof -i tcp:<PORT>

kill -9 <PID>


posted by 뚱2