검색결과 리스트
전체에 해당되는 글 1012건
- 2014.07.12 [Mac] Python virtualenv 사용하기
- 2014.07.11 [JavaScript] linqjs
- 2014.07.11 [JavaScript] Placeholders.js is a JavaScript polyfill for the HTML5 placeholder attribute.
- 2014.07.05 [AngularJS] React, A JAVASCRIPT LIBRARY FOR BUILDING USER INTERFACES
- 2014.06.26 [JavaScript] JavaScript method overloading
- 2014.06.25 [jQuery] jQuery plugin jmp3
- 2014.06.24 [Internet] 인터넷 미디어 타입
- 2014.06.24 [Java] Java Installer IzPack
- 2014.06.23 [D3] 시각화 프레임워크 D3js
- 2014.06.23 [HightCharts] HightCharts Demo and API Documents
- 2014.06.23 [JPA] @TableGenerator
- 2014.06.22 [Python] Python Tutorial
- 2014.06.22 [ScalaJs] Scala.js
- 2014.06.21 [Knockout] Lazy Loading an Observable Array with Knockout JS
- 2014.06.18 [Tomcat] The Tomcat JDBC Connection Pool
- 2014.06.16 [JavaScript] 현재 화면 스크롤 위치 알아내기
- 2014.06.14 [JavaScript] RegExr
- 2014.06.13 [Highlight] Document
- 2014.06.12 [Markdown] GitHub Flavored Markdown
- 2014.06.11 [Mac] find + grep으로 파일 찾기
- 2014.06.11 [IntelliJ] IntelliJ + iterm 연동하기
- 2014.06.11 [Hibernate] hibernate-ehcache
- 2014.06.06 [Groovy] Groovy Korea Homepage
- 2014.06.05 [Gradle] Gradle 사용자 가이드.
- 2014.06.05 [Redis] Messaging with Redis
- 2014.06.05 [Git] Git Server 설치
- 2014.06.05 [Git] Git 명령어 정리
- 2014.06.05 [Gradle] Maven을 넘어 Gradle로 가자
- 2014.06.05 [Windows] 원격데스크탑 포트 변경
- 2014.06.05 [jQuery] jQuery form validation
글
'OS > Mac' 카테고리의 다른 글
[Mac] Parallels Command + Space로 한영전환하기 (0) | 2014.07.30 |
---|---|
[Mac] Packet Capture (0) | 2014.07.17 |
[Mac] find + grep으로 파일 찾기 (0) | 2014.06.11 |
[Mac] 콜솔에서 IP 확인하는 방법 (0) | 2014.05.14 |
[OSX] Unix 프로세스 관리 (ps) (0) | 2014.04.08 |
트랙백
댓글
글
글
[JavaScript] Placeholders.js is a JavaScript polyfill for the HTML5 placeholder attribute.
설정
'JavaScript > JavaScript' 카테고리의 다른 글
[JavaScript] Taming The Unicorn: Easing JavaScript Memory Profiling In Chrome DevTools (0) | 2014.10.07 |
---|---|
[JavaScript] Timesheet.js (0) | 2014.08.29 |
[JavaScript] JavaScript method overloading (0) | 2014.06.26 |
[ScalaJs] Scala.js (0) | 2014.06.22 |
[JavaScript] 현재 화면 스크롤 위치 알아내기 (0) | 2014.06.16 |
트랙백
댓글
글
[AngularJS] React, A JAVASCRIPT LIBRARY FOR BUILDING USER INTERFACES
설정
'JavaScript > AngularJS' 카테고리의 다른 글
[AngularJS] How to use multiple ng-view in a single page (0) | 2015.04.25 |
---|---|
[AngularJS] Angular.js 어플리케이션에서 anchor의 해쉬 사용 (0) | 2014.10.19 |
[AngularJS] AngularJS와 RequireJS를 이용한 대규모 웹개발 (0) | 2013.12.08 |
[AngularJS] AngularJS 란? (0) | 2013.11.26 |
[AngularJS] AngularJS 학습 사이트 (0) | 2013.11.26 |
트랙백
댓글
글
링크: http://ejohn.org/blog/javascript-method-overloading/
Overriding 기능찾다가 찾게 되었다. 나중에 써먹어야겠다.
참고로 존레식은 jQuery 만든 사람이다.
// addMethod - By John Resig (MIT Licensed)
function addMethod(object, name, fn){
var old = object[ name ];
object[ name ] = function(){
if ( fn.length == arguments.length )
return fn.apply( this, arguments );
else if ( typeof old == 'function' )
return old.apply( this, arguments );
};
}
'JavaScript > JavaScript' 카테고리의 다른 글
[JavaScript] Timesheet.js (0) | 2014.08.29 |
---|---|
[JavaScript] Placeholders.js is a JavaScript polyfill for the HTML5 placeholder attribute. (0) | 2014.07.11 |
[ScalaJs] Scala.js (0) | 2014.06.22 |
[JavaScript] 현재 화면 스크롤 위치 알아내기 (0) | 2014.06.16 |
[JavaScript] RegExr (0) | 2014.06.14 |
트랙백
댓글
글
'JavaScript > jQuery' 카테고리의 다른 글
[jQuery] jQuery form validation (0) | 2014.06.05 |
---|---|
[jQuery] jquery-validation document (0) | 2014.05.07 |
[jQuery] jQuery-File-Upload (0) | 2014.05.06 |
[jQuery] jQuery Form validator (0) | 2013.11.18 |
[jQuery] jQuery.serializeObject 만들기 (0) | 2013.10.15 |
트랙백
댓글
글
'일반' 카테고리의 다른 글
[Chrom] 크롬 알람 사용 중지 (0) | 2014.09.03 |
---|---|
[png] png최적화 pngguant (0) | 2014.07.14 |
[CI] Continuous Intergation by Martin Fowler (지속적 통합) (0) | 2014.04.02 |
[REST] REST API 설계 (0) | 2014.01.21 |
노땅 개발자가 가야할길 (0) | 2014.01.19 |
트랙백
댓글
글
'Java > Java' 카테고리의 다른 글
[Java] 자바 매크로 (0) | 2015.01.20 |
---|---|
[Java] HikariCP Connection Pool (0) | 2014.10.12 |
[Java] Current Project classpath (0) | 2014.05.31 |
[Java] Cron 문법 (0) | 2014.03.31 |
[Java] Open Source Installers Generators in Java (0) | 2014.01.07 |
트랙백
댓글
글
'JavaScript > HighCharts / D3' 카테고리의 다른 글
[HightCharts] HightCharts Demo and API Documents (0) | 2014.06.23 |
---|
트랙백
댓글
글
Demo: http://www.highcharts.com/demo
API Reference: http://api.highcharts.com/highcharts
'JavaScript > HighCharts / D3' 카테고리의 다른 글
[D3] 시각화 프레임워크 D3js (0) | 2014.06.23 |
---|
트랙백
댓글
글
링크: http://wiki.eclipse.org/EclipseLink/UserGuide/JPA/Basic_JPA_Development/Entities/Ids/TableGenerator
왜? @TableGenerator를 사용해야 하는가? : http://kkamdung.tistory.com/74
테이블 (MySQL)
CREATE TABLE `TB_SEQUENCE` (
`SEQ_NAME` varchar(255) NOT NULL COMMENT '시퀀스 이름',
`SEQ_COUNT` bigint(20) DEFAULT NULL COMMENT '시퀀스 카운트',
PRIMARY KEY (`SEQ_NAME`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Java Entity (Hbernate)
...
@Id
@TableGenerator(
name = "TEST_SEQ",
table = "TB_SEQUENCE",
pkColumnName = "SEQ_NAME",
valueColumnName = "SEQ_COUNT",
pkColumnValue = "TEST_SEQ",
initialValue = 0,
allocationSize = 1
)
@GeneratedValue(strategy = GenerationType.TABLE, generator = "TEST_SEQ")
@Column(name = "ID", length = 11)
private Integer id;
...
'Java > Hibernate / JPA' 카테고리의 다른 글
[Spring Data JPA] 스프링 데이터 JPA 레퍼런스 번역 (0) | 2015.07.25 |
---|---|
[Hibernate] Configuration-Logging (0) | 2014.08.08 |
[Hibernate] hibernate-ehcache (0) | 2014.06.11 |
[Hibernate] Hibernate Performance Optimization (0) | 2014.05.27 |
[Hibernate] Hibernate Tutorial Site (0) | 2014.05.25 |
트랙백
댓글
글
글
'JavaScript > JavaScript' 카테고리의 다른 글
[JavaScript] Placeholders.js is a JavaScript polyfill for the HTML5 placeholder attribute. (0) | 2014.07.11 |
---|---|
[JavaScript] JavaScript method overloading (0) | 2014.06.26 |
[JavaScript] 현재 화면 스크롤 위치 알아내기 (0) | 2014.06.16 |
[JavaScript] RegExr (0) | 2014.06.14 |
[JavaScript] Array.prototype.shift(), Array.prototype.pop() (0) | 2014.05.20 |
트랙백
댓글
글
[Knockout] Lazy Loading an Observable Array with Knockout JS
설정
'JavaScript > Knockout' 카테고리의 다른 글
[Knockout] knockout-animate (0) | 2014.09.16 |
---|---|
[knockout] knockout validation (0) | 2014.07.23 |
[Knockout] 데이터 바인딩을 편하게 해주는 자바스크립트 라이브러리 (0) | 2014.04.25 |
트랙백
댓글
글
링크: http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html#JNDI_Factory_and_Type
'WAS > Tomcat' 카테고리의 다른 글
[Tomcat] Apache + Tomcat Load Banancing (0) | 2014.10.22 |
---|---|
[Tomcat] Redis를 이용한 Session Store (0) | 2014.10.21 |
[Tomcat] Apache + Tomcat 연동 (0) | 2014.06.05 |
[Tomcat] 구동중인 톰캣 버전 확인 하는 방법 (0) | 2014.03.21 |
[Tomcat] Apache + Tomcat 로드 밸런싱 (0) | 2014.02.19 |
트랙백
댓글
글
링크: http://www.howtocreate.co.uk/tutorials/javascript/browserwindow
function getSize() {
var myWidth = 0, myHeight = 0;
if( typeof( window.innerWidth ) == 'number' ) {
//Non-IE
myWidth = window.innerWidth;
myHeight = window.innerHeight;
} else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
//IE 6+ in 'standards compliant mode'
myWidth = document.documentElement.clientWidth;
myHeight = document.documentElement.clientHeight;
} else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
//IE 4 compatible
myWidth = document.body.clientWidth;
myHeight = document.body.clientHeight;
}
return [myWidth, myHeight];
}
function getScrollXY() {
var scrOfX = 0, scrOfY = 0;
if( typeof( window.pageYOffset ) == 'number' ) {
//Netscape compliant
scrOfY = window.pageYOffset;
scrOfX = window.pageXOffset;
} else if( document.body && ( document.body.scrollLeft || document.body.scrollTop ) ) {
//DOM compliant
scrOfY = document.body.scrollTop;
scrOfX = document.body.scrollLeft;
} else if( document.documentElement && ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) {
//IE6 standards compliant mode
scrOfY = document.documentElement.scrollTop;
scrOfX = document.documentElement.scrollLeft;
}
return [ scrOfX, scrOfY ];
}
'JavaScript > JavaScript' 카테고리의 다른 글
[JavaScript] JavaScript method overloading (0) | 2014.06.26 |
---|---|
[ScalaJs] Scala.js (0) | 2014.06.22 |
[JavaScript] RegExr (0) | 2014.06.14 |
[JavaScript] Array.prototype.shift(), Array.prototype.pop() (0) | 2014.05.20 |
[JavaScript] 자바스크립트 라이브러리 관리 bower (0) | 2014.05.18 |
트랙백
댓글
글
'JavaScript > JavaScript' 카테고리의 다른 글
[ScalaJs] Scala.js (0) | 2014.06.22 |
---|---|
[JavaScript] 현재 화면 스크롤 위치 알아내기 (0) | 2014.06.16 |
[JavaScript] Array.prototype.shift(), Array.prototype.pop() (0) | 2014.05.20 |
[JavaScript] 자바스크립트 라이브러리 관리 bower (0) | 2014.05.18 |
[JavaScript] JavaScript Closure & scope (0) | 2014.04.04 |
트랙백
댓글
글
글
'JavaScript > Markdown' 카테고리의 다른 글
[Markdown] Markdown syntax (0) | 2013.12.17 |
---|
트랙백
댓글
글
'OS > Mac' 카테고리의 다른 글
[Mac] Packet Capture (0) | 2014.07.17 |
---|---|
[Mac] Python virtualenv 사용하기 (0) | 2014.07.12 |
[Mac] 콜솔에서 IP 확인하는 방법 (0) | 2014.05.14 |
[OSX] Unix 프로세스 관리 (ps) (0) | 2014.04.08 |
[OSX] OSX 파일구조 (0) | 2014.04.07 |
트랙백
댓글
글
'IDE/Tool > IntelliJ IDEA' 카테고리의 다른 글
[IntelliJ IDEA] 기본 JVM 변경하기 (0) | 2014.10.17 |
---|---|
[IntelliJ IDEA] mark modified (0) | 2014.08.20 |
[IntelliJ IDEA] 유용한 Custom Plugin (0) | 2014.05.01 |
[IntelliJ IDEA] IntelliJ IDEA Q&A for Eclipse Users (0) | 2014.04.16 |
[IntelliJ IDEA] IntlliJ IDEA Minimal Survival Guide (0) | 2014.04.16 |
트랙백
댓글
글
'Java > Hibernate / JPA' 카테고리의 다른 글
[Hibernate] Configuration-Logging (0) | 2014.08.08 |
---|---|
[JPA] @TableGenerator (0) | 2014.06.23 |
[Hibernate] Hibernate Performance Optimization (0) | 2014.05.27 |
[Hibernate] Hibernate Tutorial Site (0) | 2014.05.25 |
[Hibernate] Hibernate Query Language (0) | 2014.05.22 |
트랙백
댓글
글
'Java > Groovy / Gradle' 카테고리의 다른 글
[Gradle] Gradle 설치 및 프로젝트 생성. (0) | 2015.03.03 |
---|---|
[Gradle] User Guide (0) | 2015.03.03 |
[Gradle] Gradle 사용자 가이드. (0) | 2014.06.05 |
[Gradle] Maven을 넘어 Gradle로 가자 (0) | 2014.06.05 |
[Gradle] Gradle 사용자 가이드 (0) | 2013.12.18 |
트랙백
댓글
글
Gradle: http://kwonnam.pe.kr/wiki/gradle
Groovy: http://groovy.codehaus.org/Korean+Beginners+Tutorial
'Java > Groovy / Gradle' 카테고리의 다른 글
[Gradle] User Guide (0) | 2015.03.03 |
---|---|
[Groovy] Groovy Korea Homepage (0) | 2014.06.06 |
[Gradle] Maven을 넘어 Gradle로 가자 (0) | 2014.06.05 |
[Gradle] Gradle 사용자 가이드 (0) | 2013.12.18 |
[Gradle] Gradle 에 대해서... (0) | 2013.11.29 |
트랙백
댓글
글
http://www.javacodegeeks.com/2012/10/redis-pubsub-using-spring.html
http://spring.io/guides/gs/messaging-redis/
번역: http://blog.softwareinlife.com/2013/05/building-applications-with-spring-data.html
'Open Source' 카테고리의 다른 글
[Log4jdbc] log4jdbc (0) | 2015.07.23 |
---|---|
[Redmine] 레드마인 인스톨 가이드 (Redmineinstall) (0) | 2015.05.20 |
[Jenkins] Jenkins wiki (0) | 2014.06.05 |
[Jenkins] Jenkins로 서버에 자동 배포하기 (0) | 2014.06.05 |
[Jenkins] Sonar 설치 + Jenkins 연동 (0) | 2014.06.05 |
트랙백
댓글
글
링크: http://salkuma.wordpress.com/2011/07/21/79/
링크: http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/Development/Forum/manager/gitserver
링크: http://git-scm.com/book/ko/Git-%EC%84%9C%EB%B2%84
윈도우용 Git Server:
http://tfcloud.blogspot.kr/2013/07/windows-git-server.html
'VCS > Git' 카테고리의 다른 글
[Git] git으로 디버깅 하기 (0) | 2014.07.21 |
---|---|
[Git] Git Tutorials and Training (Atlassian) (0) | 2014.07.13 |
[Git] Git 명령어 정리 (0) | 2014.06.05 |
[Git] SVN 능력자를 위한 git 개념 가이드 (0) | 2014.04.04 |
[Git] Set up SSH for Git (0) | 2014.04.04 |
트랙백
댓글
글
'VCS > Git' 카테고리의 다른 글
[Git] Git Tutorials and Training (Atlassian) (0) | 2014.07.13 |
---|---|
[Git] Git Server 설치 (0) | 2014.06.05 |
[Git] SVN 능력자를 위한 git 개념 가이드 (0) | 2014.04.04 |
[Git] Set up SSH for Git (0) | 2014.04.04 |
[Git] git command를 편하게 변경하기 (0) | 2014.01.15 |
트랙백
댓글
글
'Java > Groovy / Gradle' 카테고리의 다른 글
[Gradle] User Guide (0) | 2015.03.03 |
---|---|
[Groovy] Groovy Korea Homepage (0) | 2014.06.06 |
[Gradle] Gradle 사용자 가이드. (0) | 2014.06.05 |
[Gradle] Gradle 사용자 가이드 (0) | 2013.12.18 |
[Gradle] Gradle 에 대해서... (0) | 2013.11.29 |
트랙백
댓글
글
'OS > Windows' 카테고리의 다른 글
[Windows] Windows7에서 IIS 사용하기 (0) | 2015.05.15 |
---|---|
[Windows Service] Windows 쓸모없는 service 제거 (0) | 2013.05.29 |
[Windows] .exe 아이콘이 안보일때 (.exe icon not showing) (0) | 2013.04.16 |
[Windows] 프로그램을 서비스로 등록하는 방법 (0) | 2012.12.07 |
[Windows] 프로그램 글자가 깨질때 (0) | 2012.10.17 |
트랙백
댓글
글
'JavaScript > jQuery' 카테고리의 다른 글
[jQuery] jQuery plugin jmp3 (0) | 2014.06.25 |
---|---|
[jQuery] jquery-validation document (0) | 2014.05.07 |
[jQuery] jQuery-File-Upload (0) | 2014.05.06 |
[jQuery] jQuery Form validator (0) | 2013.11.18 |
[jQuery] jQuery.serializeObject 만들기 (0) | 2013.10.15 |
RECENT COMMENT