[Tomcat] Apache + Tomcat 연동

WAS/Tomcat 2014. 6. 5. 16:30

링크: http://wnstjqdl.tistory.com/11

posted by 뚱2

[Jenkins] Jenkins wiki

Open Source 2014. 6. 5. 16:26

링크: https://wiki.jenkins-ci.org/display/JENKINS/Quick+and+Simple+Security

링크: https://wiki.jenkins-ci.org/display/JENKINS/Standard+Security+Setup

링크: https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins

posted by 뚱2

링크: http://www.youtube.com/watch?v=yP4EHnKcOrc

링크: http://cluster1.cafe.daum.net/_c21_/bbs_search_read?grpid=1DpW4&fldid=NQIz&datanum=9&openArticle=true&docid=1DpW4NQIz920120105182605

posted by 뚱2

링크: http://www.sjune.net/archives/1577

posted by 뚱2

링크: http://www.slideshare.net/jisuyoun/jenkins-javascript

posted by 뚱2

링크: http://logback.qos.ch/manual/mdc.html

posted by 뚱2

링크: http://dev.anyframejava.org/docs/anyframe/plugin/optional/logback/1.0.3/reference/html/

posted by 뚱2

링크: http://paxcel.net/blog/automation-of-warear-deployment-using-jenkins/

posted by 뚱2

링크: http://blog.naver.com/kdi85?Redirect=Log&logNo=30174077362

'Java > ehcache' 카테고리의 다른 글

[ehcache] Using Hibernate and BigMemory Go  (0) 2014.12.08
[ehcache] EHCache를 이용한 캐시 구현  (0) 2014.03.18
posted by 뚱2

[Java] Current Project classpath

Java/Java 2014. 5. 31. 21:37

링크: http://www.mkyong.com/java/how-to-print-out-the-current-project-classpath/

'Java > Java' 카테고리의 다른 글

[Java] HikariCP Connection Pool  (0) 2014.10.12
[Java] Java Installer IzPack  (0) 2014.06.24
[Java] Cron 문법  (0) 2014.03.31
[Java] Open Source Installers Generators in Java  (0) 2014.01.07
[Java] enum에 대해서  (0) 2013.12.24
posted by 뚱2

링크: http://allbegray.tistory.com/11


logback configuration: http://logback.qos.ch/manual/configuration.html

logback-ext-spring: https://github.com/qos-ch/logback-extensions/wiki/Spring

log4j.properties -> logback.xml convert: http://logback.qos.ch/translator/


logback을 사용해야 하는 이유: http://beyondj2ee.wordpress.com/2012/11/09/logback-%EC%82%AC%EC%9A%A9%ED%95%B4%EC%95%BC-%ED%95%98%EB%8A%94-%EC%9D%B4%EC%9C%A0-reasons-to-prefer-logback-over-log4j/


log4j -> logback으로 마이그레이션 하기: http://beyondj2ee.wordpress.com/2013/11/05/log4j%EC%97%90%EC%84%9C-logback%EC%9C%BC%EB%A1%9C-%EB%A7%88%EC%9D%B4%EA%B7%B8%EB%A0%88%EC%9D%B4%EC%85%98-%ED%95%98%EA%B8%B0-migrate-from-log4j-to-logback/


참고: http://ddakker.tistory.com/294

'Java > log4j / logback' 카테고리의 다른 글

[Logback] Mapped Diagnostic Context  (0) 2014.06.05
[Logback] Anyframe Logback plugin  (0) 2014.06.05
[slf4j] Simple Logging Facade for Java  (0) 2014.05.31
[log4j] log4j 설정  (0) 2012.07.05
[Log4j] Log4j Homepage Link  (0) 2012.02.16
posted by 뚱2

링크: http://whiteship.me/?p=12162

링크: http://blog.outsider.ne.kr/561

'Java > log4j / logback' 카테고리의 다른 글

[Logback] Mapped Diagnostic Context  (0) 2014.06.05
[Logback] Anyframe Logback plugin  (0) 2014.06.05
[logback] log4j -> logback 마이그레이션  (0) 2014.05.31
[log4j] log4j 설정  (0) 2012.07.05
[Log4j] Log4j Homepage Link  (0) 2012.02.16
posted by 뚱2

링크: http://blog.naver.com/PostView.nhn?blogId=haisins&logNo=140113560535&redirect=Dlog&widgetTypeCall=true

posted by 뚱2

Part1: http://www.e-zest.net/blog/hibernate-performance-optimization-part-1/

Part2: http://www.e-zest.net/blog/hibernate-performance-optimization-part-2/

'Java > Hibernate / JPA' 카테고리의 다른 글

[JPA] @TableGenerator  (0) 2014.06.23
[Hibernate] hibernate-ehcache  (0) 2014.06.11
[Hibernate] Hibernate Tutorial Site  (0) 2014.05.25
[Hibernate] Hibernate Query Language  (0) 2014.05.22
[Hibernate] StandardBasicType (4.3.5.Final)  (0) 2014.04.22
posted by 뚱2

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

posted by 뚱2

링크: https://docs.jboss.org/hibernate/orm/3.3/reference/ko-KR/html/queryhql.html

posted by 뚱2

링크: http://www.w3schools.com/jsref/jsref_shift.asp

링크: http://www.w3schools.com/jsref/jsref_pop.asp


shift: 배열의 앞쪽을 리턴하고 배열에서 삭제한다.

pop: 배열의 뒷쪽을 리턴하고 배열에서 삭제한다.

posted by 뚱2

링크: http://mysqlblog.fivefarmers.com/2010/09/01/workbench-called-me-a-dummy/

Go to Edit -> Preferences

Select the SQL Editor tab

Uncheck “Forbid UPDATE and DELETE statements without a WHERE clause (safe updates)”


맥용 워크벤치는 경로가 조금 다르다.

Preferences -> SQL Queries -> "Safe Updates".Forbid UPDATEs and DELETEs with no key in WHERE clause or no LIMIT clause. Requires a reconnection.


이왕하는것 그림 같이 수정해서 Limit Rows Count도 Disable하자


그리고 재시작 해야지 적용된다.



'DB / NoSQL > MariaDB/MySQL' 카테고리의 다른 글

[Mysql] Function, Procecure dump  (0) 2014.08.06
[MySQL] Update Join  (0) 2014.07.30
[MySql] 사용자 생성  (0) 2014.04.02
[Mariadb] root 사용자 비밀번호 변경  (0) 2014.03.28
[MariaDB] MariaDB for Mac  (0) 2013.12.31
posted by 뚱2

링크: http://bower.io/

링크: http://blog.outsider.ne.kr/933

posted by 뚱2

mac>ifconifg

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384

options=3<RXCSUM,TXCSUM>

inet6 ::1 prefixlen 128

inet 127.0.0.1 netmask 0xff000000

inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1

nd6 options=1<PERFORMNUD>

gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280

stf0: flags=0<> mtu 1280

en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500

options=10b<RXCSUM,TXCSUM,VLAN_HWTAGGING,AV>

ether 68:5b:35:bf:23:db

inet6 fe80::6a5b:35ff:febf:23db%en0 prefixlen 64 scopeid 0x4

inet 192.168.1.14 netmask 0xffffff00 broadcast 192.168.1.255

nd6 options=1<PERFORMNUD>

media: autoselect (100baseTX <full-duplex,flow-control>)

status: active

en1: flags=8823<UP,BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500

ether a8:86:dd:a8:52:81

nd6 options=1<PERFORMNUD>

media: autoselect (<unknown type>)

status: inactive

en2: flags=8963<UP,BROADCAST,SMART,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500

options=60<TSO4,TSO6>

ether 32:00:1e:12:2f:20

media: autoselect <full-duplex>

status: inactive

fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078

lladdr 44:fb:42:ff:fe:e1:22:f2

nd6 options=1<PERFORMNUD>

media: autoselect <full-duplex>

status: inactive

bridge0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500

options=63<RXCSUM,TXCSUM,TSO4,TSO6>

ether 6a:5b:35:fb:e9:00

Configuration:

id 0:0:0:0:0:0 priority 0 hellotime 0 fwddelay 0

maxage 0 holdcnt 0 proto stp maxaddr 100 timeout 1200

root id 0:0:0:0:0:0 priority 0 ifcost 0 port 0

ipfilter disabled flags 0x2

member: en2 flags=3<LEARNING,DISCOVER>

       ifmaxaddr 0 port 6 priority 0 path cost 0

nd6 options=1<PERFORMNUD>

media: <unknown type>

status: inactive

p2p0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 2304

ether 0a:86:dd:a8:52:81

media: autoselect

status: inactive


'OS > Mac' 카테고리의 다른 글

[Mac] Python virtualenv 사용하기  (0) 2014.07.12
[Mac] find + grep으로 파일 찾기  (0) 2014.06.11
[OSX] Unix 프로세스 관리 (ps)  (0) 2014.04.08
[OSX] OSX 파일구조  (0) 2014.04.07
[Mac] OS X 기본 자바 변경하기  (0) 2014.04.06
posted by 뚱2

링크: http://jqueryvalidation.org/documentation/

링크: http://jqueryvalidation.org/validate

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

[jQuery] jQuery plugin jmp3  (0) 2014.06.25
[jQuery] jQuery form validation  (0) 2014.06.05
[jQuery] jQuery-File-Upload  (0) 2014.05.06
[jQuery] jQuery Form validator  (0) 2013.11.18
[jQuery] jQuery.serializeObject 만들기  (0) 2013.10.15
posted by 뚱2

링크: https://github.com/blueimp/jQuery-File-Upload

문서: https://github.com/blueimp/jQuery-File-Upload/wiki

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

[jQuery] jQuery form validation  (0) 2014.06.05
[jQuery] jquery-validation document  (0) 2014.05.07
[jQuery] jQuery Form validator  (0) 2013.11.18
[jQuery] jQuery.serializeObject 만들기  (0) 2013.10.15
[jQuery] DataTables (table plug-in)  (0) 2013.01.02
posted by 뚱2

링크: http://mrkdev.tistory.com/5


CheckStyle-IDEA를 빼고는 다 사용해 봤는데 모두 정말 유용한 Plugin 이다.

posted by 뚱2

링크: http://knockoutjs.com/index.html

문서: http://knockoutjs.com/documentation/introduction.html

예제: http://knockoutjs.com/examples/

튜토리얼: http://learn.knockoutjs.com/

다운로드: http://knockoutjs.com/downloads/index.html


비기너 튜토리얼: http://www.codeproject.com/Articles/680553/Knockout-js-for-Beginners

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

[Knockout] knockout-animate  (0) 2014.09.16
[knockout] knockout validation  (0) 2014.07.23
[Knockout] Lazy Loading an Observable Array with Knockout JS  (0) 2014.06.21
posted by 뚱2

링크: https://github.com/FasterXML/jackson-datatype-hibernate


Hibernate Entity를 바로 Json으로 변환할때 Lazy 프로퍼티로 예외가 발생한다.

그럴때 @JsonIgnore를 하면 되기는 한데 케이스 바이 케이스로 항상 어노테이션을 설정할수 없다.

그럴때 참 편하게 도와준다.

'Java > Jackson' 카테고리의 다른 글

[Jackson] Jackson documentation  (0) 2014.01.19
posted by 뚱2
링크: http://eternicode.github.io/bootstrap-datepicker/?markup=component&format=&weekStart=&startDate=&endDate=&startView=0&minViewMode=0&todayBtn=false&language=en&orientation=auto&multidate=&multidateSeparator=&keyboardNavigation=on&forceParse=on#sandbox

jquery.ui.datapicker의 i11n(bootstrap-datapicker.kr.js)에서 충돌이 난다.

$.fn.bootstrapDP = $.fn.datepicker.noConflict();


/**

 * Korean translation for bootstrap-datepicker

 * Gu Youn <http://github.com/guyoun>

 */

//;(function($){

//    $.fn.datepicker.dates['kr'] = {

//        days: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일", "일요일"],

//        daysShort: ["일", "월", "화", "수", "목", "금", "토", "일"],

//        daysMin: ["일", "월", "화", "수", "목", "금", "토", "일"],

//        months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],

//        monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]

//    };

//}(jQuery));


;(function($){

    $.fn.bootstrapDP.dates['kr'] = {

        days: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일", "일요일"],

        daysShort: ["일", "월", "화", "수", "목", "금", "토", "일"],

        daysMin: ["일", "월", "화", "수", "목", "금", "토", "일"],

        months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],

        monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"]

    };

}(jQuery));


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

[Bootstrap] bootstrap-live-customizer  (0) 2015.07.28
[Bootstrap] Bootstrap document  (0) 2013.08.26
posted by 뚱2

링크: http://docs.jboss.org/hibernate/core/4.3/javadocs/org/hibernate/type/StandardBasicTypes.html

posted by 뚱2

링크: http://beyondj2ee.tumblr.com/post/14508592466/tomcat-7-jndi-datasource-spring

posted by 뚱2
posted by 뚱2

링크: http://www.jetbrains.com/idea/documentation/migration_faq.html

posted by 뚱2